Hi,
I installed VirtualBox a few days ago and whenever I try to start a VirtualBox VM I get an error along the lines (different virtual machine names for different machines, ofc):
Failed to open a session for the virtual machine **Debian (Unstable)**.
Failed to load R0 module /usr/lib/virtualbox/VMMR0.r0: The owner is not root: **'/usr/lib'** (VERR_SUPLIB_OWNER_NOT_ROOT).
Failed to load VMMR0.r0 (VERR_SUPLIB_OWNER_NOT_ROOT).
|Result Code:|NS_ERROR_FAILURE (0x80004005)|
|---|---|
|Component:|ConsoleWrap|
|Interface:|IConsole {872da645-4a9b-1727-bee2-5585105b9eed}|
I saw this ticket at virtualbox.org and in response to comment #15 I ran:
sudo chown -R root:root /usr/lib/virtualbox
all this did was change the error to that shown here:
http://imgur.com/SssXDZS.png
then I ran:
sudo chmod 4711 /usr/lib/virtualbox/VirtualBox
also in response to comment #15, and then when I started the VM up again it returned my original error.
I have virtualbox-host-kmp-default installed (from the default repository) and I am using the correct kernel for it (4.4.0, although I was previously using the 4.4.1 kernel from an unofficial repository, this issue seems to have begun after I removed this 4.4.1 kernel, before this time I was able to start VMs without issue), I even tried reinstalling virtualbox-host-kmp-default to no effect. I also tried running (as I also had virtualbox-host-source installed), as root:
cd /usr/src/kernel-modules/virtualbox
make
make install
and this too failed to correct the problem. I then tried rebooting in case, some new kernel modules this command gave me weren’t going to be loaded until I rebooted and still I am encountering this error. Any ideas of how to fix this problem per chance?
Thanks for your time,
Brenton