88d95ab6f9
and support for bridged and hostonly networking contributed by Fredrik Lindberg <fli AT shapeshifter.se>. - Install GuestAdditions in designated directory. [1] - Install NLS files in designated directory. - Add workaround for directory permission problem. Reported by: Jonathan Chen <jonc AT chen.org.nz> [1] On behalf of: vbox@ (decke, dhn, beat, nox)
26 lines
801 B
Text
26 lines
801 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
|
|
|
|
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!
|
|
|
|
=============================================================================
|