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
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature