Re: [Nut-upsuser] APC Question...

2007-01-12 Thread Arnaud Quette
2007/1/12, [EMAIL PROTECTED] [EMAIL PROTECTED]: Greetings: I've been following through the instructions on how to connect an APC BackUPS 650 ES to USB, and have it monitored with NUT... I know my system can SEE the UPS, as DMESG shows this: hiddev96: USB HID v1.10 Device [APC Back-UPS ES 650

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread Arjen de Korte
I've been following through the instructions on how to connect an APC BackUPS 650 ES to USB, and have it monitored with NUT... [...] [EMAIL PROTECTED]:/usr/src/nut-2.0.4# ./drivers/newhidups -a apc -u root Network UPS Tools: New USB/HID UPS driver 0.28 (2.0.4) No matching USB/HID UPS found

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread George Ross
I've been following through the instructions on how to connect an APC BackUPS 650 ES to USB, and have it monitored with NUT... I'm running kernel version 2.6.17.3, and have libusb-0.1.so.4.4.0 libraries installed. FWIW we have found our 2.6.17 systems to be unstable when connected to APC

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread Arnaud Quette
2007/1/12, Arjen de Korte [EMAIL PROTECTED]: I've been following through the instructions on how to connect an APC BackUPS 650 ES to USB, and have it monitored with NUT... [...] [EMAIL PROTECTED]:/usr/src/nut-2.0.4# ./drivers/newhidups -a apc -u root Network UPS Tools: New USB/HID UPS

[Nut-upsuser] Trouble connecting to apc smart 1500 via serial cable

2007-01-12 Thread Grzegorz Adam Hankiewicz
Hello. I've been running a two machine setup with a mge-shut for some time without problems, and now I'm configuring a three machine setup with an APC Smart 1500. The UPS has three machines connected to it, in a peculiar way: one windows machine is connected via USB. The second windows machine

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread richard
Solution is to upgrade to nut-2.0.5-pre2. right, I've missed that one. thanks Arjen. btw, the final 2.0.5 will be out either this afternoon, or on monday. Greetings: I've been reading this page in configuring my BackUPS 650ES: http://www.mscs.dal.ca/~selinger/ups/backups.html I get the

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread Peter Selinger
Hi Richard, This is bizarre. Using -DD, you should get more output between debug level is '2' and No appropriate HID device found. You should at least get something like: debug level is '2' Checking device (/) (005/001) - VendorID: - ProductID: - Manufacturer: Linux

Re: [Nut-upsuser] APC Question...

2007-01-12 Thread richard
Could you refresh my memory about your operating system, kernel version, libusb version, and contents of ls -lR /proc/bus/usb? Perhaps you need to mount your USB filesystem. Does mount show a line such as the following? usbfs on /proc/bus/usb type usbfs (rw) Hiya! This did the trick!!

[Nut-upsuser] Client-only Make option?...

2007-01-12 Thread richard
Greetings: I searched through the Makefile, the FAQ, and google, and was unable to find a clear answer for this question... Is there a Make/Config option that would build JUST the client binaries, upsmon and upsc?... Sorry if this has been answered elsewhere.. Regards, Richard.

Re: [Nut-upsuser] Client-only Make option?...

2007-01-12 Thread Peter Selinger
This question has a clear answer: no. There is no such Make/Config option. However, why not just do the following? ./configure [options] cd clients make upsmon upsc You can't use make install with this method. But if you have to, you could install these two binaries by hand: cp upsmon