home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / software / 843 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.8 KB

  1. Path: sparky!uunet!usc!noiro.acs.uci.edu!714-725-3165.nts.uci.edu!cedman
  2. From: cedman@714-725-3165.nts.uci.edu (Carl Edman)
  3. Subject: Re: WANTED: clock setting software
  4. Nntp-Posting-Host: 714-725-3165.nts.uci.edu
  5. Message-ID: <2A6E24B1.18674@noiro.acs.uci.edu>
  6. Newsgroups: comp.sys.next.software
  7. Reply-To: Carl Edman <cedman@golem.ps.uci.edu>
  8. Organization: University of California, Irvine
  9. Lines: 27
  10. Date: 23 Jul 92 03:17:05 GMT
  11. References: <1992Jul16.173835.4248@fnbc.com> <Brpns5.7w@sounds.wa.com>
  12.  
  13. In article <Brpns5.7w@sounds.wa.com> BrianW@SoundS.WA.com writes:
  14. >I would appreciate it if someone could send me a few pointers concerning setup  
  15. >of NTP on the NeXT (I"m running System 2.2 on an isolated NeXTdimension with  
  16. >SLIP and UUCP, but no ethernet connections).
  17. >
  18. >I have read the Man pages for ntp ntpd and ntpdc, but there is nothing in  
  19. >NeXTadmin or NeXTanswers/92_spring about setting up NTP.
  20.  
  21. Your problem is not NTP, but the interaction between NTP and SLIP and
  22. the lack of an ethernet. Early during the boot process the variable
  23. NETWORKUP is set according to whether there is an ethernet connection
  24. or not. Later on many network daemons are only started if NETWORKUP is
  25. set to -YES-. Among these network daemons is ntpd. You can either
  26. throw out that check in /etc/rc, or you can modify your SLIP startup
  27. script to set NETWORKUP to -YES- when the SLIP connection is
  28. established. That will also help other parts of the automatic system
  29. configuration, but remember to startup up SLIP early during the boot
  30. process to make certain that it is configured before the network
  31. daemons are started.
  32.  
  33. >Is the solution as simple as adding a crontab.local entry for "/usr/etc/ntp -s  
  34. >clock" as user root?  If so, then why is there a need for the ntpd daemon?  I  
  35. >was able to run "/usr/etc/ntp clock" before the ntpd process was started.
  36.  
  37. Not a good idea.
  38.  
  39.         Carl Edman
  40.