how reload udev rules and systemd on F18

Sérgio Basto sergio at serjux.com
Tue Jan 29 16:25:31 UTC 2013


On Ter, 2013-01-29 at 01:52 +0100, Lennart Poettering wrote:
> > like : 
> > cat /etc/udev/rules.d/90-vboxdrv.rules 
> > SUBSYSTEM=="usb_device", ACTION=="add", RUN+="VBoxCreateUSBNode.sh
> > $major $minor $attr{bDeviceClass} vboxusers"
> > SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN
> > +="VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass} vboxusers"
> > SUBSYSTEM=="usb_device", ACTION=="remove", RUN
> +="VBoxCreateUSBNode.sh
> > --remove $major $minor"
> > SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN
> > +="VBoxCreateUSBNode.sh --remove $major $minor"
> 
> Ahum, you are aware that this will run your script for any USB device
> plugged in? Which Fedora package includes this? This code really looks
> really not right. 

vboxdrv should give you a hint , VirtualBox drives 

I need add some USB udev rules ... 
After insert 90-vboxdrv.rules , I need reload rules didn't I ? 

Thanks, 
-- 
Sérgio M. B.



More information about the devel mailing list