Opened 12 years ago
Closed 9 years ago
#11233 closed defect (obsolete)
the vboxdrv service is not started
Reported by: | stephane de Labrusse | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 4.2.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
I found that the binaries installed virtualbox from oracle repositories causing malfunction on my debian wheezy.
Every time I run virtualbox, the prompt asked them to return this command although the DKMS package is installed
"/etc/init.d/vboxdrv setup"
we can see that the service vboxdrv is not started at boot the machine because there is no runlevel assigned to this service.
I have to manually assign it level with the startup command
"update-rc.d vboxdrv defaults"
I can reproduce this bug on two debian wheezy when I want to use the packages virtualbox 4.1 and 4.2
here are the error messages that I get when I want to start virtualbox
Failed to open a session for the virtual machine ...
"The virtual machine '..' has terminated unexpectedly falling on startup with exit code 1."
and also that the
"Kernel driver not installed (rc = -1908)
The VirtualBox Linux kernel driver (vboxdrv) is not loaded or there Either is a permission problem with / dev / vboxdrv. Please reinstall the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. If it is available in your distribution, you install the DKMS package shoulds first. This package keeps track of Linux kernel and recompiled exchange the vboxdrv kernel module if Necessary. "
Change History (5)
comment:1 by , 12 years ago
comment:3 by , 12 years ago
I have this issue on my box. I think it is because I have an 4.1 insalled before I installed 4.2.
comment:4 by , 11 years ago
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
I installed Virtual 4.3.12 from the deb package on Virtualbox website on my Linux Mint Debian Edition Cinnamon 201403 64bit system and I have the same symptom. Vboxdrv setup needs to be run every time I boot the host.
comment:5 by , 9 years ago
Resolution: | → obsolete |
---|---|
Status: | reopened → closed |
Please reopen if still relevant with a recent VirtualBox release.
This sounds strange and I cannot reproduce the problem. The postinst script of these packages contains the line update-rc.d vboxdrv defaults. I have no idea why it does not work on your box. Was the package correctly installed (including the configuration step)?