home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / time / ntp / 1130 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  4.2 KB

  1. Path: sparky!uunet!dziuxsolim.rutgers.edu!frogpond.rutgers.edu!rbthomas
  2. From: rbthomas@frogpond.rutgers.edu (Rick Thomas)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: NTP mentioned on info-convex mailing list.
  5. Message-ID: <Dec.23.17.50.32.1992.8973@frogpond.rutgers.edu>
  6. Date: 23 Dec 92 22:50:32 GMT
  7. Organization: Rutgers Engineering Supercomputer Lab
  8. Lines: 96
  9.  
  10. Can anybody help these folks?
  11.  
  12. Don't reply to me, I'm just passing this along.
  13.  
  14. ==============================================================================
  15. From: Charles Severance <crs@crs.cl.msu.edu>
  16. Message-Id: <9212231945.AA03861@crs.cl.msu.edu>
  17. To: info-convex@pemrac.space.swri.edu
  18. Subject: Has anyone installed ntp (Network time protocol) on the Convex
  19.  
  20. I would like to put up the ntp daemon on our Convex C-240.  Has anyone done
  21. this?
  22.  
  23. There seems to be convex specific code in the tar file I got via FTP from
  24. uunet.uu.net.  However it does not seem to compile.  It references include
  25. files like "sema.h"  - These sound like OS source code files to me...
  26.  
  27. /crs
  28.  
  29. ==============================================================================
  30. From: Stefan Linnemann <Stefan.Linnemann@cri.leidenuniv.nl>
  31. Message-Id: <199212232003.AA18963@rulcvx.LeidenUniv.nl>
  32. Subject: Re: Has anyone installed ntp (Network time protocol) on the Convex
  33. To: crs@crs.cl.msu.edu (Charles Severance)
  34. Date: Wed, 23 Dec 1992 21:03:25 +0100 (MET)
  35. Cc: info-convex@pemrac.space.swri.edu
  36. In-Reply-To: <9212231945.AA03861@crs.cl.msu.edu> from "Charles Severance" at Dec 23, 92 02:45:23 pm
  37. Phone: (NL) (71) 276936
  38.  
  39. Quoting Charles Severance:
  40. >I would like to put up the ntp daemon on our Convex C-240.  Has anyone done
  41. >this?
  42.  
  43. >There seems to be convex specific code in the tar file I got via FTP from
  44. >uunet.uu.net.  However it does not seem to compile.  It references include
  45. >files like "sema.h"  - These sound like OS source code files to me...
  46.  
  47. I have xntp3.1 running on our C210 with ConvexOS 9.1.  In fact, I have
  48. had all versions running here.  ntp and xntpdc2 haev run very smoothly
  49. over here, but xntp3 has some quirks, due to changed default
  50. snychronisation-distance-handling.  I mean, it runs and keeps the
  51. clock right, but it complains a lot, dropping several STEPs before
  52. applying them.
  53.  
  54. I compile with options:
  55.  
  56. LIBDEFS= -DXNTP_BIG_ENDIAN
  57. RANLIB=        ranlib
  58. DEFS= -DREFCLOCK -DNO_SIGNED_CHAR_DECL -DREADKMEM -DDEBUG -DLOG_NTP=LOG_LOCAL0 -DCONFIG_FILE=\\"/usr/local/etc/xntp.conf\\"
  59. AUTHDEFS= -DDES # -DMD5
  60. CLOCKDEFS= -DLOCAL_CLOCK
  61. DAEMONLIBS=
  62. RESLIB=
  63. COPTS= -O
  64. COMPILER= cc
  65. BINDIR=    /usr/local/etc
  66. ADJLIB=
  67. COMPAT=
  68.  
  69. If you have more questions, we'll hear,
  70.  
  71. Stefan.
  72. -- 
  73. Stefan M. Linnemann        Internet: Stefan.Linnemann@CRI.LeidenUniv.NL
  74. System Programmer UNIX        CRI, Leiden University, the Netherlands.
  75. "Twenty push-ups a day and you'll never have to be afflicted with women again."
  76. -- Daryl van Horne (sp?) [Jack Nicholson] in _the Witches of Eastwick_.
  77.  
  78.  
  79. ==============================================================================
  80. From: Stefan Linnemann <Stefan.Linnemann@cri.leidenuniv.nl>
  81. Message-Id: <199212232023.AA19146@rulcvx.LeidenUniv.nl>
  82. Subject: Re: Has anyone installed ntp (Network time protocol) on the Convex
  83. To: crs@crs.cl.msu.edu (Charles Severance)
  84. Date: Wed, 23 Dec 1992 21:23:50 +0100 (MET)
  85. Cc: info-convex@pemrac.space.swri.edu
  86. In-Reply-To: <9212231945.AA03861@crs.cl.msu.edu> from "Charles Severance" at Dec 23, 92 02:45:23 pm
  87. Phone: (NL) (71) 276936
  88.  
  89. In my previous post, apart from some typing errors and extremely lazy
  90. English, I also forgot to mention, that I have put the old
  91. des_crypt(3) routines back in /usr/lib/libc.a, since I didn't want to
  92. rewrite xntp3 to use the fcrypt routines from Robert Baldwin, Icarus
  93. Sparry and Alec Muffett.  Pure laziness again, I must admit.
  94.  
  95. I seem to remember that it was necessary to use either DES or MD5,
  96. with the latter being difficult to get to compile right.  Without both
  97. you get bitten by some programming errors (has to do with some
  98. inclusions and/or function definitions).
  99.  
  100. Stefan.
  101. -- 
  102. Stefan M. Linnemann        Internet: Stefan.Linnemann@CRI.LeidenUniv.NL
  103. System Programmer UNIX        CRI, Leiden University, the Netherlands.
  104. "Twenty push-ups a day and you'll never have to be afflicted with women again."
  105. -- Daryl van Horne (sp?) [Jack Nicholson] in _the Witches of Eastwick_.
  106.