Curiouser and curiouser, he said going down the rabbit hole ....
one nas with ntp server running and pointing to 'time.windows.com' (for a relatively common source vs my desktops)
Code: Select all
ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
LOCAL(0) .LOCL. 5 l 28h 64 0 0.000 +0.000 0.000
*ns-cov.radel.co 139.143.5.30 2 u 547 1024 377 14.831 +1.503 0.724
+194.213.3.203 85.199.214.98 2 u 754 1024 377 15.060 +0.062 0.618
+83.151.207.133 94.198.159.14 2 u 315 1024 377 11.586 +3.098 0.602
-time.cloudflare 10.29.8.4 3 u 126 1024 377 10.651 -0.951 0.391
which tells me it is working because of the '*' and m/s expanded service clusters. 194.xxx (line 3) was line 2 previously and active.
1 nas with ntp server running
and pointing to #1 above
Code: Select all
ntpq -p
remote refid st t when poll reach delay offset jitter
==============================================================================
*LOCAL(0) .LOCL. 5 l 199 1024 177 0.000 +0.000 0.000
-178-79-184-152. 82.35.162.146 2 u 961 1024 177 9.937 -232.71 165.554
-139.59.177.246 85.199.214.98 2 u 828 1024 177 10.914 -236.78 168.234
+139-162-242-115 80.192.165.246 2 u 1043 1024 177 12.336 -187.57 126.917
+185.137.221.158 145.238.80.80 2 u 1034 1024 177 19.090 -186.56 127.042
Which equates to the 'bug' reported.
2 nas
without ntp server running ostensibly pointing to #1 above:
Code: Select all
ntpq -p
ntpq: read: Connection refused
which (sort of) makes sense but does not tell me what is happening.
If I enable ntp service, it shows the bug.
ntp.conf is unmodified and does not reflect my configuration choices wrt to chosen time server. (so there are other configuration files somewhere?)
BUT (that's a big but) all my nas appear to be in sync with my desktops and show the correct time.
Just thought I would mention it
