I have been preparing to move a bunch of dev VMs running Ubuntu 10.04 on KVM to 12.04 on LXC after the release next month.<br />
<br />
I am currently testing with the 12.04 beta build and have had good luck getting everything up and running. However I am still making numerous changes to the upstart scripts to make everything start fine.<br />
<br />
Does anyone here have any experience with the new linux-container package in 12.04? It appears to have made many changes in an attempt to configure the guest to start properly in LXC, however the only reason everything worked was because the upstart failsafe-boot event was eventually emitted. It still took a bit of work to get the system to go through the usual boot process without failsafe needing to kick in.<br />
<br />
My guest is a Ubuntu 12.04 rootfs generated with debootstrap. Then the linux-container package was added. The network configuration done via that package didn't seem to work right: the default gateway wasn't set and the static-network-up event never fired.<br />
<br />
Is anyone familiar with the new package in 12.04, and if it is going to be updated before release to work out of the box? Or am I just doing it wrong? :)<br />
<br />
Thanks!<br />
<br />
-- Thaddeus<br />