2

I have noticed that when I start ntpd on a server, checks against that server reveal that it has a stratum of zero. If I understand this correctly, I believe this means that ntpd is currently only using itself as the time source.

After a minute or so, it checks against the server, and the stratum is no longer zero.

Do I understand this correctly, and can I speed up time the time before it becomes non-zero?

Kyle Brandt
  • 83,619
  • 74
  • 305
  • 448

2 Answers2

2

This sounds like a bug (or a configuration edit gone horribly wrong) - As Matt Simmons pointed out ntpd usually defaults to Stratum 16 ("Unsynchronized").

My (admittedly limited) understanding of NTP strata is that Stratum 0 is reserved for reference clocks (a cesium clock for example, or a GPS Time receiver) that you would attach to a computer to create a stratum 1 server (using the stratum 0 device as its reference).

voretaq7
  • 79,879
  • 17
  • 130
  • 214
0

Local clock should not be used.

you can speed up synchronization by using the iburst keyword for your server definitions.

dfc
  • 1,341
  • 8
  • 16