VirtualBox

Changes between Version 52 and Version 53 of User_FAQ


Ignore:
Timestamp:
Sep 17, 2007 3:28:12 PM (18 years ago)
Author:
Michael Thayer
Comment:

Corrected information about adding users to vboxusers in Linux hosts

Legend:

Unmodified
Added
Removed
Modified
  • User_FAQ

    v52 v53  
    2828 * '''Tickless Linux timer''': !VirtualBox currently does not work well on Linux kernels with tickless timer support (CONFIG_NO_HZ enabled). We are investigating the problem but in the meantime you should disable the tickless timer by disabling that config option or by adding '''nohz=off''' to the Linux kernel command line.
    2929
    30  * 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.)
     30 * If you get a message saying '''"!VirtualBox kernel driver not accessible, permission problem"''' when starting !VirtualBox immediately after installation, make sure that your user account is a member of the `vboxusers` group. This group is created when !VirtualBox is installed, but you will need to manually add all users to it who are to be allowed to run !VirtualBox. The documentation accompanying your Linux distribution should provide information about how to do this. If not, the following should also work on most Linux systems. These commands should be run as the Administrator user from the command line.
     31{{{
     32# groups <login name>
     33[Shows a list of groups for that login name]
     34# useradd <login name> -g <first group in list> -G <second group>,<third group>,...,vboxusers
     35}}}
     36 These changes will only take effect after the users have logged out and back in again.
    3137
    3238 * If the kernel module refuses to load with a message saying '''"Error inserting vboxdrv: Invalid argument",''' check (as root) the output of the "dmesg" command, and see "Troubleshooting" -> "Linux hosts" in the [wiki:"Downloads" User Manual] for solutions.
     
    7682EndSection
    7783}}}
    78  * Mouse in PCLinuxOS: Look at /etc/X11/xorg.conf for the ServerLayout section and comment out the following line:
     84 * Mouse in PCLinuxOS: Look at /etc/X11/xorg.conf for the !ServerLayout section and comment out the following line:
    7985{{{
    8086InputDevice "Mouse2" "SendCoreEvents"

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette