I don't know if this will help but; 

I start ntpd with the "-g" switch. This causes it to just set the clock 
from server when it first starts.
My thinking is that after any power on/reboot situation I don't care if it 
jumps ahead a lot at one time.

I run weewx reports every 5 minutes so I still have to wait for new data, 
but my system clock is correct within a minute of boot.

# Start ntpd:
ntpd_start() {
  echo -n "Starting NTP daemon:  /usr/sbin/ntpd -g -u ntp:ntp"
  /usr/sbin/ntpd -g -u ntp:ntp
  echo
}

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/a39cabe4-1fe1-414a-98a9-16ff41709491%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to