Good News

This morning I update OI to illumos-91e85beae3 and VirtualBox 7.1.10, all my VBox VMs are working.
Never identified what caused the problem but every glad it is fixed

Kind Regards

Russell

On 2025-06-04 06:46, russell wrote:

Hi

I tried to start a VM "No Disk" using VBoxManage startvm which failed

$ sh -x VBoxManage startvm "No Disk"
+ isainfo -k
+ CURRENT_ISA=amd64
+ test amd64 '=' amd64
+ INSTALL_DIR=/opt/VirtualBox/amd64
+ basename VBoxManage
+ APP=VBoxManage
+ exec /opt/VirtualBox/amd64/VBoxManage startvm 'No Disk'
Waiting for VM "No Disk" to power on...
VBoxManage: error: The virtual machine 'No Disk' has terminated unexpectedly during startup because of signal 11 VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine


I tried to start as root but forgot to set DISPLAY but generates the same error as when starting a VM myself

$ xhost +local:
non-network local connections being added to access control list

root@tesla:~# sh -x VBoxManage startvm Test
+ isainfo -k
+ CURRENT_ISA=amd64
+ test amd64 '=' amd64
+ INSTALL_DIR=/opt/VirtualBox/amd64
+ basename VBoxManage
+ APP=VBoxManage
+ exec /opt/VirtualBox/amd64/VBoxManage startvm Test
Waiting for VM "Jackie" to power on...
VBoxManage: error: The virtual machine 'Test' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine


I tried to start as root after setting DISPLAY which works!

root@tesla:~# export DISPLAY=:0.0
root@tesla:~# sh -x VBoxManage startvm Test
+ isainfo -k
+ CURRENT_ISA=amd64
+ test amd64 '=' amd64
+ INSTALL_DIR=/opt/VirtualBox/amd64
+ basename VBoxManage
+ APP=VBoxManage
+ exec /opt/VirtualBox/amd64/VBoxManage startvm Test
Waiting for VM "Jackie" to power on...
VM "Test" has been successfully started.


After stopping the Test VM I tried setting DISPLAY for myself it does not fix the issue

russell@tesla:/home/russell$ export DISPLAY=:0.0
russell@tesla:/home/russell$ sh -x VBoxManage startvm "No Disk"
+ isainfo -k
+ CURRENT_ISA=amd64
+ test amd64 '=' amd64
+ INSTALL_DIR=/opt/VirtualBox/amd64
+ basename VBoxManage
+ APP=VBoxManage
+ exec /opt/VirtualBox/amd64/VBoxManage startvm 'No Disk'
Waiting for VM "No Disk" to power on...
VBoxManage: error: The virtual machine 'No Disk' has terminated unexpectedly during startup because of signal 11 VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine


Does this make sense to anyone?


Kind Regards


Russell

_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to