I have error in Virtualbox, i to do comand :
etc/init.d/vboxdrv setup , all okie . but if alert error:
But : Failed to load VMMR0.r0 (VERR_SUPLIB_WORLD_WRITABLE).
Unknown error creating VM (VERR_SUPLIB_WORLD_WRITABLE).
This line is the answer to all the riddles
00:00:00.533 pdmR3LoadR0U: pszName="VMMR0.r0" rc=VERR_SUPLIB_WORLD_WRITABLE szErr="World writable: '/usr'"
The error is, that your /usr has write permissions for to many people.
you can fix:
- Code: Select all Expand view
-
sudo chmod o-w /usr