Since i was getting strangs freezes in Win2012R2 virtual machines, i decided to upgrade Virtualbox in the Virtualbox jail template.
I did this using the following commands;
pkg install virtualbox-ose-4.3.18
pkg install virtualbox-ose-kmod-4.3.18
After this i am unable to start virtualmachines, getting the error below.
I happens in both Virtualbox 9.2.1.7 and 9.2.1.8, it's easy to reproduce with a clean jail.
Does anyone know how to fix it?
ERROR in phpvirtualbox:
I did this using the following commands;
pkg install virtualbox-ose-4.3.18
pkg install virtualbox-ose-kmod-4.3.18
After this i am unable to start virtualmachines, getting the error below.
I happens in both Virtualbox 9.2.1.7 and 9.2.1.8, it's easy to reproduce with a clean jail.
Does anyone know how to fix it?
ERROR in phpvirtualbox:
Code:
Exception Object
(
[message:protected] => The virtual machine 'Domoticz' has terminated unexpectedly during startup with exit code 1 (0x1)
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
[line:protected] => 2382
[trace:Exception:private] => Array
(
[0] => Array
(
=> /usr/local/www/phpvirtualbox/lib/vboxconnector.php
[line] => 928
[function] => remote_progressGet
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[progress] => 48e28023ab72bb13-000000000000003f
[_persist] => Array
(
[vboxHandle] => 48e28023ab72bb13-000000000000003d
)
[fn] => progressGet
)
)
)
[1] => Array
(
=> /usr/local/www/phpvirtualbox/lib/ajax.php
[line] => 309
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => progressGet
[1] => Array
(
[0] => Array
(
[progress] => 48e28023ab72bb13-000000000000003f
[_persist] => Array
(
[vboxHandle] => 48e28023ab72bb13-000000000000003d
)
[fn] => progressGet
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
[progress] => 48e28023ab72bb13-000000000000003f
[info] => Array
(
[completed] => 1
[canceled] =>
[description] => Starting VM
[operationDescription] => Creating process for virtual machine "Domoticz" (headless)
[timeRemaining] => Array
(
)
[timeElapsed] => Array
(
[days] => 16371
[hours] => 23
[minutes] => 48
[seconds] => 47
)
[percent] => 0
)
)
[success] => 1
[key] => 53474945cfd7ac0bf8114767c209c2a6
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[2] => Array
(
=> /usr/local/www/phpvirtualbox/lib/ajax.php
[line] => 309
[function] => progressGet
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
[progress] => 48e28023ab72bb13-000000000000003f
[_persist] => Array
(
[vboxHandle] => 48e28023ab72bb13-000000000000003d
)
[fn] => progressGet
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
[progress] => 48e28023ab72bb13-000000000000003f
[info] => Array
(
[completed] => 1
[canceled] =>
[description] => Starting VM
[operationDescription] => Creating process for virtual machine "Domoticz" (headless)
[timeRemaining] => Array
(
)
[timeElapsed] => Array
(
[days] => 16371
[hours] => 23
[minutes] => 48
[seconds] => 47
)
[percent] => 0
)
)
[success] => 1
[key] => 53474945cfd7ac0bf8114767c209c2a6
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)