dvl@
Developer
I have vm-bhyve-1.5.0 installed on FreeBSD 13.1 - upon reboot, the expected VM is not running.
EDIT: this may be solved via
After reboot, running this command does not start the VM:
Interesting, the VM I want to start, hass is Locked
Running this command does start it:
After that:
My settings:
I'm not seeing anything in /var/log/messages to give me a hint. This is a not a newly-arriving problem. As far as I know, I've had this problem since installing vm-bhyve in November.
EDIT: this may be solved via
% sudo sysrc vm_list="hass"
After reboot, running this command does not start the VM:
sudo service vm start hass
Interesting, the VM I want to start, hass is Locked
Code:
% sudo vm list
NAME DATASTORE LOADER CPU MEMORY VNC AUTO STATE
hass default uefi 4 4GB - No Locked (slocum.int.unixathome.org)
home-assistant default uefi 1 1GB - No Stopped
myguest default bhyveload 1 768M - No Stopped
Running this command does start it:
Code:
% sudo vm start hass
Starting hass
* found guest in /usr/local/vm/hass
* booting...
After that:
Code:
% sudo vm list
NAME DATASTORE LOADER CPU MEMORY VNC AUTO STATE
hass default uefi 4 4GB - No Running (82614)
home-assistant default uefi 1 1GB - No Stopped
myguest default bhyveload 1 768M - No Stopped
My settings:
Code:
% grep vm /etc/rc.conf
vm_enable="YES"
vm_dir="zfs:system/vm"
I'm not seeing anything in /var/log/messages to give me a hint. This is a not a newly-arriving problem. As far as I know, I've had this problem since installing vm-bhyve in November.