<div dir="ltr"><div class="gmail_default" style="font-size:large">Debian Stretch authors have changed the time stuff quite a bit.  </div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Set the time zone:</div><div class="gmail_default" style="font-size:large"><a href="https://www.server-world.info/en/note?os=Debian_9&p=timezone">https://www.server-world.info/en/note?os=Debian_9&p=timezone</a><br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Start the Stretch version of ntpd:</div><div class="gmail_default" style="font-size:large">systemctl enable systemd-timesyncd<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large">Show time sync status:  </div><div class="gmail_default" style="font-size:large">systemctl status systemd-timesyncd<br></div><div class="gmail_default" style="font-size:large"><br></div><div class="gmail_default" style="font-size:large"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, May 8, 2018 at 7:03 PM, Mike <span dir="ltr"><<a href="mailto:mm@midnighteng.com" target="_blank">mm@midnighteng.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I can not speak to new app_rpt installs an not sure what you are using for a computer board as some of these mini's might not have a RTC but<br>
<br>
you can write a script to sync with NTC and update when you want. Once a day after  2 am works well. Even just on sunday at 2am. But if it is getting very far off every hour, you have larger issues and need to reset it every hour.<br>
<br>
That is provided your board has a real time clock. If not you will have to script something to accommodate the change.<br>
<br>
This is a script file I use and call synctime.sh<br>
<br>
#!/bin/bash<br>
/usr/sbin/ntpdate <a href="http://pool.ntp.org" rel="noreferrer" target="_blank">pool.ntp.org</a> > /etc/asterisk/log/timelog.txt<br>
<br>
<br>
I am also logging the activity (of any script) in a log directory.<br>
<br>
now you need to make a command calling it in your setup for it, make it a macro and call it from your sched as you wish.<br>
<br>
If you RTC is getting off by more than a hour, it is best not to let that happen and if it does, do a full reboot to your server just after you correct the time. This will flush all timers and remove potential hidden problems from the swift change.<br>
<br>
<br>
...mike/kb8jnm<br>
<br>
<br>
<br>
On 5/8/2018 3:53 PM, <a href="mailto:lengriff@optimum.net" target="_blank">lengriff@optimum.net</a> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have my repeater announce Time of Day on the hour.<br>
<br>
<br>
<br>
With the old Allstar installs, the clock ( time of day ) would correct<br>
itself after about an hour.<br>
<br>
<br>
<br>
With ASL, the time of day has NOT corrected itself at all after 1 week of<br>
operation.<br>
<br>
<br>
<br>
Len<br>
</blockquote>
<br>
______________________________<wbr>_________________<br>
App_rpt-users mailing list<br>
<a href="mailto:App_rpt-users@lists.allstarlink.org" target="_blank">App_rpt-users@lists.allstarlin<wbr>k.org</a><br>
<a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a><br>
<br>
To unsubscribe from this list please visit <a href="http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users" rel="noreferrer" target="_blank">http://lists.allstarlink.org/c<wbr>gi-bin/mailman/listinfo/app_rp<wbr>t-users</a> and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"<br>
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. </blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div>Tim WD6AWP<br></div></div></div></div></div></div>
</div>