Displaying 1 result from an estimated 1 matches for "phoinix_up".
Did you mean:
phoinix_ups
2013 Dec 14
2
Nut (git) upsdrvctl fails without "-u root start <upsname>", upsd fails on state file GID
...sdrvctl[28629]: Driver failed to start (exit status=1)
lsusb shows:
Bus 004 Device 002: ID 0764:0501 Cyber Power System, Inc. CP1500 AVR UPS
Fudging the options for upsdrvctl and limiting the start to one ups allows
upsdrvctl to find the ups device and works:
/usr/sbin/upsdrvctl -u root start phoinix_ups
(both -u root and the ups name are required before it will find the device)
(2) Starting upsdrvctl this way creates a problem with the GID of the files
created in /var/state/ups causing upsd to fail to connect to the ups device (at
least it starts without failing - in 2.6.x it would not start)...