Joshua Rogers
Joshua Rogers
Can this be merged?
This makes no sense: PATH does not propagate through sudo. sudo specifically has the directive secure_path which sets the PATH variable when you use sudo. On Ubuntu 2204, it's set...
It should just be gpl, I’ll fix it later thanks
I'm seeing similar behavior on my system. I would believe that indeed, it is either a problem with the FreeBSD base system or with the wifi device itself (BCM43602 in...
@mingww64 and @pgj: The issue is either in how bhyve destroys the VM, or in how FreeBSD's pci kernel code handles destruction. Possibly also the firmware itself (highly likely). Anyways,...
I've written-up the issue here: https://joshua.hu/brcmfmac-bcm43602-suspension-shutdown-hanging-freeze-linux-freebsd-wifi-bug-pci-passthru The tl;dr is that the upon shutdown of the VM, the pcie device is not properly reset, leaving it in an inconsistent state. I...
Yes, the patch should be sufficient in of itself. The only issue I can see is if the "kill -SIGTERM" to the VM does not complete before the VM is...
It works with some changes. From bhyve manpage: `SIGTERM Trigger ACPI poweroff for a VM` However, vm_stop() kills the `daemon` PID with sigterm. If we look at pstree, we can...
And the only case I can tell where the fix does not work, is if the VM is killed while it is starting up -- it seems that Linux will...