Opened 15 years ago
Closed 15 years ago
#4797 closed defect (fixed)
VBox refuses to start VM's reports VM driver not accessible
Reported by: | Marsh | Owned by: | |
---|---|---|---|
Component: | installer | Version: | VirtualBox 2.0.10 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description (last modified by )
Upgraded to VirtualBox 2.0.10-50334 from 2.0.8-44071. After upgrade Vbox immediately began reporting VM inaccessible errors (See error report below).
Recompiled kernel modules using /etc/vboxdrv setup command with same result.
Downgraded back to 2.0.8 VBox is back to working.
VBox does not appear be logging to the VBox.log file so I have extracted all the vbox messages I could find in other log files. Admittedly it is not much to go on but it is all that I have available.
Distro: Ubuntu (Dapper 6.06LTS)
Platform: AMD64
Kernel 2.6.15-54
Error Reports from VBox:
VERR_VM_DRIVER_NOT_ACCESSIBLE (rc=-1909)
The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing
'/etc/init.d/vboxdrv setup'
as root. Users of Ubuntu or Fedora should install the DKMS package at first. This package keeps track of Linux kernel changes and recompiles the vboxdrv kernel module if necessary.
Attachments (2)
Change History (9)
by , 15 years ago
comment:1 by , 15 years ago
Component: | other → installer |
---|---|
Description: | modified (diff) |
Version: | VirtualBox 2.0.0 → VirtualBox 2.0.10 |
Well, I'm not aware of any change of the Linux installer between 2.0.8 and 2.0.10. I assume you installed the Dapper (.deb) package from our website, correct?
When you install VBox 2.0.10, what are the permissions of /dev/vboxdrv (/bin/ls -l /dev/vboxdrv)?
comment:2 by , 15 years ago
I can confirm the very same in Ubuntu-Hardy-amd64.
Upgrade from 2.0.8 -> 2.0.10 itself works fine. I can start the VBox-gui without any problems, but as soon as I want to start an existing VM I get following 2 error pop-ups:
They appear one after another with 2 sec. inbetween (bottom row from left to right).
[IMG]http://i28.tinypic.com/16jqbe9.jpg[/IMG]
I also tried to recompile the kernel module -> runs through but problem persists. I checked permissions for /dev/vboxdrv (module gets loaded automatically):
it is:
$ ls -l /dev/vboxdrv crw------- 1 root vboxusers 10, 63 2009-09-03 15:46 /dev/vboxdrv
This applies to both versions 2.0.8 AND 2.0.10.
I tried to change permissions to 660 and even 666 -> it does not change anything.
I tried to start VBox as root and create a new VM -> the same.
comment:3 by , 15 years ago
The correct permissions of /dev/vboxdrv are 0660. Are you sure that the current user is member of the vboxusers group?
Doing
sudo chmod u+s /usr/bin/strace strace -s128 -f -o ~/log /usr/lib/virtualbox/VirtualBox -startvm VM_NAME
and attaching the compressed log file to this ticket could help revealing the problem as well.
comment:4 by , 15 years ago
attaching the compressed log file to this ticket
I have done according to your request and attached the logfile /home/ingo/log zipped to vbox-2.0.10.zip
Hope this is the file you would like to obtain?
BTW: before that tests I issued
chmod 0660 /dev/vboxdrv
and of course I do belong to group vboxusers since version 1.x.x of VBox ;-)
ingo@pp:~$ groups ingo adm cdrom floppy audio dip video plugdev users fuse lpadmin admin vboxusers uml-net dialout
by , 15 years ago
Attachment: | vbox-2.0.10.zip added |
---|
VBox 2.0.10 fails to start VM after upgrade. File /home/ingo/log (strace)
comment:5 by , 15 years ago
comment:
in Ubuntu-Hardy there exists (by default) already a directory ~/log containing logfiles from 'enigmail'. Had to remove it before I could start the strace and restore it afterwards. Would be nice if VBox did respect that?
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please reopen if still relevant.
extracts of various linux log files