qemu guest agent dont starts
-
Workaround:
- pkg install qemu-guest-agent
- System: Settings: Tunables -> Add
- Tunable: virtio_console_load, Value: YES
- Reboot
logs says...
1653683256.440305: critical: error opening channel
1653683256.440318: critical: failed to create guest agent channel
1653683256.440323: critical: failed to initialize guest agent channel
1653683834.283969: debug: disabling command: guest-suspend-disk
1653683834.284010: debug: disabling command: guest-suspend-ram
1653683834.284026: debug: disabling command: guest-suspend-hybrid
1653683834.284032: debug: disabling command: guest-set-vcpus
1653683834.284038: debug: disabling command: guest-get-memory-blocks
1653683834.284044: debug: disabling command: guest-set-memory-blocks
1653683834.284050: debug: disabling command: guest-get-memory-block-size
1653683834.284056: debug: disabling command: guest-get-memory-block-info
1653683834.284061: debug: disabling command: guest-fsfreeze-status
1653683834.284067: debug: disabling command: guest-fsfreeze-freeze
1653683834.284072: debug: disabling command: guest-fsfreeze-freeze-list
1653683834.284078: debug: disabling command: guest-fsfreeze-thaw
1653683834.284092: debug: disabling command: guest-fstrim
1653683834.284162: critical: error opening channel: No such file or directory
1653683834.284169: critical: error opening channel
1653683834.284175: critical: failed to create guest agent channel
1653683834.284180: critical: failed to initialize guest agent channelhas anyone idea what can i do ?
Regards BUSTER
-
@buster-0
Did you provide the channel to the VM on the host? -
@viragomann ohh good, im so stupid!
check >> service qemu-guest-agent status
qemu_guest_agent is running as pid 517.thats was the solution now runs qemu guest agent finaly, thx for help :*
cYa BUSTER