[Libvir] QEMU without KVM

Richard W.M. Jones rjones at redhat.com
Wed May 16 13:28:29 UTC 2007


Steven W. Moyer wrote:
> Thanks Rich!
> 
>> Do you get an error message?
>>
> 
> Yes ... it's "Failed to autostart network 'default': cannot create bridge 'virbr0' : Package not installed"

That's an odd one.

It seems to come from here in the qemud code:

     if ((err = brAddBridge(server->brctl, name, network->bridge, 
sizeof(network-
 >bridge)))) {
         qemudReportError(server, VIR_ERR_INTERNAL_ERROR,
                          "cannot create bridge '%s' : %s", name, 
strerror(err));
         return -1;
     }

Can you please strace the process and post it?

Something like:

strace -o /tmp/log -s 1024 -f libvirt_qemud [any usual flags]

Rich.

-- 
Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
Street, Windsor, Berkshire, SL4 1TE, United Kingdom.  Registered in
England and Wales under Company Registration No. 03798903
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3237 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20070516/ab272385/attachment-0001.bin>


More information about the libvir-list mailing list