[Bug 929382] Re: package fails to install: SIOCSIFNETMASK: Cannot assign requested address
Martin Pitt
martin.pitt at ubuntu.com
Thu Feb 9 11:59:06 UTC 2012
As the script always exits right away after the trap, the only way that
I found to do that cleanly is to add an "exit 0":
undo_network() {
[...]
log_failure_msg "Failed to set up LXC network"
exit 0
}
This allows the package to get configured and not break upgrades even if
LXC setup fails for some reason. Does that sound acceptable?
** Changed in: lxc (Ubuntu Precise)
Status: New => Triaged
--
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/929382
Title:
package fails to install: SIOCSIFNETMASK: Cannot assign requested
address
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/929382/+subscriptions
More information about the Ubuntu-server-bugs
mailing list