Sorry - I tried to make a patch, but it appears it makes libvirtd
segfault (it starts but when i try to use virsh -c qemu:///system create
vm.cfg it segfaults).
Also - when building my own copy of libvirt - I can connect via virsh -c
qemu:///system, but just 'virsh' says it cannot connect to the
hypervisor - any idea what could cause that? I'm root at the time
As I said, my C-fu is weak - it's probably not useable, if anyone feels
really generous i'd appreciate some criticism, otherwise probably best
if one of you guys made it :p
I think for the meantime i'm going to hard code model=e1000 into my
build, since all my VMs will use that (no windows ones)
Henri
Richard W.M. Jones wrote:
On Tue, Apr 08, 2008 at 10:19:02AM +0100, Henri Cook wrote:
> I've made a hack for this in the meantime that adds the
<model></model>
>
You have a patch?
> Is there a way to fix this without rebooting? ifconfig virbr0 0.0.0.0
> down && brctl delbr virbr0 - doesn't seem to be enough, what did I miss?
>
This should be enough to get rid of the bridge, but if not then you
need to look at the error messages and the output of 'brctl show'.
Rich.