nut startup driving me nuts...

Chuck Peters cp at axs.org
Tue Aug 21 05:33:30 UTC 2012


Configured nut as I have with Ubuntu, same machine, and enabled startup on
F17...  So why isn't it starting?

[root at fedora tmp]# systemctl enable nut-server.service
ln -s '/usr/lib/systemd/system/nut-server.service'
'/etc/systemd/system/multi-user.target.wants/nut-server.service'

Reboot and test if I can read info from the UPS.
[root at fedora cp]# upsc fedoraups at localhost
Error: Connection failure: Connection refused


Manually start things and test again:
[root at fedora ups]# upsdrvctl start
Network UPS Tools - UPS driver controller 2.6.4
Network UPS Tools - Generic HID driver 0.37 (2.6.4)
USB communication driver 0.31
Using subdriver: CyberPower HID 0.3
[root at fedora ups]# upsd
Network UPS Tools upsd 2.6.4
fopen /var/run/nut/upsd.pid: No such file or directory
listening on 127.0.0.1 port 3493
listening on ::1 port 3493
Connected to UPS [fedoraups]: usbhid-ups-fedoraups
[root at fedora ups]# upsc fedoraups at localhost
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 202
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 4.7
battery.voltage.nominal: 12
device.mfr: CPS
device.model: CP425HG
device.type: ups
driver.name: usbhid-ups
driver.parameter.pollfreq: 30
driver.parameter.pollinterval: 2
driver.parameter.port: auto
driver.version: 2.6.4
driver.version.data: CyberPower HID 0.3
driver.version.internal: 0.37
input.transfer.high: 0
input.transfer.low: 0
input.voltage: 123.0
input.voltage.nominal: 120
output.voltage: 122.0
ups.beeper.status: enabled
ups.delay.shutdown: 20
ups.delay.start: 30
ups.load: 65
ups.mfr: CPS
ups.model: CP425HG
ups.productid: 0501
ups.realpower.nominal: 255
ups.status: OL LB
ups.timer.shutdown: -60
ups.timer.start: 0
ups.vendorid: 0764

Service startup scripts, if I am reading things correctly it should do the
same thing I manually entered above:
[root at fedora cp]# cat /lib/systemd/system/nut-server.service
[Unit]
Description=Network UPS Tools - power devices information server
After=local-fs.target network.target nut-driver.service
Requires=nut-driver.service
Before=nut-monitor.service

[Service]
ExecStart=/usr/sbin/upsd
Type=forking

[Install]
WantedBy=multi-user.target
[root at fedora cp]# cat /lib/systemd/system/nut-driver.service
[Unit]
Description=Network UPS Tools - power device driver controller
After=local-fs.target network.target
StopWhenUnneeded=yes

[Service]
ExecStart=/usr/sbin/upsdrvctl start
ExecStop=/usr/sbin/upsdrvctl stop
Type=forking



Thanks,
Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.fedoraproject.org/pipermail/users/attachments/20120821/5f4a48b1/attachment.html>


More information about the users mailing list