Rowan Easter-Robinson

Results 22 comments of Rowan Easter-Robinson

I've just been trying to read from the com port by instead using the stream FILE* with fopen(port_name, "+") , but this fails, returning NULL

Doing some more digging, it seems that the baud rate must be set with `BOOL SetCommState( HANDLE hFile, LPDCB lpDCB );` To actually open the port, unlike GNU, just doing...

I can reproduce it - this is really annoying b/c the linux version works perfectly

I've found the same issue today 2.0.14 and 2.0.15 mosquitto.conf ``` persistence true persistence_location /mosquitto/data log_type all per_listener_settings true listener 8883 acl_file /mosquitto/config/acl listener 1883 acl_file /mosquitto/config/acl allow_anonymous true ```...

Cool thanks I'll close this and investigate On Tue, 6 Feb 2024, 07:07 Ivan Dyachkov, ***@***.***> wrote: > Yes, nxdomain in the logs indicates that it's a DNS issue. >...

Hi - I've still got this issue, I've installed dnsutils on the production server (fly.io) and when I run `nslookup xxxx` the IP is resolved correctly. I'm still getting this...

I'm running from a docker image. Can I just copy the 5.5 Docker file and replace the emqx version with master? On Wed, 7 Feb 2024, 10:06 Kjell Winblad, ***@***.***>...

Sure - from VM1 ``` root@6e82e56f2e3038:/opt/emqx# nslookup 2874de3c1675d8.vm.emqx.internal Server: fdaa::3 Address: fdaa::3#53 Name: 2874de3c1675d8.vm.emqx.internal Address: fdaa:0:xxxx:xxxx:xxxx:4935:2 ``` from VM2 ``` root@2874de3c1675d8:/opt/emqx# nslookup 6e82e56f2e3038.vm.emqx.internal Server: fdaa::3 Address: fdaa::3#53 Name: 6e82e56f2e3038.vm.emqx.internal Address:...

Hi thanks for your reply I think it seems pretty consistently erroring now. I don't know if maybe a config change killed it? I've not changed any of the cluster...

I'm going to wait for the DNS discovery AAAA feature to be released and try that