[Bug 1389849] Re: sudo service lxc-net restart does not reload dnsmasq when there is a container running
JoaoCC
1389849 at bugs.launchpad.net
Sat May 30 10:28:45 UTC 2015
Hi,
In the "/etc/init/lxc-net.conf" file, in the "post-stop script", shouldn't the bridge be stopped before removing it?
In the "pre-start" section you have:
ifconfig ${LXC_BRIDGE} down || true
brctl delbr ${LXC_BRIDGE} || true
but in the "post-stop" you only have
brctl delbr ${LXC_BRIDGE}
I noticed this because an error message is logged in one of the specific logs.
Thx
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1389849
Title:
sudo service lxc-net restart does not reload dnsmasq when there is a
container running
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1389849/+subscriptions
More information about the Ubuntu-server-bugs
mailing list