[OpenWrt-Devel] dnsmasq not leasing after a while. Sometimes more than 5 times a day
Vincent Wiemann
vincent.wiemann at ironai.com
Mon May 27 08:37:39 EDT 2019
Hi Denis,
I don't have such problems. Please post your configuration and device setup and try to
get some logs. As far as I understand dnsmasq is unresponsible, but still runs?!
What do you mean with "restart messages"? Are your devices rebooting?
Regards,
Vincent Wiemann
On 27.05.19 13:43, Denis Periša wrote:
> Hi all,
>
> 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.
>
> -->
> if ! ( dhcping -q -h 00:99:99:99:99:99 -s 10.0.0.1 ) #Jos jedna provjera
> then
> echo "DEAD dnsmasq! - `date` " >> /scripts/CRASH.log
> killall dnsmasq
> sleep 2
> dnsmasq;
> .... .>.>>>> etc........... CUT ---
>
> two checks to be sure... and I get a lot of restart messages. different nodes.
> I run this via cron every half hour.
>
> Anyone have similar problem?
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list