If /etc/libvirt/network/default.xml exists, in update progress, this
file doesn't get patched via normal dpkg post-inst scripts.

> <bridge name='virbr%d 0' />

Manually all I had to do to fix it:
> /etc/init.f/stop
> ifconfig vnet0 down
> brctl delif virbr0
> /etc/init.d/libvirt-bin start
 
results in changed /etc/libvirt/network/default.xml line as following:
> <bridge name='virbr0' />

Assuming bug relies in dpkg post-inst script that doesn't handle
existing default.xml configured e.g. Hardy libvirt-bin install
process...

-- 
Internal error starting virtual network 'default': virbr%d syntax not working
https://bugs.launchpad.net/bugs/350780
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to