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

  1. Xref: sparky comp.protocols.time.ntp:863 comp.unix.aix:9343
  2. Newsgroups: comp.protocols.time.ntp,comp.unix.aix
  3. Path: sparky!uunet!sun-barr!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!osiris.usi.utah.edu!ben
  4. From: ben@osiris.usi.utah.edu (Ben Pratt)
  5. Subject: Re: NTP on RS/6000 - anyone got it working
  6. Message-ID: <1992Sep3.032438.25787@fcom.cc.utah.edu>
  7. Sender: news@fcom.cc.utah.edu
  8. Organization: Utah Supercomputing Institute
  9. References: <1992Aug26.010304.2081@portal.hq.videocart.com> <1992Aug26.192910.22056@mintaka.lcs.mit.edu>
  10. Date: Thu, 3 Sep 92 03:24:38 GMT
  11. Lines: 16
  12.  
  13. In article <1992Aug26.192910.22056@mintaka.lcs.mit.edu> 
  14.     mycroft@hal.gnu.ai.mit.edu (Charles Hannum) writes:
  15.   > >
  16.   > > "ntp" works.  However, ntpd exits with an alarm call.
  17.   > >
  18.   > > Is there some bizarreness with AIX that is needed to make this work?
  19.   > 
  20.   > The only "bizarreness" is that AIX by default uses POSIX signals, which
  21.   > need to be reset after each use.  Link with `-lbsd' or turn off the
  22.   > SA_OLDSTYLE flag and it should work.
  23.  
  24. The other ``bizarrness'' is that the tickadj symbol doesn't exist in the
  25. AIX kernel, so you have to hack the code in xntpd.c to avoid a kernel
  26. name lookup and simply hardcode the setting...
  27.  
  28. Ben
  29.