Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help. 73, Vince VE3ELB
Set up Timezone Carfully Copy each line below to your linux box as root. Before begining, check /usr/share/zoneinfo/ for your time zone. Enter your time zone, a space, followed by the word localtime The example below is if you lived in Toronto Canada. [root@node /]#cd /etc [root@node /]#cp localtime localtime.orig [root@node /]#ln -sf /usr/share/zoneinfo/Canada/Eastern localtime Check your results [root@node /]#date Synchronize time from the web [root@node /]#ntpdate pool.ntp.org Set Server to Auto Sync The Time from the web [root@node /]#ntpdate 0.us.pool.ntp.org [root@node /]#hwclock --systohc Restart ntpd service [root@node /]#service ntpd start Enable service at startup [root@node /]#chkconfig ntpd on ________________________________ From: Vince P <ve3elb@yahoo.com> To: APP RPT Forums <app_rpt-users@ohnosec.org> Sent: Wednesday, September 4, 2013 11:10 PM Subject: [App_rpt-users] Setting System Time Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help. 73, Vince VE3ELB _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Except Limey. The timezone info isn't there. I just live with it. I was using a timesserver and if I set the system time with a fudge factor to be right as soon as the box sync-ed to network time it was off again. But in ACID, yup, you have it right GeorgeC W2DB 2360 ----- Original Message ----- From: Johnny Keeker To: Vince P ; APP RPT Forums Sent: Wednesday, September 04, 2013 11:18 PM Subject: Re: [App_rpt-users] Setting System Time Set up Timezone Carfully Copy each line below to your linux box as root. Before begining, check /usr/share/zoneinfo/ for your time zone. Enter your time zone, a space, followed by the word localtime The example below is if you lived in Toronto Canada. [root@node /]#cd /etc [root@node /]#cp localtime localtime.orig [root@node /]#ln -sf /usr/share/zoneinfo/Canada/Eastern localtime Check your results [root@node /]#date Synchronize time from the web [root@node /]#ntpdate pool.ntp.org Set Server to Auto Sync The Time from the web [root@node /]#ntpdate 0.us.pool.ntp.org [root@node /]#hwclock --systohc Restart ntpd service [root@node /]#service ntpd start Enable service at startup [root@node /]#chkconfig ntpd on From: Vince P <ve3elb@yahoo.com> To: APP RPT Forums <app_rpt-users@ohnosec.org> Sent: Wednesday, September 4, 2013 11:10 PM Subject: [App_rpt-users] Setting System Time Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help. 73, Vince VE3ELB _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
On anything but the fastest multicore systems , I have found that when using usbradio and running ntpd, it will cause anomalies in the repeater sound. My solution is to not run ntpd, but to just have a cron job that runs ntpdate once an hour. That way there is only one glitch in the sound each hour. Your mileage may vary. On Thu, Sep 5, 2013 at 12:55 AM, George Csahanin <george@dyb.com> wrote:
Except Limey. The timezone info isn't there. I just live with it. I was using a timesserver and if I set the system time with a fudge factor to be right as soon as the box sync-ed to network time it was off again.
But in ACID, yup, you have it right
GeorgeC W2DB 2360
----- Original Message ----- From: Johnny Keeker To: Vince P ; APP RPT Forums Sent: Wednesday, September 04, 2013 11:18 PM Subject: Re: [App_rpt-users] Setting System Time
Set up Timezone Carfully Copy each line below to your linux box as root. Before begining, check /usr/share/zoneinfo/ for your time zone. Enter your time zone, a space, followed by the word localtime The example below is if you lived in Toronto Canada.
[root@node /]#cd /etc [root@node /]#cp localtime localtime.orig [root@node /]#ln -sf /usr/share/zoneinfo/Canada/**Eastern localtime
Check your results [root@node /]#date
Synchronize time from the web [root@node /]#ntpdate pool.ntp.org
Set Server to Auto Sync The Time from the web [root@node /]#ntpdate 0.us.pool.ntp.org [root@node /]#hwclock --systohc
Restart ntpd service [root@node /]#service ntpd start
Enable service at startup [root@node /]#chkconfig ntpd on
From: Vince P <ve3elb@yahoo.com> To: APP RPT Forums <app_rpt-users@ohnosec.org> Sent: Wednesday, September 4, 2013 11:10 PM Subject: [App_rpt-users] Setting System Time
Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help.
73, Vince VE3ELB ______________________________**_________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/**mailman/listinfo/app_rpt-users<http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users> ______________________________**_________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/**mailman/listinfo/app_rpt-users<http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users>
NOW THAT's interesting. That might have been my usbradio proble,. Converted to simpleusb and use the summed COS+CG decode in the GE MVP I have it on now, so not an issue...but...I need to experiment with that. GeorgeC ----- Original Message ----- From: Chuck Henderson To: George Csahanin Cc: Johnny Keeker ; Vince P ; APP RPT Forums Sent: Thursday, September 05, 2013 1:03 AM Subject: Re: [App_rpt-users] Setting System Time On anything but the fastest multicore systems , I have found that when using usbradio and running ntpd, it will cause anomalies in the repeater sound. My solution is to not run ntpd, but to just have a cron job that runs ntpdate once an hour. That way there is only one glitch in the sound each hour. Your mileage may vary. On Thu, Sep 5, 2013 at 12:55 AM, George Csahanin <george@dyb.com> wrote: Except Limey. The timezone info isn't there. I just live with it. I was using a timesserver and if I set the system time with a fudge factor to be right as soon as the box sync-ed to network time it was off again. But in ACID, yup, you have it right GeorgeC W2DB 2360 ----- Original Message ----- From: Johnny Keeker To: Vince P ; APP RPT Forums Sent: Wednesday, September 04, 2013 11:18 PM Subject: Re: [App_rpt-users] Setting System Time Set up Timezone Carfully Copy each line below to your linux box as root. Before begining, check /usr/share/zoneinfo/ for your time zone. Enter your time zone, a space, followed by the word localtime The example below is if you lived in Toronto Canada. [root@node /]#cd /etc [root@node /]#cp localtime localtime.orig [root@node /]#ln -sf /usr/share/zoneinfo/Canada/Eastern localtime Check your results [root@node /]#date Synchronize time from the web [root@node /]#ntpdate pool.ntp.org Set Server to Auto Sync The Time from the web [root@node /]#ntpdate 0.us.pool.ntp.org [root@node /]#hwclock --systohc Restart ntpd service [root@node /]#service ntpd start Enable service at startup [root@node /]#chkconfig ntpd on From: Vince P <ve3elb@yahoo.com> To: APP RPT Forums <app_rpt-users@ohnosec.org> Sent: Wednesday, September 4, 2013 11:10 PM Subject: [App_rpt-users] Setting System Time Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help. 73, Vince VE3ELB _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
Thank You to everyone for your replies and info. Thank You Johnny your instructions work perfectly. Vince VE3ELB On 2013-09-05, at 12:18 AM, Johnny Keeker <cypresstower@yahoo.com> wrote: Set up Timezone Carfully Copy each line below to your linux box as root. Before begining, check /usr/share/zoneinfo/ for your time zone. Enter your time zone, a space, followed by the word localtime The example below is if you lived in Toronto Canada. [root@node /]#cd /etc [root@node /]#cp localtime localtime.orig [root@node /]#ln -sf /usr/share/zoneinfo/Canada/Eastern localtime Check your results [root@node /]#date Synchronize time from the web [root@node /]#ntpdate pool.ntp.org Set Server to Auto Sync The Time from the web [root@node /]#ntpdate 0.us.pool.ntp.org [root@node /]#hwclock --systohc Restart ntpd service [root@node /]#service ntpd start Enable service at startup [root@node /]#chkconfig ntpd on From: Vince P <ve3elb@yahoo.com> To: APP RPT Forums <app_rpt-users@ohnosec.org> Sent: Wednesday, September 4, 2013 11:10 PM Subject: [App_rpt-users] Setting System Time Hello all. Can anyone guide me on to how to setting up the time on asterisk. The time was set but for some reason a few weeks ago I noticed that its off by 8 hours. Thank you all for your help. 73, Vince VE3ELB _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
participants (4)
-
Chuck Henderson -
George Csahanin -
Johnny Keeker -
Vince P