I have alot of 14.04 host servers still and I'm trying to configure qemu-guest-agent to work on them I add the channel into the xml file and starting the vm I get this error:
Error starting domain: internal error: process exited while connecting to monitor: qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/testbed.org.qemu.guest_agent.0,server,nowait: Failed to bind socket: Permission denied
qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/testbed.org.qemu.guest_agent.0,server,nowait: chardev: opening backend "socket" failed
I've checked /var/lib/libvirt/qemu/channel/target the channel and target folder didn't exist before so I created them, I then chowned them to libvirt-qemu:kvm as that seems to be the group that runs virt sessions but I'm still not getting the guest agent installed.
Is there any particular packages I need to install on the host OS to get this working?
Error starting domain: internal error: process exited while connecting to monitor: qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/testbed.org.qemu.guest_agent.0,server,nowait: Failed to bind socket: Permission denied
qemu-system-x86_64: -chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channel/target/testbed.org.qemu.guest_agent.0,server,nowait: chardev: opening backend "socket" failed
I've checked /var/lib/libvirt/qemu/channel/target the channel and target folder didn't exist before so I created them, I then chowned them to libvirt-qemu:kvm as that seems to be the group that runs virt sessions but I'm still not getting the guest agent installed.
Is there any particular packages I need to install on the host OS to get this working?