[1479] in SIPB_Linux_Development
Found the telnet crash bug (and login bug)
daemon@ATHENA.MIT.EDU (Derek Atkins)
Thu Oct 17 14:32:10 1996
To: linux-announce@MIT.EDU, linux-dev@MIT.EDU
Cc: pmccormi@MIT.EDU
Date: Thu, 17 Oct 1996 14:30:34 EDT
From: Derek Atkins <warlord@MIT.EDU>
I found out why telnet was crashing when you tried to telnet into a
Linux box running Redhat-Athena 4.0 --- /bin/login (really
/bin/athena/login) was dying.
I fixed the problem and made a new ttylogin package. You should
upgrade ASAP. As root:
attach linux
cd /mit/linux/packages/RedHat-Athena
rpm -Uvh ttylogin-1.0-12.i386.rpm
-derek