Maestro losing network when debug is on
-
I have noticed this strange behaviour that when there are lots of output on the debug serial port the web server on the maestro stops listening. It still responds on ping.
borg@debian:~$ ping 192.168.0.36
PING 192.168.0.36 (192.168.0.36) 56(84) bytes of data.
64 bytes from 192.168.0.36: icmp_seq=1 ttl=128 time=0.223 ms
64 bytes from 192.168.0.36: icmp_seq=2 ttl=128 time=0.131 ms
^C
--- 192.168.0.36 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1021ms
rtt min/avg/max/mdev = 0.131/0.177/0.223/0.046 ms
borg@debian:~$ wget http://192.168.0.36/
--2019-04-26 13:29:15-- http://192.168.0.36/
Connecting to 192.168.0.36:80... failed: Connection refused.Normally there are little to no output on the serial port and the problem does not occur. But enabling debugging printouts or if there are many warnings from the firmware it occurs.
I'm still on the dev branch from mid January, perhaps I should git pull.