[1016] in SIPB_Linux_Development
Re: New ktelnet and ktelnetd installed on Keesh.
daemon@ATHENA.MIT.EDU (brlewis@MIT.EDU)
Mon May 15 16:19:09 1995
From: brlewis@MIT.EDU
Date: Mon, 15 May 95 16:18:27 -0400
To: Salvatore Valente <svalente@MIT.EDU>
Cc: linux-dev@MIT.EDU
In-Reply-To: "[1003] in SIPB_Linux_Development"
Date: Sun, 9 Apr 1995 00:30:08 -0400
From: Salvatore Valente <svalente@MIT.EDU>
I heard a rumor that there were problems with either ktelnet or
ktelnetd on Linux because they expected bsd signal() semantics. So I
changed the code in /afs/sipb/project/sipb-athena to use sigaction()
and reinstalled on Keesh. If anyone who actually had this problem
would like to verify whether the problem still occurs, that would be
nice. If the problem is actually fixed, we should make a new package
of whichever package contains ktelnet.
I'm also interested in hearing about this problem, and whether the POSIX
signal handling fixes it.
I do notice that if you telnet from a linux (or SGI) box to a dialup,
run emacs, and resize the window several times, it stops keeping up with
the changes. This might be a problem catching SIGWINCH.