summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2013-10-22 17:30:19 -0700
committerGary E. Miller <gem@rellim.com>2013-10-22 17:30:19 -0700
commit80d0894cff606d4f152d5adc2ebf1c38d6c7038b (patch)
treedcc78e19442d166d2a7d0dd3f63ceb97d64d79f9 /www
parent2d5843bf037f0349dd1063a6cef22b67caa819c8 (diff)
downloadgpsd-80d0894cff606d4f152d5adc2ebf1c38d6c7038b.tar.gz
Missing step to getting contrib/ntpoffset to run.
Diffstat (limited to 'www')
-rw-r--r--www/gpsd-time-service-howto.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/www/gpsd-time-service-howto.txt b/www/gpsd-time-service-howto.txt
index baf17065..500112a3 100644
--- a/www/gpsd-time-service-howto.txt
+++ b/www/gpsd-time-service-howto.txt
@@ -546,9 +546,13 @@ filegen peerstats file peerstats type day enable
This enables logging of the peer server statistics.
-2. Start ntpd and let it run for at least four hours.
+2. Make sure the directory exists properly. As root do:
+ # mkdir -p /var/log/ntpstats
+ # chown ntp:ntp /var/log/ntpstats
-3. Calculate the average GPS offset using this script (a copy is
+3. Start ntpd and let it run for at least four hours.
+
+4. Calculate the average GPS offset using this script (a copy is
included as contrib/ntpoffset in the GPSD distribution):
-----------------------------------------------------------------------------