VirtualBox

Changes between Version 3 and Version 4 of User_FAQ


Ignore:
Timestamp:
Jan 16, 2007 5:18:38 PM (17 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • User_FAQ

    v3 v4  
    55== Linux hosts ==
    66
    7  * If you get '''permission problems''' directly after an installation, make sure that your user account is listed in the vboxusers group. The installation takes care creating that group, but you will need to manually add all users to it that should be allowed to run !VirtualBox. As root, for each such user, run "usermod -G vboxusers -a <userid>". If any of the affected users are currently logged in, they need to log out for the changes to take effect. In case any user already attempted to start !VirtualBox before logging out (which launches the VBoxSVC service process with incorrect permissions), that user additionally needs to run "!VirtualBox shutdown" from the command line to terminate the service. This solves the permission problems. (Alternatively, a reboot will help as well.)
     7 * If you get a message saying '''"!VirtualBox kernel driver not accessible, permission problem"''' when starting !VirtualBox right after installation, make sure that your user account is listed in the `vboxusers` group. The installation takes care creating that group, but you will need to manually add all users to it that should be allowed to run !VirtualBox. As root, for each such user, run `usermod -G vboxusers -a <userid>`. If any of the affected users are currently logged in, they need to log out for the changes to take effect. In case any user already attempted to start !VirtualBox before logging out (which launches the VBoxSVC service process with incorrect permissions), that user additionally needs to run `VirtualBox shutdown` from the command line to terminate the service. This solves the permission problems. (Alternatively, a reboot will help as well.)
    88
    99 * When the kernel module doesn't load, i.e. you get an '''"Error inserting vboxdrv: Invalid argument",''' check (as root) the output of the "dmesg" command. In 90% of all cases, this is a problem with Linux 2.6.19 and higher, and the message will be: "NMI watchdog active -- refused to load the kernel module! Please disable the NMI watchdog by specifying 'nmi_watchdog=0' at kernel command line." Add this option to your grub configuration, reboot, and the module should load.

© 2023 Oracle
ContactPrivacy policyTerms of Use