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@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to