Comment 47 for bug 1099947

Revision history for this message
In , Michal (michal-redhat-bugs) wrote :

ok, try this (as root):
1) move nut rule to later position
mv /etc/udev/rules.d/52_nut-usbups.rules /etc/udev/rules.d/62_nut-usbups.rules
2) reload udev
udevcontrol --reload_rules
3) stop nut
4) re-plug your ups
5) start nut
6) check permissions of /dev/bus/usb/XXX/YYY as in comment #11

virtualbox is the broken one here, but because fedora doesn't ship virtualbox, we can't fix it.

This moves nut's udev rules after the virtualbox. In udev, later rule overwrites the prev one (if special keywords are not used).

If this work, I'll change this in nut package