[libvirt] qemu error: package not installed

I get the following error on Ubuntu 8.04 when tryint to install the libvirt-bin package: Setting up libvirt-bin (0.4.0-2ubuntu8.1) ... * Starting libvirt management daemon libvirtd libvir: QEMU error : cannot create bridge 'vnet%d' : Package not installed Failed to autostart network 'default': cannot create bridge 'vnet%d' : Package not installed Can anyone advise which package I need to install? thanks Nigel -- ============================================ Nigel Goddard Axiope Limited ngoddard@axiope.com Tel: +44 787 967 1811 http://www.axiope.com Fax: +44 871 251 4870 -------------------------------------------- Registered in Scotland. Registered address: Quartermile One, 15 Lauriston Place Edinburgh EH3 9EP, United Kingdom ============================================

Hi Nigel, On Wed, May 13, 2009 at 8:15 AM, Nigel Goddard <ngoddard@axiope.com> wrote:
I get the following error on Ubuntu 8.04 when tryint to install the libvirt-bin package:
Setting up libvirt-bin (0.4.0-2ubuntu8.1) ... * Starting libvirt management daemon libvirtd
libvir: QEMU error : cannot create bridge 'vnet%d' : Package not installed Failed to autostart network 'default': cannot create bridge 'vnet%d' : Package not installed
Can anyone advise which package I need to install?
bridge-utils? Thanks, ozaki-r
thanks
Nigel
-- ============================================ Nigel Goddard Axiope Limited ngoddard@axiope.com Tel: +44 787 967 1811 http://www.axiope.com Fax: +44 871 251 4870 -------------------------------------------- Registered in Scotland. Registered address: Quartermile One, 15 Lauriston Place Edinburgh EH3 9EP, United Kingdom ============================================
-- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

On 05/12/2009 07:54 PM, Ryota Ozaki wrote:
Hi Nigel,
On Wed, May 13, 2009 at 8:15 AM, Nigel Goddard <ngoddard@axiope.com> wrote:
I get the following error on Ubuntu 8.04 when tryint to install the libvirt-bin package:
Setting up libvirt-bin (0.4.0-2ubuntu8.1) ... * Starting libvirt management daemon libvirtd
libvir: QEMU error : cannot create bridge 'vnet%d' : Package not installed Failed to autostart network 'default': cannot create bridge 'vnet%d' : Package not installed
Can anyone advise which package I need to install?
This really is the type of question/bug that should be filed with your distribution: libvirt 0.4.0 was released in December 2007.
bridge-utils?
Probably. I think I recall someone hitting this once without the 'tun' driver loaded? But I could be confusing two bug reports. - Cole

On Wed, 2009-05-13 at 00:15 +0100, Nigel Goddard wrote:
I get the following error on Ubuntu 8.04 when tryint to install the libvirt-bin package:
Setting up libvirt-bin (0.4.0-2ubuntu8.1) ... * Starting libvirt management daemon libvirtd
libvir: QEMU error : cannot create bridge 'vnet%d' : Package not installed Failed to autostart network 'default': cannot create bridge 'vnet%d' : Package not installed
Can anyone advise which package I need to install?
It's actually an error from the kernel when the bridge module isn't available. See sock_ioctl() in linux-2.6/net/socket.c Cheers, Mark.
participants (4)
-
Cole Robinson
-
Mark McLoughlin
-
Nigel Goddard
-
Ryota Ozaki