home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / time / ntp / 839 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  3.1 KB

  1. Path: sparky!uunet!news.claremont.edu!ucivax!orion.oac.uci.edu!draco.acs.uci.edu!iglesias
  2. From: iglesias@draco.acs.uci.edu (Mike Iglesias)
  3. Subject: Re: Problems running xntp v3 on SGI Indigo
  4. Nntp-Posting-Host: draco.acs.uci.edu
  5. Message-ID: <2A9B1762.21607@orion.oac.uci.edu>
  6. Newsgroups: comp.protocols.time.ntp
  7. Organization: University of California, Irvine
  8. Keywords: tick, tickadj, SGI
  9. Lines: 50
  10. Date: 26 Aug 92 05:32:19 GMT
  11. References: <2A9A652F.8451@orion.oac.uci.edu> <1992Aug25.185749.29102@jhunix.hcf.jhu.edu>
  12.  
  13. In article <1992Aug25.185749.29102@jhunix.hcf.jhu.edu> andy@jhunix.hcf.jhu.edu (Andy Poling) writes:
  14. >From ntp_unixclock.c in my xntpdv2 (xntpv3 is still on my todo list) port
  15. >which ticks nicely on a 4D/300:
  16. >
  17. > [code deleted]
  18.  
  19. Thanks; I changed tick and tickadj to your values, but xntpd is still not
  20. working quite right.  It seems to feel that it needs to do a step adjustment
  21. but can't because watchdog_timer is less than CLOCK_MINSTEP.  When it
  22. finally does get to do the step adjustment, it zeros watchdog_timer and
  23. starts over again.  It then decided it needs to do a step adjustment, etc.
  24. ad nauseum.
  25.  
  26.  
  27. Mike
  28.  
  29.  
  30. Here's an example from the syslog file:
  31.  
  32. Aug 25 16:02:58 indigo xntpd[500]: xntpd version 3.1
  33. Aug 25 16:03:00 indigo xntpd[500]: system event 1 status c010
  34. Aug 25 16:03:34 indigo xntpd[500]: peer 128.200.34.4 event 84 status 9014
  35. Aug 25 16:03:34 indigo xntpd[500]: system event 4 status c621
  36. Aug 25 16:03:34 indigo xntpd[500]: peer 128.200.16.3 event 84 status 9014
  37. Aug 25 16:08:53 indigo xntpd[500]: system event 3 status 634
  38. Aug 25 16:09:57 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.144103289)
  39. Aug 25 16:11:01 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.156219959)
  40. Aug 25 16:12:05 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.191688538)
  41. Aug 25 16:13:09 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.191688538)
  42. Aug 25 16:14:14 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.215938807)
  43. Aug 25 16:15:18 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.252199888)
  44. Aug 25 16:16:22 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.288886309)
  45. Aug 25 16:17:26 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.301805019)
  46. Aug 25 16:18:30 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.327338219)
  47. Aug 25 16:19:34 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.352847338)
  48. Aug 25 16:20:38 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.391964436)
  49. Aug 25 16:21:42 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.404758930)
  50. Aug 25 16:22:46 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.430722237)
  51. Aug 25 16:23:50 indigo xntpd[500]: adjust: STEP dropped (128.200.34.4 offset -0.457057238)
  52. Aug 25 16:24:54 indigo xntpd[500]: adjust: STEP 128.200.34.4 offset -0.497189045
  53. Aug 25 16:24:53 indigo xntpd[500]: system event 5 status c043
  54. Aug 25 16:25:57 indigo xntpd[500]: peer 128.200.16.3 event 84 status 9024
  55. Aug 25 16:25:57 indigo xntpd[500]: system event 4 status c655
  56. Aug 25 16:25:57 indigo xntpd[500]: peer 128.200.34.4 event 84 status 9024
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.