home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / sysadmin / 6421 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.4 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  2. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  3. Newsgroups: comp.sys.next.sysadmin
  4. Subject: Re: Drifting clock
  5. Message-ID: <1dr2fgINN4rt@ni.umd.edu>
  6. Date: 11 Nov 92 13:40:00 GMT
  7. References: <1992Nov10.021255.8585@cs.brown.edu> <HARDY.92Nov9233637@golem.ps.uci.edu> <1992Nov10.081846.11087@csus.edu>
  8. Organization: University of Maryland, College Park
  9. Lines: 38
  10. NNTP-Posting-Host: sayshell.umd.edu
  11.  
  12. In article <1992Nov10.081846.11087@csus.edu> eps@cs.sfsu.edu writes:
  13.  
  14. >standalone "home" machine), you'll need to hook it to the
  15. >network temporarily so it can "learn" what its natural
  16. >tendency is.  (If NeXT is shipping systems with software
  17. >preinstalled, why don't they do this as part of burn-in???
  18. >Or does it change as the hardware ages?)
  19.  
  20. This is a rather interesting suggestion; to just have [x]ntpd apply
  21. corrections based on /etc/ntp.drift rather than attempting to
  22. synchronize to a clock reference.  I can't say off the top of my head
  23. if it will actually work this way or not... interesting.
  24.  
  25. In any case, it takes 24 hours or more to really compute an accurate
  26. drift-rate sample that I'd leave in the file.  It is not clear that
  27. its possible during manufacturing to compute this offset; better to
  28. spend an extra $5 or $10 to buy a higher quality crystal, put trimmer
  29. cap on the crystal and adjust it with a frequency counter.
  30.  
  31. Further, I believe that the drift rate would be OK for moderate
  32. duration time-server outages, but there is a noticable difference in
  33. the computed drift rate which is corrolated with the temperature in
  34. the room.  This is to be expected, as the quartz crystal on the CPU
  35. will vary slightly in frequencey based on the temperature.  At on
  36. time, when I was doing active development on ntpd, I calibrated the
  37. drift rate to the room temperature; it lagged by a few hours, but you
  38. could tell how warm it was in my office by looking at the drift rate.
  39.  
  40. For xntpd, the /etc/ntp.drift file is in units of parts-per-million;
  41. ntpd uses as somewhat more wierd unit size.  If you are contemplating
  42. doing any serious timekeeping, I recommend that you trash the older
  43. NeXT supplied stuff (ntp, ntpd, ntpdc) that Mike Petry and myself did
  44. here at the University of Maryland and get `xntpd' instead; that's
  45. what I use.  Look on LOUIE.UDEL.EDU in /pub/ntp.  It doesn't do
  46. netinfo, so its much easier to configure by just editing the
  47. /etc/ntp.conf file.
  48.  
  49. louie
  50.