diff options
Diffstat (limited to 'emulators/virtualbox-ose/pkg-message')
-rw-r--r-- | emulators/virtualbox-ose/pkg-message | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose/pkg-message b/emulators/virtualbox-ose/pkg-message new file mode 100644 index 000000000000..053b176a7388 --- /dev/null +++ b/emulators/virtualbox-ose/pkg-message @@ -0,0 +1,19 @@ +============================================================================= + +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! + +============================================================================= |