home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9609 < prev    next >
Encoding:
Text File  |  1992-09-01  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!snorkelwacker.mit.edu!thunder.mcrcim.mcgill.edu!homer.cs.mcgill.ca!news
  3. From: guest@chopin.Physics.McGill.CA (Muhep Guest account)
  4. Subject: Re: Dialups: Locking DTE speed and Carrier Loss ???
  5. Message-ID: <1992Sep1.212840.21152@cs.mcgill.ca>
  6. Sender: news@cs.mcgill.ca (Netnews Administrator)
  7. Organization: SOCS, McGill University, Montreal, Canada
  8. References: <c+hn00f.james@netcom.com>
  9. Date: Tue, 1 Sep 1992 21:28:40 GMT
  10. Lines: 24
  11.  
  12. James L. Paul writes
  13. > I'm using 0.97.1 and GCC 2.2.2 with uugetty from the getty_ps package.
  14. [ ... ]
  15. > Now on to more Linux-specific... With the original getty (from the root
  16. > image) a carrier loss situation gets handled properly. I.E., the 
  17. > processes
  18. > get killed and getty is respawned. This getty does not handle multiple
  19. > connect speeds as well, and does not have a uugetty option, so I'm no
  20. > longer using it, in favor of uugetty as I said above. BUT...
  21. > Now when carrier is lost without logging out, the processes no longer
  22. > get killed. Yes, I have the -HUPCL in all the /etc/gettydefs entries.
  23.                               ^^^^^^
  24.  
  25. If this is not a typo, that's your problem.  Using -HUPCL turns *OFF*  
  26. sending SIGHUP on close.  Take out the minus sign.  (Or use SANE, which
  27. includes HUPCL).
  28.  
  29. > -- 
  30. > James L. Paul
  31.  
  32. Steve Robbins
  33. steve@nyongwa.cam.org
  34.