Ntpq P .init. 16 U 128 0 0.000 0.000 0.000
setup: Client - Debian 9.7 Server - Windows 10 with 'Absolute Time server' application running for synchronization
Sharing below details
0.0.0.0 16 u - 64 0 0.000 0.000 4000.00 root@web1 # ntpq -p Enter ←ntpd起動から20秒後に実行 remote refid st t when poll reach delay offset jitter.
- NTP deamon process gets started on Debian 9.7 client
- Request has been sent from client to NTP server
- NTP Server transmits the updated time and date response (Confirmed via wireshark and tcpdump) and is received at N/w interface level of client
- Linux (date) is not able to update the time and date
Ntpq P .init. 16 U 128 0 0.000 0.000 0.000 Error
With the same setup by having Debian 8.6 client NTP Functions perfectly fine
grawityNtpq P .init. 16 U 128 0 0.000 0.000 0.000 Dollar
Browse other questions tagged debianntpntpd or ask your own question.
ntpq -p reports all available servers have stratum 16. Therefor the time is cannot be set. However I can ping all the servers.
the servers are:
Switching to different servers does not help either.
1 Answer
What you want is Stratum-1.
The only place for us to get that it by using time.nist.gov
as your NTP server address.
The primary advantage of using that URL is because all the others have various response times and even downtimes. time.nist.gov
is a 'smart URL' which finds you the quickest and most accurate time from the National Bureau of Standards Master Clock. This is the same clock the Navy uses.
It is an easy change in Raspbian and most flavors of Ubuntu.
Rather than repeat what has already been written here about this, please allow me to refer you to a Q&A in this Stack Exchange that explains how to set it up:
This article also mentions how to set your Windows computers to use the same Stratum-1 NTP source.
SDsolarSDsolar