Charles Lepple
Charles Lepple
One thing that I skipped over in #44 was the suggestion to check permissions: https://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nut/patches/Attic/patch-drivers_usbhid-ups_c?rev=1.6 (Previously http://www.openbsd.org/cgi-bin/cvsweb/ports/sysutils/nut/patches/patch-drivers_usbhid-ups_c?rev=1.6 was the place) We should probably generalize this for other OSes as well,...
> There generally seems to be a mess in that subdriver with statuses like !OL instead of OB which many clients would not recognize if they parse it. Not sure...
From http://lists.alioth.debian.org/pipermail/nut-upsdev/2018-February/007373.html : > this type of UPS doesn't support realtime autonomy calculation, instead a fixed countdown must be used. Note that we have a pending update to the HCL...
> I can't believe that a recent brand ups won't respect the power off and re-start when mains back. You may want to check out the reply (and patch) on...
sure - OS details please?
1) make sure you have "deb-src" lines to match the "deb" lines in /etc/apt/sources 2) run "sudo apt-get update" if you had to change anything 3) run "sudo apt-get build-dep...
not necessary to purge the packages - the configuration I suggested lets you use all of the startup scripts and other NUT binaries as-is.
@autofrank I think I was referring to this patch from this message to nut-upsdev: http://lists.alioth.debian.org/pipermail/nut-upsdev/2018-February/007374.html It’s the link below this: “Desc: riello.diff.gz”
Hmm, it looks like the backslashes got stripped out. It should look like the `./configure" line (step 7) on this page: https://github.com/networkupstools/nut/wiki/Building-NUT-on-Debian,-Raspbian-and-Ubuntu The backslashes make it all one command. It...
Yes, use backslashes to join all of the lines into one command, as shown in the wiki page. (I will try to edit the comment in this issue, but no...