Comment 8 for bug 1280461

Revision history for this message
Craym (sebastien-vionlabs) wrote :

Hi, first time to report and help on a bug. Had the same problem with a brand new trusty 14.04 installation.

On the contrary of bug #1271144, the boostrap is fine and lxcbr0 is setup properly. But juju span the machine with the old config using br0, making the container fail to boot.

I found the bug here :
vim /var/lib/lxc/juju-machine-0-lxc-0/config

The config file has a bug in its generation and the following line is wrong :

lxc.network.link = br0

Replace it for :

lxc.network.link = lxcbr0

And the machine will start properly afterward.