From 24cdae04694b2b1d33838475d22eb50a1184169e Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 30 May 2016 14:37:29 -0700 Subject: Add ARP error example. Add section on temperature errors. Thanks to Leo Bodner for the bubble wrap hint. --- www/gpsd-time-service-howto.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/gpsd-time-service-howto.txt b/www/gpsd-time-service-howto.txt index d328b985..c21fea42 100644 --- a/www/gpsd-time-service-howto.txt +++ b/www/gpsd-time-service-howto.txt @@ -1071,10 +1071,24 @@ when the NTP server sends a request to the remote server an entire ARP cycle will be added to the NTP packet round trip time (RTT). This will throw off the time measurements to servers on the local lan. +On a RasberryPi ARP has been shown to impact the remote offset by up to +600 uSec in some rar cases. + The colution is the same for both ntpd and chronyd, add the "minpoll 5" command to any 'server" or "peer directive. This will cause the maximum polling period to be 32 seconds, well under the 60 second ARP timeout. +=== Watch your temperatures === + +The stability of the system clock is very temperature dependent. A one +degree change in room temperature can create 0.1 ppm of clock frequency +change. Once simple way to see the effect is to place your running +NTP server inside bubble wrap. The time will take a quick and noticeable +jump. + +If you leave your NTP server in the bubble wrap you will notice some +improved local and remote offsets. + == NTP tuning and performance details == This section deals specifically with ntpd. It discusses algorithms @@ -1760,5 +1774,5 @@ by Jaap Winius . New section on GPS time. Note the existence of the GR801-W. Describe the special timeserver build of GPSD. Recommend NTPsec. Add Macx-1 link. - Add section on ARP problems + Add sections on ARP and temperature problems -- cgit v1.2.1