QEMU Guest Agent not starting automatically

Started by andrema2, June 09, 2021, 05:02:08 PM

Previous topic - Next topic
I have install the new QEMU plugin for the 21.1.6 release.

It doesn't start automatically. With hte following errors

critical: failed to initialize guest agent channel
critical: failed to create guest agent channel
critical: error opening channel
critical: error opening channel: No such file or directory

If I start it manually it runs without a problem.

I added the lines below into the rc.conf file

qemu_guest_agent_enable="YES"
qemu_guest_agent_flags="-d -v -l /var/log/qemu-ga.log"

I also enable and start the service manually via command line, but after a restart of the Box it doesn't start automatically as I said.

The service is marked as enabled on the GUI.

What am I missing ?