netdevopsbr / netbox-proxbox

Netbox Plugin for integration between Proxmox and Netbox
Apache License 2.0
338 stars 50 forks source link

[ERROR] 500 Internal Server Error: QEMU guest agent is not running #88

Open emersonfelipesp opened 1 year ago

emersonfelipesp commented 1 year ago

[Proxmox Documentation] - QEMU Guest Agent

The code can't handle the exception when QEMU Guest Agent is Enabled but not running.

To solve this while the there are no PR's, just make sure QEMU Guest Agent is actually running if it is enabled, or then disable it if it will not run.


On Debian-Like systems, just run:

sudo apt update
sudo apt install qemu-guest-agent
systemctl enable qemu-guest-agent
systemctl start qemu-guest-agent