Michael Thayer wrote:
> Hello Lew,
>
> Lew Wolfgang wrote:
>>> * Does the group "vboxusers" exist, and which users are members?
>>>
>>> $ cat /etc/group | grep vboxusers
> [snip]
>> I was seeing this in /dev/bus/usb/001 after booting:
>>
>> -rw-r--r-- 1 root root 77 2009-02-19 08:42 003
>>
>> If I manually typed "mount -a" the group and permissions would
>> be reset and things would work.
> If you do get the chance to play around with this on another system, the
> first thing to check would be whether the group exists at all. "mount
> -a" should not be necessary with our new code. The permissions should
> be set by the udev rule in /etc/udev/rules.d/10-vboxdrv.rules
>
> which should contain the following:
>
> KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="vboxusers",
> MODE="0660"
> SUBSYSTEM=="usb_device", GROUP="vboxusers", MODE="0664"
> SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="vboxusers", MODE="0664"
>
> Perhaps this fails for some reason on your system?
Hi Michael,
My system has two identical files in /etc/udev/rules.d:
10-vboxdrv.rules
60-vboxdrv.rules
containing:
KERNEL=="vboxdrv", NAME="vboxdrv", OWNER="root", GROUP="root", MODE="0600"
SUBSYSTEM=="usb_device", GROUP="root", MODE="0664"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="root", MODE="0664"
This may be the problem! I use the "All distributions" package, the most
recent one is:
VirtualBox-2.1.4-42893-Linux_amd64.run
I wonder if the "GROUP="vboxusers"" field is wrong in this distribution.
I haven't looked at the rpm versions, but I bet you that they're OK.
Regards,
Lew
_______________________________________________
vbox-users mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-users