Couple of weeks ago I had similar issue while upgrading from 14.3->15.0, which had issues with firewall. Now I'm doing the upgrade in two steps 14.3 -> 14.4 -> 15.0, but still had some issues with BHyve virtualization on the host.
So the issue is that after first reboot - the bhyve is not able to start guest machines. It is kinda problematic on remote systems with single internet connection, when host machine ssh is available only via jump-host over the guest....
So my question, can I put something like:
Thanks
So the issue is that after first reboot - the bhyve is not able to start guest machines. It is kinda problematic on remote systems with single internet connection, when host machine ssh is available only via jump-host over the guest....
So my question, can I put something like:
freebsd-update install | tee /var/log/freebsd-update.last ; shutdown -r now into /etc/rc.local, so the system will install the updates and reboot itself, and probably will load virtual guests after ?Thanks