From: dlblack@nyx.cs.du.edu (David Black) Subject: shell not seeing EOF on serial port Date: 14 Oct 1992 01:37:26 GMT
Hi, I'm doing dialin linux, and notice that if a person runs a command
and drops the line while the command is still going (hasn't returned
to the parent shell), the shell doesn't see the EOF like it should.
So the user effectively stays logged in until the parent shell is
killed and only then are others able to dial in.
It used to seem this didn't happen... I'm pretty sure all the tty flags
are set up correctly. Here's my /etc/gettydefs:
38400#B38400 CS8 CRTSCTS -CLOCAL HUPCL#B38400 SANE -ISTRIP ECHO CRTSCTS
-CLOCAL HUPCL#login: #38400
(that's one line there, this text editor split it)
Is there a known solution to this? Thanks.
Dave
dlbb0@amdahl.com