On 10/27/07, Drew Vonada-Smith <[EMAIL PROTECTED]> wrote: > OS is ClarkConnect 4.2, which is based on CentOS4/RHEL 4.
Which version of the kernel? Do you know if anything like SELinux or grsecurity are enabled? > upsdrvctl -u root start upsserver > > > > all looks OK on results: > > Network UPS Tools - UPS driver controller 2.2.0- > > Network UPS Tools: 0.28 USB communication driver 0.28 - core 0.30 (2.2.0-) > > Detected a UPS: American Power Conversion/Smart-UPS 1500 RM FW:617.3.D USB > FW:8.1 > > Using subdriver: APC/CyberPower HID 0.9 This confirms your suspicion that usbhid-ups is the correct driver. > But when I run: > > upsd –u root > > > > I get: > > Network UPS Tools upsd 2.2.0- > > not listening on 192.168.0.20 port 3493 First, is there anything that might have already bound to that port? (An old copy of NUT, for instance?) I think you can find out by running "lsof -n | grep 3493" as root. You can also get more verbose debugging output by specifying "-DDD" on the upsd command line. If that doesn't work - what does config.log say about IPv6 support? -- - Charles Lepple _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

