home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / time / ntp / 754 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.protocols.time.ntp
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!poseur.JPL.NASA.GOV!earle
  3. From: earle@poseur.JPL.NASA.GOV (Greg Earle - Sun JPL on-site Software Support)
  4. Subject: Re: "Previous time adjustment didn't complete"
  5. Message-ID: <1992Jul28.085342.22367@elroy.jpl.nasa.gov>
  6. Followup-To: comp.protocols.time.ntp
  7. Sender: news@elroy.jpl.nasa.gov (Usenet)
  8. Nntp-Posting-Host: poseur.jpl.nasa.gov
  9. Organization: Sun Microsystems - JPL on-site Software Support
  10. References: <9207221749.AA16906@repo.unipress.com>
  11. Date: Tue, 28 Jul 1992 08:53:42 GMT
  12. Lines: 26
  13.  
  14. In article <9207221749.AA16906@repo.unipress.com> schnitz@unipress.com (Ray Schnitzler) writes:
  15. >I seem to recall seeing comments on tuning xntp to eliminate "Previous time
  16. >adjustment didn't complete" messages, but I can't track them down.
  17. >Can someone help?
  18. >
  19. >I'm running xntp v2.  I'm getting these messages on the Sun3 (SunOS 4.1) that
  20. >gets time from the Internet and serves it to our hosts.
  21.  
  22. You need to set the "dosynctodr" kernel variable to 0 in your running kernel.
  23.  
  24. Here's the end of my /etc/rc.local that does this:
  25.  
  26. poseur:2:1498 % tail /etc/rc.local
  27.  
  28. #
  29. # Network time daemon.
  30. #
  31. if [ -f /usr/local/etc/xntpd -a -f /etc/ntp.conf ]; then
  32.     echo "dosynctodr/W 0" | adb -k -w /vmunix /dev/mem 2>&1 > /dev/null;
  33.     echo "NTP daemon"
  34. fi
  35.  
  36.  
  37.     - Greg Earle
  38.       Sun Microsystems
  39.  
  40.