[Lxc-users] Physical interface not getting released after container shutdown

2013-01-22 Thread Benoit Lourdelet
Hello, I am running LXC 0.8.0 on Ubuntu running Kernel 3.7.1. I have assigned physical interfaces to a container: lxc.network.type = phys lxc.network.flags = up lxc.network.link = eth4.2000 lxc.network.name = eth2 lxc.network.hwaddr = 00:50:56:a8:03:03 lxc.network.type = phys

Re: [Lxc-users] Physical interface not getting released after container shutdown

2013-01-22 Thread Serge Hallyn
Quoting Benoit Lourdelet (blour...@juniper.net): Hello, I am running LXC 0.8.0 on Ubuntu running Kernel 3.7.1. I have assigned physical interfaces to a container: lxc.network.type = phys lxc.network.flags = up lxc.network.link = eth4.2000 lxc.network.name = eth2 lxc.network.hwaddr =

Re: [Lxc-users] Ephemeral containers flaky?

2013-01-22 Thread Serge Hallyn
I'd edit your lxc-start-ephemeral script to run lxc-start with '-l info -o /tmp/ephemeral-debug', and see if anything helpful comes up in that file. Admittedly if the container's init is starting chances are there will be nothing helpful in the logfiles... It seems unlikely that incomplete

Re: [Lxc-users] Ephemeral containers flaky?

2013-01-22 Thread Dan Kegel
On Tue, Jan 22, 2013 at 11:43 AM, Serge Hallyn serge.hal...@canonical.com wrote: I'd edit your lxc-start-ephemeral script to run lxc-start with '-l info -o /tmp/ephemeral-debug', and see if anything helpful comes up in that file. Admittedly if the container's init is starting chances are there