Hi Guys,
I recently tried the php virtual box jail to get lubuntu or debian working as jail. Im currently on Freenas 9.10.2-U1. By default, when I tried to create Vbox jail, the template was missing. Thus, I had to dig Freenas download resource and add the link to the template screen and then get my jail setup. I tried both the vbox templates. Since release 9.10 was not showing the links I had to get them from 9.2 folder.
I tried these two:
http://download.freenas.org/jails/9.2/x64/freenas-virtualbox-4.3.12.tgz
http://download.freenas.org/jails/9.2/x64/vboxtemplate.tgz
The jail gets setup pretty nicely, and I am able to even open the vbox administration page in my browser. So to install a vm, i go through the setup wizard, do the needful and load the iso image of debian. However, the moment I press start to run the VM, I get error below:
To circumvent any ambiguity, I tried two versions of vbox templates as above, and I have also tried multiple variants of Linux such as debian x86, lubuntu x86 and even lubuntu x64.
For all times, I get the same error as below. Can anyone advice what I am missing?
I recently tried the php virtual box jail to get lubuntu or debian working as jail. Im currently on Freenas 9.10.2-U1. By default, when I tried to create Vbox jail, the template was missing. Thus, I had to dig Freenas download resource and add the link to the template screen and then get my jail setup. I tried both the vbox templates. Since release 9.10 was not showing the links I had to get them from 9.2 folder.
I tried these two:
http://download.freenas.org/jails/9.2/x64/freenas-virtualbox-4.3.12.tgz
http://download.freenas.org/jails/9.2/x64/vboxtemplate.tgz
The jail gets setup pretty nicely, and I am able to even open the vbox administration page in my browser. So to install a vm, i go through the setup wizard, do the needful and load the iso image of debian. However, the moment I press start to run the VM, I get error below:
To circumvent any ambiguity, I tried two versions of vbox templates as above, and I have also tried multiple variants of Linux such as debian x86, lubuntu x86 and even lubuntu x64.
For all times, I get the same error as below. Can anyone advice what I am missing?
Code:
Exception Object
(
[message:protected] => The virtual machine 'Debian' has terminated unexpectedly during startup with exit code 1
[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] => 7f6b8a5f16f7d098-0000000000000136
[_persist] => Array
(
[vboxHandle] => 7f6b8a5f16f7d098-0000000000000134
)
[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] => 7f6b8a5f16f7d098-0000000000000136
[_persist] => Array
(
[vboxHandle] => 7f6b8a5f16f7d098-0000000000000134
)
[fn] => progressGet
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
[progress] => 7f6b8a5f16f7d098-0000000000000136
[info] => Array
(
[completed] => 1
[canceled] =>
[description] => Starting VM
[operationDescription] => Creating process for virtual machine "Debian" (headless)
[timeRemaining] => Array
(
)
[timeElapsed] => Array
(
[days] => 17220
[hours] => 2
[minutes] => 41
[seconds] => 9
)
[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] => 7f6b8a5f16f7d098-0000000000000136
[_persist] => Array
(
[vboxHandle] => 7f6b8a5f16f7d098-0000000000000134
)
[fn] => progressGet
)
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
[progress] => 7f6b8a5f16f7d098-0000000000000136
[info] => Array
(
[completed] => 1
[canceled] =>
[description] => Starting VM
[operationDescription] => Creating process for virtual machine "Debian" (headless)
[timeRemaining] => Array
(
)
[timeElapsed] => Array
(
[days] => 17220
[hours] => 2
[minutes] => 41
[seconds] => 9
)
[percent] => 0
)
)
[success] => 1
[key] => 53474945cfd7ac0bf8114767c209c2a6
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)