Hi, I installed gnome 3.8. This involved switching from udev to systemd. Also, I upgraded to kernel 3.11.0. Anyhow, now the permission of the virtualbox related devices are as follows: $ ls -ld /dev/vbox* crw------- 1 root root 10, 58 4. Sep 16:15 /dev/vboxdrv crw------- 1 root root 10, 57 4. Sep 16:15 /dev/vboxnetctl drwxr-x--- 4 root vboxusers 80 4. Sep 09:54 /dev/vboxusb I can't find any udev rules for devices vboxdrv and vboxnetctl. Shouldn't they be part of the virtualbox ebuild? Reproducible: Always
The modules of these devices are part from app-emulation/virtualbox-modules. Everytime you build and install a new kernel, you ave to emerge -v1 virtualbox-modules but I think you know. The permissions are the same on my computer.
Obviously, the modules are already loaded. Otherwise, I couldn't show you the permissions, right? I had problems running VirtualBox. I thought it was because of the permissions. But now it works again. So I was wrong. Closing.