Alex Ashley

Results 7 comments of Alex Ashley

You might be able to work-around the issue with a powershell script Create a `add-image.ps1` file: ```powershell $scripts = Get-ChildItem $Args[1] eyeD3 --add-image $Args[0] $scripts ``` Which can then be...

Changing `cache.ls` to `cache.get` fixes that problem. I also had to install moment ``` ( cd node_modules/express-redis-cache/ && npm install moment) ```

I have an APC Smart-UPS 750 connected via USB to a Intel i3 N355 based server, ups.conf: ``` [smartups] driver = "apc_modbus" port = "auto" vendorid = "051D" productid =...

nut was build from source. head SHA of main is 0459ffb8db15fff0264335f316f0cbd1d71badc3 libmodbus also built from source, head SHA of main 1c372e31663714fc0c707936735358a27365b074 (tag: v3.1.11+rtu_usb-NUTv2.8.4)

using the `marcan:apc_modbus_strdup` branch ``` 0.000000 [D5] send_to_all: SETINFO driver.state "init.starting" Network UPS Tools 2.8.4.11.2-13+ge9d254ef7 (development iteration after 2.8.4) - NUT APC Modbus driver with USB support (libmodbus link type:...

valgrind is happier with these changes applied ``` ==2916111== HEAP SUMMARY: ==2916111== in use at exit: 186,855 bytes in 557 blocks ==2916111== total heap usage: 3,586 allocs, 3,029 frees, 1,051,585...

The kernel messages still showing ``` [369031.866162] usb 3-4: usbfs: process 2912725 (apc_modbus) did not claim interface 0 before use ``` it sounds like there might be multiple issues, not...