Hi (again) Joey,
pleased to have you hard testing these packages ;-)
2007/1/30, Joey Hess <[EMAIL PROTECTED]>:
Package: nut-usb
Version: 2.0.5-1
Severity: normal
I have an APC Back-UPS RS 800:
Bus 001 Device 007: ID 051d:0002 American Power Conversion Back-UPS Pro
500/1000/1500
This device matches the APC rule in 025_nut-usbups.rules, but this rule was
not firing -- the device was owned by root.root:
SYSFS{idVendor}=="051d", SYSFS{idProduct}=="0002", MODE="664", GROUP="nut"
I fixed this, and got the file owned by root.nut by commenting out this line:
#SUBSYSTEM!="usb_device", GOTO="nut-usbups_rules_end"
The subsystem seems to be "usb", not "usb_device", so I was also able to
change it to this and have it work:
SUBSYSTEM!="usb", GOTO="nut-usbups_rules_end"
Theory: It used to be usb_device, but is usb now. Looking at the libgphoto
rules file, it must have had the same issue, since it does this:
SUBSYSTEM=="usb_device", GOTO="libgphoto2_rules_real"
SUBSYSTEM=="usb", GOTO="libgphoto2_rules_real"
BUS!="usb", GOTO="libgphoto2_rules_end"
...
thanks for this report. I'll upload -2 asap.
Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - R&D Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]