Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
emersonfelipesp opened this issue Mar 14, 2023 · 0 comments
Assignees
Labels
accepted This issue has been accepted for implementation bug Further discussion is needed to determine this issue's scope and/or implementation help wanted Extra attention is needed

Comments

@emersonfelipesp
Copy link
Member

emersonfelipesp commented Mar 14, 2023

[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
@emersonfelipesp emersonfelipesp added bug Further discussion is needed to determine this issue's scope and/or implementation accepted This issue has been accepted for implementation labels Mar 14, 2023
@emersonfelipesp emersonfelipesp self-assigned this Mar 14, 2023
@emersonfelipesp emersonfelipesp added the help wanted Extra attention is needed label Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted This issue has been accepted for implementation bug Further discussion is needed to determine this issue's scope and/or implementation help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant