Todd/Stuart, thanks for the responses. Permissions set correctly on /dev/usb1 -- the device the UPS is connected to. And I had been through the package readme. A couple of times!
As is often the case I was making this much more complicated than it was. The NUT package installer created the directory /etc/nut: drwxr-x--- 2 root wheel When `upsd` was trying to read the `ups.conf` file in /etc/nut it was getting a permissions error. Fixed now and upsd is running fine. On Sun, Sep 11, 2016 at 9:35 PM, Lawrence Wieser <lawrence.wie...@gmail.com> wrote: > I have a CyberPower UPS that my OpenBSD 5.8 system sees just fine at > uhidev0 on upd0. But the `usbhid-ups` driver for NUT is unable to talk to > it. > > There are a handful of older comments in the lists that offer a couple of > alternatives. One involved disabling the upd driver and messing with usb > quirks. The other involved a revised NUT driver that talked directly to > upd. If thereâs a way for NUT to talk directly to UPD I havenât found it. > Whatâs the current preferred approach? Or am I better off with a serial > cable? > > Thanks for any insight