@EmeraldDeer
Thanks for the info. Here's my config file and the results of the various chronyc commands on my router. Even though I don't notice the out-of-sync time anymore, let me know what you think:
/jffs/addons/ntpmerlin.d/chrony.conf:
Code:
# grep -E -v "^#|^!|^%|^;" /jffs/addons/ntpmerlin.d/chrony.conf | sort -u
allow 10.0.0.0/8
allow 172.16.0.0/12
allow 192.168.0.0/16
driftfile /opt/var/lib/chrony/drift
dumpdir /opt/var/lib/chrony
dumponexit
lock_all
logchange 0.5
makestep 0.1 3
maxupdateskew 5
ntsdumpdir /opt/var/lib/chrony
pidfile /opt/var/run/chrony/chronyd.pid
pool ntp.torix.ca iburst
Code:
# chronyc tracking
Reference ID : CE6C0085 (ntp3.torix.ca)
Stratum : 2
Ref time (UTC) : Sat Aug 13 20:00:17 2022
System time : 0.000353721 seconds slow of NTP time
Last offset : -0.000186145 seconds
RMS offset : 0.000287024 seconds
Frequency : 1.722 ppm slow
Residual freq : -0.006 ppm
Skew : 0.055 ppm
Root delay : 0.006273892 seconds
Root dispersion : 0.003050488 seconds
Update interval : 3111.3 seconds
Leap status : Normal
# chronyc -N authdata:
Name/IP address Mode KeyID Type KLen Last Atmp NAK Cook CLen
=========================================================================
ntp.torix.ca - 0 0 0 - 0 0 0 0
ntp.torix.ca - 0 0 0 - 0 0 0 0
ntp.torix.ca - 0 0 0 - 0 0 0 0
ntp.torix.ca - 0 0 0 - 0 0 0 0
# chronyc sources
MS Name/IP address Stratum Poll Reach LastRx Last sample
===============================================================================
^+ ntp1.torix.ca 1 9 377 826 -1831us[-1831us] +/- 5977us
^+ 2602:fde5:2a::11 1 10 377 730 -3424us[-3424us] +/- 7503us
^+ ntp2.torix.ca 1 10 377 227 -3201us[-3201us] +/- 6902us
^* ntp3.torix.ca 1 10 377 38m -1835us[-2021us] +/- 6003us
# chronyc sourcestats
Name/IP Address NP NR Span Frequency Freq Skew Offset Std Dev
==============================================================================
ntp1.torix.ca 6 5 171m -0.023 0.137 +159us 131us
2602:fde5:2a::11 8 7 138m -0.016 0.063 -2052us 89us
ntp2.torix.ca 9 7 223m -0.028 0.066 -467us 148us
ntp3.torix.ca 6 5 207m -0.016 0.078 +906us 74us
# chronyc serverstats
NTP packets received : 1740
NTP packets dropped : 0
Command packets received : 218
Command packets dropped : 0
Client log records dropped : 0
NTS-KE connections accepted: 0
NTS-KE connections dropped : 0
Authenticated NTP packets : 0
Interleaved NTP packets : 0
NTP timestamps held : 0
NTP timestamp span : 0
# chronyc activity
200 OK
4 sources online
0 sources offline
0 sources doing burst (return to online)
0 sources doing burst (return to offline)
0 sources with unknown address
And according to chronyc clients, all of my home LAN devices appear to be using my router's chronyd service, so that seems fine...