First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 36162
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michael Imhof <tantive@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Derk W te Bokkel <derk@zapville.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36162 depends on: Show dependency tree
Bug 36162 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-12-20 01:46 0000
apcupsd will not find /dev/usb/hid/hiddev[0-9] when using udev
matching /dev/hiddev[0-9]  will exist .. either create appropriate
directories ( /dev/usb/hid/ and then symlink to appropriate /dev/hiddev[0-9]

or edit /etc/apcupsd/apcupsd.conf and change DEVICE line from

DEVICE /dev/usb/hid/hiddev[0-9]  

 to

DEVICE /dev/hiddev[0-9]

either way works. Second is more general as the software will auto scan multiple hiddev[0-9] devices for the correct one.

the most general fix (third option) would be to adjust the software to automaticly adjust to this form of device desciption.

Derk

------- Comment #1 From Greg Kroah-Hartman 2004-04-02 15:52:24 0000 -------
This isn't a udev issue, but is a acpupsd config issue.

------- Comment #2 From Michael Imhof 2004-10-27 04:27:26 0000 -------
this is a general acpupsd config problem.
They provide sample configs in apcupsd.conf.
I don't see the point to change this via the ebuild. Our users should be able to fix that issue when they are touching the config file to set up apcupsd.

------- Comment #3 From Michael Imhof 2004-10-27 04:36:54 0000 -------
Fixing in cvs as its trivial.

------- Comment #4 From Michael Imhof 2004-10-27 04:38:49 0000 -------
Fixed in .15-r1.

thanks for your help.

First Last Prev Next    No search results available      Search page      Enter new bug