Hello,
I'm on CentOS 6.5 using apcupsd 3.14.10 connecting to an APC SmartUPS with a Network Management Card 2 (AP9630).
I'm trying to set the system up so that apcupsd talks to the Network Management Card over ethernet.
According to the documentation, this should be sufficient:
Code:
UPSCABLE ether
UPSTYPE pcnet
LOCKFILE /var/lock
DEVICE ipaddr:user:passphrase
UPSCLASS standalone
UPSMODE disable
However, when I try this, I get the following error:
Code:
Apr 17 18:27:06 apcupsd[9511]: apcupsd FATAL ERROR in pcnet.c at line 661#012Cannot bind socket (13)
I have double and triple checked that there is no other instances running, and apcupsd is started as root.
Trying to run apcaccess just gives:
Code:
Error contacting apcupsd @ localhost:3551: Connection refused
Could anyone please help?
Thanks much!