VirtualBox

Opened 13 years ago

Closed 13 years ago

#8837 closed defect (fixed)

udev rules should use RUN+= rather than RUN=

Reported by: Felix Geyer Owned by:
Component: other Version: VirtualBox 4.0.6
Keywords: Cc:
Guest type: other Host type: Linux

Description

From https://bugs.launchpad.net/ubuntu/+source/virtualbox-ose/+bug/776535:

The udev rules shipped by virtualbox-ose apply a RUN script on usb interfaces and devices. However the rules specify
RUN=
rather than
RUN+=
so all other scripts added by previous rules get usurped.

This means things like my scanner (which relies on a script added by the sane udev rules) doesn't work.

The solution is to simply replace all RUN= with RUN+= in the udev rules - the rules should add the script, now set this script only.


Also, the rules should use == instead of = to match SUBSYSTEM and ACTION.

Change History (1)

comment:1 by Frank Mehnert, 13 years ago

Resolution: fixed
Status: newclosed

Fixed in 4.1.

Note: See TracTickets for help on using tickets.

© 2023 Oracle
ContactPrivacy policyTerms of Use