Public bug reported:
Summary:
On install I get an error message about an invalid group, which seems incorrect.
The actual problem is the /dev device is not created.
Possibly because there is a missing 'modprobe' call?
Here's what actually happened:
$ sudo apt-get upgrade
(nothing to do)
$ sudo apt-get install virtualbox
...
The following extra packages will be installed:
libxalan110 libxerces27 virtualbox-ose
virtualbox-ose-modules-2.6.22-14-generic
...
Unpacking virtualbox-ose-modules-2.6.22-14-generic (from
.../virtualbox-ose-modules-2.6.22-14-generic_6_i386.deb) ...
Selecting previously deselected package virtualbox-ose.
Unpacking virtualbox-ose (from
.../virtualbox-ose_1.5.0-dfsg2-1ubuntu3_i386.deb) ...
Setting up libxerces27 (2.7.0-3) ...
Setting up libxalan110 (1.10-3.1) ...
Setting up virtualbox-ose-modules-2.6.22-14-generic (6) ...
* Starting VirtualBox kernel module vboxdrv
chown: `:vboxusers': invalid group
* Cannot change owner vboxusers for device /dev/vboxdrv.
Setting up virtualbox-ose (1.5.0-dfsg2-1ubuntu3) ...
Processing triggers for libc6 ...
ldconfig deferred processing now taking place
$ grep vbox /etc/group
vboxusers:x:120:
$ ls -l /dev/vboxdrv
ls: /dev/vboxdrv: No such file or directory
$ ls -l /dev/vb*
ls: /dev/vb*: No such file or directory
$ lsmod|grep -c vb
0
$ find /lib/modules/2.6.22-14-generic/ -type f -name "*vbo*"
/lib/modules/2.6.22-14-generic/misc/vboxdrv.ko
$ sudo modprobe -v vboxdrv
insmod /lib/modules/2.6.22-14-generic/misc/vboxdrv.ko
~$ ls -l /dev/vb*
crw-rw---- 1 root root 10, 62 2007-10-20 09:09 /dev/vboxdrv
$ sudo chgrp vboxusers /dev/vboxdrv
$ ls -l /dev/vb*
crw-rw---- 1 root vboxusers 10, 62 2007-10-20 09:09 /dev/vboxdrv
running gutsy
$ uname -a
Linux ubuntu 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686
GNU/Linux
** Affects: ubuntu
Importance: Undecided
Status: New
--
virtualbox-ose-modules-2.6.22-14-generic: fails to create /dev/vboxdrv
https://bugs.launchpad.net/bugs/154630
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs