should I expect problems when running FreeBSD as VM? Serious bugs, performance issues, etc.?
Or should it run fine like any Linux VM?
root@freebsd-test ~# qemu-ga -v
1584543339.176037: debug: disabling command: guest-suspend-disk
1584543339.176059: debug: disabling command: guest-suspend-ram
1584543339.176068: debug: disabling command: guest-suspend-hybrid
1584543339.176076: debug: disabling command: guest-network-get-interfaces
1584543339.176084: debug: disabling command: guest-get-vcpus
1584543339.176091: debug: disabling command: guest-set-vcpus
1584543339.176098: debug: disabling command: guest-get-memory-blocks
1584543339.176106: debug: disabling command: guest-set-memory-blocks
1584543339.176113: debug: disabling command: guest-get-memory-block-size
1584543339.176121: debug: disabling command: guest-get-fsinfo
1584543339.176129: debug: disabling command: guest-fsfreeze-status
1584543339.176136: debug: disabling command: guest-fsfreeze-freeze
1584543339.176143: debug: disabling command: guest-fsfreeze-freeze-list
1584543339.176150: debug: disabling command: guest-fsfreeze-thaw
1584543339.176158: debug: disabling command: guest-get-fsinfo
1584543339.176165: debug: disabling command: guest-fstrim
1584543339.176596: critical: error opening channel: No such file or directory
1584543339.176610: critical: error opening channel
1584543339.176618: critical: failed to create guest agent channel
1584543339.176625: critical: failed to initialize guest agent channel
Hi, did you install all the dependencies (wayland xorg-fonts...) ?I've installed a FreeBSD test VM, wgich works so far. I've also installed qemu inside the VM (pkg install qemu), but I cannot start the qemu guest agent:
Code:root@freebsd-test ~# qemu-ga -v 1584543339.176037: debug: disabling command: guest-suspend-disk 1584543339.176059: debug: disabling command: guest-suspend-ram 1584543339.176068: debug: disabling command: guest-suspend-hybrid 1584543339.176076: debug: disabling command: guest-network-get-interfaces 1584543339.176084: debug: disabling command: guest-get-vcpus 1584543339.176091: debug: disabling command: guest-set-vcpus 1584543339.176098: debug: disabling command: guest-get-memory-blocks 1584543339.176106: debug: disabling command: guest-set-memory-blocks 1584543339.176113: debug: disabling command: guest-get-memory-block-size 1584543339.176121: debug: disabling command: guest-get-fsinfo 1584543339.176129: debug: disabling command: guest-fsfreeze-status 1584543339.176136: debug: disabling command: guest-fsfreeze-freeze 1584543339.176143: debug: disabling command: guest-fsfreeze-freeze-list 1584543339.176150: debug: disabling command: guest-fsfreeze-thaw 1584543339.176158: debug: disabling command: guest-get-fsinfo 1584543339.176165: debug: disabling command: guest-fstrim 1584543339.176596: critical: error opening channel: No such file or directory 1584543339.176610: critical: error opening channel 1584543339.176618: critical: failed to create guest agent channel 1584543339.176625: critical: failed to initialize guest agent channel
It also doesn't got a single update in 17 months. It's really a bummer that FreeBSD won't support fsfreeze.More than a year and half later...
Got it. GuestAgent was enable in the PVE, but not inside the VM, of course.You have guestagend disabled in the options of your *BSD VM? Because if you don't, it doesn't send an ACPI event to the VM to shutdown, but tries to do it via GA, which is not installed in your VM. Always disable GA, when you can't install guest agent in the guest OS.
We use essential cookies to make this site work, and optional cookies to enhance your experience.