home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2739 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1.2 KB  |  39 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!munnari.oz.au!manuel!sserve!rodos1!wkt
  3. From: wkt@rodos1.cs.adfa.oz.au (Warren Toomey)
  4. Subject: 386BSD: /etc/rc's exit kills slattach(8)
  5. Message-ID: <1992Jul24.014014.16797@sserve.cc.adfa.oz.au>
  6. Keywords: slattach SLIP etc/rc
  7. Sender: news@sserve.cc.adfa.oz.au
  8. Organization: Australian Defence Force Academy, Canberra, Australia
  9. Date: Fri, 24 Jul 1992 01:40:14 GMT
  10. Lines: 27
  11.  
  12. Quick bug report, and workaround. /etc/rc's exit 0 (i.e what happens after
  13. this) causes an slattach(8) in /etc/netstart to die. It's not getty and it
  14. is after the exit 0, because I renamed getty -> betty and put a sleep 10
  15. on the line above rc's exit 0.
  16.  
  17. I tried at least two slattach lines in /etc/netstart:
  18.  
  19.     slattach /dev/com2 9600
  20.     slattach /dev/com2 9600 < /dev/null > /dev/null
  21.  
  22. Didn't try
  23.  
  24.     nohup slattach /dev/com2 9600
  25.  
  26. Workaround: 
  27.  
  28.     Manually restart the slattach once you log in.
  29.  
  30. Misc:
  31.     I spent 3 hours trying to work out why my `network was down'
  32. because of this :-(. Ifconfig reports sl0 being UP, even with the slattach
  33. dead. Sigh.
  34.  
  35.  
  36.   Warren Toomey VK1XWT, on the path to insanity
  37.   No longer in the bowels of ADFA Comp Science.
  38.    `Version 7 Job Control: just use ptrace(2).'
  39.