aboutsummaryrefslogtreecommitdiff
path: root/emulators/virtualbox-ose/pkg-message
blob: 91b8b16427cdb443bd05d254de00fbf3ef5fd12e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=============================================================================

VirtualBox was installed.

You need to load the vboxdrv kernel module and a mounted /proc filesystem.

% mount -t procfs proc /proc
% kldload vboxdrv

For bridged networking you also need to load the vboxnetflt kernel module.

% kldload vboxnetflt

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.

Check wiki page for known issues and troubleshooting:
http://wiki.freebsd.org/VirtualBox

Please report any problems to emulation@. Thanks!

=============================================================================