Displaying 2 results from an estimated 2 matches for "qbr1f2191ce".
2014 Jun 18
3
bridge could not be initialized
Hi
I'm trying to run VM using libvirt.xml file and getting following error...
virsh start instance-00000003
error: Failed to start domain instance-00000003
error: internal error Process exited while reading console log output:
failed to launch bridge helper
kvm: -netdev bridge,br=qbr1f2191ce-38,id=hostnet0: Device 'bridge' could
not be initialized
Below is the libvirt.xml file..
domain type="kvm">
<uuid>d9f007b9-584f-41c8-a706-e096f354575b</uuid>
<name>instance-00000003</name>
<memory>524288</memory>
<vcpu>1</...
2014 Jun 19
0
Re: bridge could not be initialized
...run VM using libvirt.xml file and getting following error...
>
> virsh start instance-00000003
>
> error: Failed to start domain instance-00000003
> error: internal error Process exited while reading console log output:
> failed to launch bridge helper
> kvm: -netdev bridge,br=qbr1f2191ce-38,id=hostnet0: Device 'bridge'
> could not be initialized
1) The qemu "bridge helper" is only used if you are running virsh as a
non-privileged user (i.e. non-root). Are you sure that's what you want
to do? If that really is the proper thing to do, the bridge device would...