home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / next / sysadmin / 5001 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.8 KB  |  42 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!haven.umd.edu!ni.umd.edu!sayshell.umd.edu!louie
  3. From: louie@sayshell.umd.edu (Louis A. Mamakos)
  4. Subject: Re: Easing clock to correct time via ntp
  5. Message-ID: <1992Sep2.233548.8897@ni.umd.edu>
  6. Sender: usenet@ni.umd.edu (USENET News System)
  7. Nntp-Posting-Host: sayshell.umd.edu
  8. Organization: University of Maryland College Park
  9. References: <BtyqJ7.9vo@news.cso.uiuc.edu>
  10. Date: Wed, 2 Sep 1992 23:35:48 GMT
  11. Lines: 29
  12.  
  13. In article <BtyqJ7.9vo@news.cso.uiuc.edu> jeffo@uiuc.edu (J.B. Nicholson-Owens) writes:
  14. >I've heard that using a simple "ntp -s" or "ntp -f" isn't good for the  
  15. >system because the clock might jump to the correct time from whatever it  
  16. >was set at before and cause a crontab entry to be skipped.
  17.  
  18. Yes, this is true.  Its generally pretty rude to just reset the clock
  19. while stuff is running.
  20.  
  21. >If there is a way to ease the clock forward or backward (accelerate or  
  22. >decelerate the ticking of seconds, I suppose) so that the clock was  
  23. >correct relatively all the time and not pass up any minutes or seconds  
  24. >(thus solving any problem with crontab entries being skipped), how is that  
  25. >done?
  26.  
  27. You could just run ntpd all the time.  It will constantly correct the
  28. clock while and even estimate the intrinsic drift of the clock
  29. hardware and continue to apply corrections to compenstate even when
  30. the network is unavailable.  
  31.  
  32. NeXT even thoughtfully provides a hacked version of the NTP software
  33. written by Mike Petry and myself at the University of Maryland.  If
  34. you are serious about time synchronization, you should dump that
  35. version and bring up xntp3 which is the latest and greatest.  It
  36. compiles and runs on a NeXT with no problems, though it doesn't do
  37. anything with netinfo, so you'll have to build an /etc/ntp.conf file
  38. instead.  This is a feature, not a bug.
  39.  
  40. louie
  41.  
  42.