gushmazuko / truenas-qemu-guest-agent

QEMU Guest Agent for TrueNAS 13
MIT License
50 stars 20 forks source link

Error with qemu-guest-agent 9.0.1 #12

Open fultonj3 opened 4 months ago

fultonj3 commented 4 months ago

I've finally got the script to work with the qemu guest agent 9.0.1.pkg. However, when i try to start the qemu-guest-agent, I get an error:

critical: error opening channel '/dev/vtcon/org.qemu.quest_agent.0' : No such file or directory critical: failed to create guest agent channel critical: failed to initialize guest agent channel

I do not have a /dev/vtcon directory

arnuschky commented 4 months ago

Same problem here. Any solution?

actually, it worked by simply updating the script's url to 9.0.1 TrueNAS-13.0-U6.2

yingternet commented 3 months ago

now need to update to 9.0.2

BenLaKnet commented 2 months ago

I have an error when I tried to use install.sh on TrueNAS-13.0-U6.2 I install manually package with : pkg install qemu-guest-agent virtio_console seems to be correctly loaded. But I have this error message too:

critical: error opening channel '/dev/vtcon/org.qemu.guest_agent.0'

/dev/vtcon does not exist.

BenLaKnet commented 2 months ago

I found an issue with manual installation and after change processor type to kvm64. Stop VM and start with Proxmox.