Open deimosian opened 1 month 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.
@fraenki , not sure if there is an additional problem, but I got it running again on 24.7 after adjusting the following CLI option:
Changed to:
{% do optional_flags.append('--block-rpcs=' ~ OPNsense.QemuGuestAgent.general.DisabledRPCs) %}
Looks like --blacklist
was renamed to --block-rpcs
. See also: https://bugzilla.redhat.com/show_bug.cgi?id=2156515
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:
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.