gitmachtl / various

Various Scripts, Tools and Stuff for everybody :-)
MIT License
10 stars 3 forks source link

latest NUT and winnut-client errors #4

Closed ms8x8x closed 6 months ago

ms8x8x commented 1 year ago
  1. latest NUT, with log error ">>> TLS requested, but not supported"
  2. latest winnut-client, will hang when connecting, with repeated logs:

Tue 18 Jul 2023 11:13:03 AM CST REM_IP=192.168.0.106 PID=154230 GET VAR qnapups ups.mfr for UPSNAME=qnapups3:03 AM CST REM_IP=192.168.0.106 PID=154230 >>> Requested VAR=ups.mfr

gitmachtl commented 1 year ago
  1. TLS is not supported via this wrapper script, but that should not stop a NUT client to work in "non-TLS" mode
  2. Thats interesting, never saw a request for ups.mfr until now. There should be another output in the log below like >>> failed to process variable ups.mfr (UPS_ups_mfr) correct?

For a test, please open the upsnutwrapper.sh file in an editor and search for the entry: UPS_device_mfr="UPS NUT Apcupsd Wrapper"

Insert/Add a new variable below that entry like: UPS_ups_mfr="UPS NUT Apcupsd Wrapper"

Save it and check the logs again. Please let me know if this has solved your issue.

gitmachtl commented 6 months ago

@ms8x8x upswrapper script has been updated to version 1.9 and it supports more values now.