Public bug reported:

Binary package hint: virtualbox-ose

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.

** Affects: virtualbox-ose (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/776535

Title:
  virtualbox udev rules should use RUN+= rather than RUN=

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to