You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing similar behavior when running utmctl exec against a Debian 12 (bookwork) guest:
$ utmctl exec deb-bookworm --cmd whoami Error from event: The operation couldn’t be completed. (OSStatus error -2700.)The QEMU guest agent is not running or not installed on the guest.
The guest VM has the qemu-guest-agent package installed and running.
I can see in the qemu logs that the command is making its way to the VM. It seems like maybe utmctl isn't handling the response correctly, maybe?
nate@localhost:~$ sudo systemctl status qemu-guest-agent● qemu-guest-agent.service - QEMU Guest Agent Loaded: loaded (/lib/systemd/system/qemu-guest-agent.service; static) Active: active (running) since Fri 2024-01-19 21:50:39 UTC; 4min 50s ago Main PID: 315 (qemu-ga) Tasks: 2 (limit: 4595) Memory: 1.6M CPU: 256ms CGroup: /system.slice/qemu-guest-agent.service └─315 /usr/sbin/qemu-gaJan 19 21:50:39 localhost systemd[1]: Started qemu-guest-agent.service - QEMU Guest Agent.
Describe the issue
Whenever I try to run
utmctl exec fedora --cmd ls
I get the below error:Configuration
Debug log
https://gist.github.com/ElSamhaa/acef64abd26307ce2eae6bbbeb44d6e6
Upload VM
https://gist.github.com/ElSamhaa/6f6aeb914f8795f5e551a59eeac2331b
The text was updated successfully, but these errors were encountered: