y0g33

Results 8 comments of y0g33

FWIW, I can confirm with latest git head the bug in nutdrv_qx persists. Tested on ABB Powervalue with usb ``` Network UPS Tools - Generic Q* USB/Serial driver 0.32 (2.8.0-5-g9cb8de681)...

Found the error, was using old build config rules. After fixing the config, still no dice :-(. ``` battery.charge: 100 battery.voltage: 2.28 battery.voltage.high: 26.00 battery.voltage.low: 20.80 battery.voltage.nominal: 24.0 device.model: WPHVR1K0...

I get compile time errors when I try to build [issue-1279](https://github.com/jimklimov/nut/tree/issue-1279). This does not happen with the [master-branch](https://github.com/networkupstools/nut) Build system is RPI3 running ArchLinux. ``` libtool: compile: gcc -DHAVE_CONFIG_H -I....

It is a 64 bit system output snippet from config.log ``` $ ./configure --enable-NIT ## --------- ## ## Platform. ## ## --------- ## uname -m = aarch64 uname -r =...

My bad. I did run "./autogen.sh". These are the steps I undertook to build. ``` git clone --branch issue-1279 https://github.com/jimklimov/nut.git cd nut ./autogen.sh ./configure make ``` This time I have...

Here is the requested output: ``` grep -R strptime /usr/{,*/}include/ /usr/include/isc/tm.h:isc_tm_strptime(const char *buf, const char *fmt, struct tm *tm); /usr/include/time.h:extern char *strptime (const char *__restrict __s, /usr/include/time.h:extern char *strptime_l (const...

Thanks @jimklimov : Now the build did complete. Still no dice with override battery packs 😞. ``` battery.charge: 100 battery.packs: 12 battery.voltage: 2.28 battery.voltage.high: 26.00 battery.voltage.low: 20.80 battery.voltage.nominal: 24.0 device.model:...

Please find my answers to your queries. > Curiously, all previous reports stated ups.status: OL BYPASS but the latest one is ups.status: OL - do you know if that >...