Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
20
docs/FAQ.txt
20
docs/FAQ.txt
|
|
@ -90,7 +90,7 @@ There can be various reasons. To fix it, check:
|
|||
|
||||
- the LISTEN directive in upsd.conf. It should allow your local or remote
|
||||
access method,
|
||||
- your firewall rules. Port 3493/tcp must be opened to incoming connexions,
|
||||
- your firewall rules. Port 3493/tcp must be opened to incoming connections,
|
||||
- your tcp-wrappers configuration (hosts.allow and hosts.deny).
|
||||
|
||||
Refer to the upsd(8) and upsd.conf(5) manpages for more information.
|
||||
|
|
@ -538,6 +538,24 @@ renamed to usbhid-ups.
|
|||
usbhid-ups is built automatically if possible (libusb development files
|
||||
need to be installed) and installed by the "make install" command.
|
||||
|
||||
== My USB UPS is supported but doesn't work!
|
||||
|
||||
On Linux, udev rules are provided to set the correct permissions on device file.
|
||||
This allows the NUT driver to communicate with the UPS, through this device file.
|
||||
|
||||
However, the driver may still failed to start and support the device, with a
|
||||
message like:
|
||||
|
||||
failed to claim USB device: could not claim interface 0: Operation not permitted
|
||||
|
||||
*Operation not permitted* is a message pointing a privilege issue.
|
||||
The most frequent issue is that udev has not actually applied the rule:
|
||||
|
||||
- if NUT has been freshly installed,
|
||||
- and if the device USB cord was already plugged when installing nut.
|
||||
|
||||
In this case, just unplug and plug back the USB cord, then restart nut.
|
||||
|
||||
== Why doesn't my package work?
|
||||
|
||||
Or a variation like...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue