Hello,

Using ubuntu server 11.04

The fix does nothing "start on (runlevel [2345] and stopped networking 
RESULT=ok)"
Have patche applied 
ii  libvirt-bin                    0.8.8-1ubuntu6.3
ii  libvirt0                        0.8.8-1ubuntu6.3


BUT I found on my installation that when

1/ the default virbr0 in /etc/libvirt/qemu/networks
is activated, VMs startup is  done.

2/ the default virbr0 is disabled (by removing autostart symlink),
VMs never start.

The VMs don't use virbr0 but my defined br0 and br1.

Franck


my /etc/network/interfaces FYI
auto lo br0 br1
# The loopback network interface
iface lo inet loopback

# The real primary network interfaces
iface eth0 inet manual
iface eth1 inet manual

iface br0 inet static
     bridge_ports eth0
     bridge_stp off
    address 10.0.0.200
    netmask 255.255.0.0
    gateway 10.0.0.100

iface br1 inet static
     bridge_ports eth1
     bridge_stp off
     address 10.2.0.200
     netmask 255.255.0.0
     broadcast 10.2.255.255

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/495394

Title:
  autostart almost always fails on boot time host

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/495394/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to