afbf09cc33
enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License. WWW: http://www.virtualbox.org/ Note: Please READ pkg-messages carefully, also please take a look in the Wiki page (http://wiki.freebsd.org/VirtualBox) Thanks to: thank you to everyone who helped make this possible.
19 lines
613 B
Text
19 lines
613 B
Text
=============================================================================
|
|
|
|
VirtualBox was installed.
|
|
|
|
You need to load the vboxdrv kernel module and a mounted /proc filesystem.
|
|
|
|
% mount -t procfs proc /proc
|
|
% kldload vboxdrv
|
|
|
|
You also have to add all users to your vboxusers group in order to use vbox.
|
|
|
|
% pw groupmod vboxusers -m jerry
|
|
|
|
Running VirtualBox as non-root user may fail with a fatal error
|
|
NS_ERROR_FACTORY_NOT_REGISTERED. In this case delete /tmp/.vbox-*-ipc file.
|
|
|
|
Please report any problems to emulation@. Thanks!
|
|
|
|
=============================================================================
|