home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21591 < prev    next >
Encoding:
Internet Message Format  |  1992-12-24  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!wupost!crcnis1.unl.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: getty problems on SLS .99 (fix included)
  5. Date: 24 Dec 1992 00:03:34 -0600
  6. Organization: Kansas State University
  7. Lines: 21
  8. Message-ID: <1hbjrmINNfb5@matt.ksu.ksu.edu>
  9. References: <1992Dec23.201000.12645@sbcs.sunysb.edu> <marcf.725172444@yorku.ca>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. marcf@nexus.yorku.ca (Marc G Fournier) writes:
  13.  
  14. >    Also, is there a way of 'restarting' init after making a change
  15. >to the inittab file?  On my other machine, it is /etc/init q. 
  16.  
  17. >    And another weird thing...if I do a 'ps -aux', it shows PID 1 as being
  18. >/bin/init...but if I look, there is no such thing, it is in /etc/init,
  19. >where I would expect it.
  20.  
  21. >Marc
  22.  
  23. You can do a kill -1 1 to cause init to reread /etc/inittab. Or, download
  24. the sysvinit sources from tsx-11.mit.edu and run it. You can just 
  25. link init to telinit and use it for changing run level then.
  26.  
  27. The /bin/init shows up because the kernel looks for init in /bin first,
  28. and not finding it there execs it from /etc. But, it doesn`t change the path
  29. back.
  30.  
  31. James
  32.  
  33.