Not sure where this belongs
There aren't much howtos on this topic, a lot on how to do this in Linux, some how to do this in FreeNAS, though those for FreeNAS, work with a jail template.
Probably some issue with the jail not getting enough access to something, can anyone point me in the right direction? devfs(8)?
# kldstat |grep -i vbox
Code:
24 3 0xffffffff8201a000 45370 vboxdrv.ko
31 1 0xffffffff82060000 3f64 vboxnetadp.ko
32 1 0xffffffff82064000 29b2 vboxnetflt.ko
# vboxheadless
Code:
VBoxHeadless: Error -1908 in suplibOsInit!
VBoxHeadless: Kernel driver not installed
VBoxHeadless: Tip! Make sure the kernel module is loaded. It may also help to reinstall VirtualBox.
# sysctl security.jail.sysvipc_allowed
Code:
security.jail.sysvipc_allowed: 1
There aren't much howtos on this topic, a lot on how to do this in Linux, some how to do this in FreeNAS, though those for FreeNAS, work with a jail template.
Probably some issue with the jail not getting enough access to something, can anyone point me in the right direction? devfs(8)?
Last edited by a moderator: