[SOLVED] Getting qemu-agent to start at boot

Except for me not folllowing procedure, if any, a few notes on qemu-guest to share.
Using multiple distro shows just how different these can be in 'behavior'

1. Enable Qemu Guest in the Proxmox UI (just saying)
2. configure qemu-guest-agent if it does not start automagically
3. assure your init system does not require to enable qemu-ga at boot

Here are per distro notes.

Debian

apt install qemu-guest-agent​
qemu-ga -D >> /etc/qemu/qemu-ga.conf​
systemctl enable qemu-guest-agent​
reboot​

Arch/Artix

pacman -S qemu-guest-agent​
qemu-ga -D >> /etc/qemu/qemu-ga.conf​
Arch with systemd​
systemctl enable qemu-guest-agent​
Artix with s6​
echo "qemu-ga -d" >> /etc/s6/rc.local​
Workaround
now edit /etc/qemu/qemu-ga.conf
comment path = ...
instead, write: path = /dev/vport1p1
 
Last edited:
I think the post was meant for the Proxmox VE forum (not the Proxmox Mail Gateway ones) - and will move it there.

Thanks for sharing your experience!
 
  • Like
Reactions: Joris L.

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!