> i would like to configure my UPS device for openbsd. But i am unsure > whether it is supported by any of openbsd port's ups programs. Is > there anyone that would allow to handle it under openbsd ?
Yes and no. > uhidev1 at uhub3 port 1 configuration 1 interface 0 > uhidev1: American Power Conversion Back-UPS ES 600 FW:820.x1d.D USB FW:x1d, > rev 1.10/0.06, addr 2, iclass 3/0 The APC uhidev support sucks, so I've patched code that makes it work under ugen. ugen0: American Power Conversion Back-UPS RS 1500 FW:8.g8 .D USB FW:g8, rev 1.10/1.06, addr 2 I'm also using an old version of Apcupsd -- 3.10.17. At least I assume it is an old version. I got it and the usb patch from a friend. Since the code works with my unit I've seen no reason to see about changes or updates. Perhaps the need for this changed in the last couple of years. Don't know. If your interested in trying my version grab ftp://neko.snafu.org/pub/apcupsd-cvs.tar.gz The file "uhidev-patch" contains the needed kernel patch. The file "doit" is a shell script that will configure, make and install the daemon. Pay attention to the last 30 or so lines displayed when running the script. It will tell you what was installed and/or patched in /etc. // marc