<div dir="ltr">Yes, dnsmasq is still running but lease is not given.. I don't know how to debug it more.<br>Configuration is simple, one subnet range 192.168.0.10 to 192.168.0.200 on wlan0 interface for example. But it's not wifi issue, local also.<div>It sends mail as soon as error is detected and restarts dnsmasq after which it works. Device is not rebooting.</div><div> OpenWrt 18.06-SNAPSHOT, r7766-e9a7344550 <br><br>Also my scripts checkes two times just to rule out false negative. <br>Also, more public exposure or none is pretty much same.. I have device which gets maybe 1-2 person and one with 50 .. behaving same. After a while it stops responding. Any more debug I could use somewhere?</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 27, 2019 at 2:37 PM Vincent Wiemann <<a href="mailto:vincent.wiemann@ironai.com">vincent.wiemann@ironai.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Denis,<br>
<br>
I don't have such problems. Please post your configuration and device setup and try to<br>
get some logs. As far as I understand dnsmasq is unresponsible, but still runs?!<br>
What do you mean with "restart messages"? Are your devices rebooting?<br>
<br>
Regards,<br>
<br>
Vincent Wiemann<br>
<br>
On 27.05.19 13:43, Denis Periša wrote:<br>
> Hi all,<br>
> <br>
> This "bug" is following me for some time now.. a year at least. I'm hoping day after day that someone might find reason and fix it. I've set a script that checks dnsmasq and restarts it.<br>
> <br>
> --><br>
>          if ! ( dhcping -q -h 00:99:99:99:99:99 -s 10.0.0.1 ) #Jos jedna provjera<br>
>                         then<br>
>                                 echo "DEAD dnsmasq! - `date` " >> /scripts/CRASH.log<br>
>                                 killall dnsmasq<br>
>                                 sleep 2<br>
>                                 dnsmasq;<br>
> .... .>.>>>> etc........... CUT ---<br>
> <br>
> two checks to be sure... and I get a lot of restart messages. different nodes.<br>
> I run this via cron every half hour.<br>
> <br>
> Anyone have similar problem?<br>
> <br>
> _______________________________________________<br>
> openwrt-devel mailing list<br>
> <a href="mailto:openwrt-devel@lists.openwrt.org" target="_blank">openwrt-devel@lists.openwrt.org</a><br>
> <a href="https://lists.openwrt.org/mailman/listinfo/openwrt-devel" rel="noreferrer" target="_blank">https://lists.openwrt.org/mailman/listinfo/openwrt-devel</a><br>
> <br>
</blockquote></div>