#17744: aiccu doesn't start on boot due to DNS and time issues
------------------------+------------------------
  Reporter:  lorenzo@…  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:
------------------------+------------------------

Comment (by poranje):

 or another work-around that is not a real fix ...

 {{{
 # work-around for https://dev.openwrt.org/ticket/17744
         local try=0
         local max=10
         while [ $((++try)) -le $max ]; do
                 nslookup tic.sixxs.net >/dev/null 2>&1 && break
                 sleep 6
         done
 # end of work-around
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/17744#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to