#22121: Bootloop on CHAOS CALMER caused by S00sysfixtime and a scheduled reboot
------------------------------+--------------------------------
  Reporter:  gold-eagle-wifi  |      Owner:  developers
      Type:  defect           |     Status:  new
  Priority:  normal           |  Milestone:
 Component:  base system      |    Version:  Chaos Calmer 15.05
Resolution:                   |   Keywords:
------------------------------+--------------------------------

Comment (by hnyman):

 Duplicate of #18670

 You might read these:
 https://wiki.openwrt.org/doc/howto/cron#periodic_reboot_of_a_router
 https://dev.openwrt.org/ticket/18670#comment:2

 Use a delay in cron and touch a file in /etc before reboot:
 {{{
 # Reboot at 4:30am every day
 # Note: To avoid infinite reboot loop, wait 70 seconds
 # and touch a file in /etc so clock will be set
 # properly to 4:31 on reboot before cron starts.
 30 4 * * * sleep 70 && touch /etc/banner && reboot
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/22121#comment:1>
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