opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
836 stars 626 forks source link

emulators/qemu-guest-agent: not working at 24.1 -> 24.7 upgrade #4255

Open deimosian opened 1 week ago

deimosian commented 1 week ago

Important notices

Before you add a new report, we ask you kindly to acknowledge the following:

Describe the bug

QEMU Guest Agent does not work after 24.1 -> 24.7 upgrade.

To Reproduce

Steps to reproduce the behavior:

  1. Run OPNsense 24.1 in QEMU environment, eg Proxmox, with QEMU Agent installed.
  2. Update from 24.1.x to 24.7.x.
  3. Check hypervisor for QEMU Agent connection.

Expected behavior

QEMU Agent should remain installed and communicate with the host.

Describe alternatives you considered

N/A. There are no practical alternatives to having the proper agent.

fraenki commented 1 week ago

The plugin needs to move to the qemu port and activate the "guestagent" flavor: https://github.com/freebsd/freebsd-ports/blob/main/emulators/qemu/Makefile https://www.freshports.org/emulators/qemu-guest-agent/

I'll take care of this.