Last active
November 22, 2025 15:18
-
-
Save FabienRCT/b398f739a8563d97e8bd791471b6458f to your computer and use it in GitHub Desktop.
Qemu guest agent on a NetBSD VM with Proxmox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| On Proxmox's VM setting: | |
| In Options-> QEMU Guest Agent -> Enable "Use QEMU Guest Agent" and under Advanced, select Type : ISA | |
| Inside the VM: | |
| Insall qemu-guest-agent : pkgin install qemu-guest-agent | |
| Install the service : cp /usr/pkg/share/examples/rc.d/qemu-guest-agent /etc/rc.d/qemu-guest-agent | |
| Enable the service in rc.conf : add the line "qemu_guest_agent=YES" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment