Skip to content

Instantly share code, notes, and snippets.

@FabienRCT
Last active November 22, 2025 15:18
Show Gist options
  • Select an option

  • Save FabienRCT/b398f739a8563d97e8bd791471b6458f to your computer and use it in GitHub Desktop.

Select an option

Save FabienRCT/b398f739a8563d97e8bd791471b6458f to your computer and use it in GitHub Desktop.
Qemu guest agent on a NetBSD VM with Proxmox
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