Hi folks
I updated one of my VirtualBox VMs host from 15.0 to 15.1 and hit with issue: cannot start VirtualBox VMs.
VM start failed with the following exception:
Quick research tells me that issue is in this package:
- virtualbox-ose-kmod-72-7.2.14.1500068 VirtualBox kernel module for FreeBSD
It looks like it is built for 15.0 kernel, not 15.1, despite I did
The workaround is to build that virtualbox-ose-kmod-72 from ports, but it requires to have ports collection and a lot of related stuff be installed, which I don't like.
Or rollback to virtualbox-ose-kmod-72: 7.2.8.1501000, which was built for 15.1.
So, my question is why the recent update of the virtualbox-ose-kmod-72 still has no correct version for 15.1?
Should this be reported as a bug? (I didn't find anything related in the Bug List)
Thanks
I updated one of my VirtualBox VMs host from 15.0 to 15.1 and hit with issue: cannot start VirtualBox VMs.
VM start failed with the following exception:
Code:
Exception Object
(
[message:protected] => The virtual machine 'test 2022' has terminated unexpectedly during startup with exit code 1 (0x1)
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /usr/local/www/phpvirtualbox-72/endpoints/lib/vboxconnector.php
[line:protected] => 2491
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /usr/local/www/phpvirtualbox-72/endpoints/lib/vboxconnector.php
[line] => 956
[function] => remote_progressGet
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[progress] => 213b40dd4513e05b-0000000000000004
)
)
)
[1] => Array
(
[file] => /usr/local/www/phpvirtualbox-72/endpoints/api.php
[line] => 316
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => progressGet
[1] => Array
(
[0] => Array
(
[progress] => 213b40dd4513e05b-0000000000000004
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
[progress] => 213b40dd4513e05b-0000000000000004
[info] => Array
(
[completed] => 1
[canceled] =>
[description] => Starting VM
[operationDescription] => Creating process for virtual machine "test 2022" (headless)
[timeRemaining] => Array
(
)
[timeElapsed] => Array
(
[days] => 20678
[hours] => 16
[minutes] => 27
[seconds] => 27
)
[percent] => 0
)
)
[success] => 1
[key] => 500f4531e0fc72e2909e25f8e66362e3
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
)
[previous:Exception:private] =>
)
Quick research tells me that issue is in this package:
- virtualbox-ose-kmod-72-7.2.14.1500068 VirtualBox kernel module for FreeBSD
It looks like it is built for 15.0 kernel, not 15.1, despite I did
pkg update + pkg upgrade -f after system upgrade.The workaround is to build that virtualbox-ose-kmod-72 from ports, but it requires to have ports collection and a lot of related stuff be installed, which I don't like.
Or rollback to virtualbox-ose-kmod-72: 7.2.8.1501000, which was built for 15.1.
So, my question is why the recent update of the virtualbox-ose-kmod-72 still has no correct version for 15.1?
Should this be reported as a bug? (I didn't find anything related in the Bug List)
Thanks