Hi there,
I have a guest XP VM setup on ubuntu with KVM. I can start the VM from the CLI with the following command:
/usr/bin/virsh create /var/lib/zentyal/machines/XP_VM/domain.xml
What I need to accomplish is to automatically start this from a windows machine via an ssh connection. I have been using Plink with the following command:
plink.exe -batch usernam@IP_address -pw password /usr/bin/virsh create /var/lib/zentyal/machines/XP_VM/domain.xml
But I get this error:
error: internal error: /usr/lib/qemu/qemu-bridge-helper --br=br1 --fd=31: failed to communicate with bridge helper: Transport endpoint is not connected¬
stderr=failed to parse default acl file `/etc/qemu/bridge.conf''
The file /etc/qemu/bridge.conf doesn't exist even in the VM is successfully started. I am not sure why I am getting this error?