Roger Light
Roger Light
To fix: ``` sudo snap connect usb-reset:network core:network ```
Thanks for your help, I've got to the bottom of the problem - a change in recent versions of snapd of what interface is needed for observing hardware. If you...
Could you retry the steps in https://github.com/ralight/usb-reset/issues/2#issuecomment-424763311 please?
Nearly :) In one terminal run: `sudo /snap/bin/snappy-debug.security scanlog` In another terminal run: `sudo usb-reset -a` Then report back the output from the first terminal.
@songxpu Thanks for the reports, I've now pushed changes for the remaining issues except for those related to the payload format indicator. The spec states that the broker "MAY" validate...
The changes are part of 2.0.20
A lookup error suggests there is a DNS problem.
The broker publishes updates to the $SYS topics only when they change. All messages have the retained bit set though, so possibly excluding the first 10 seconds after the broker...
You'll need to look at two places: client/client_shared.c - if(!cfg->host){ + if(!cfg->host && cfg->use_srv == false){ cfg->host = "localhost"; } And this then goes on to influence lib/srv_mosq.c: int mosquitto_connect_srv(struct...
@u19809 I've added the file to the installer, you can test it out here if you want: https://github.com/eclipse-mosquitto/mosquitto/actions/runs/14858110554