Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 (Tek) 9/26/83; site hammer.UUCP Path: utzoo!watmath!clyde!akgua!sdcsvax!sdcrdcf!hplabs!tektronix!orca!hammer!steveh From: steveh@hammer.UUCP (Stephen Hemminger) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: Rlogind eats Cpu time. Message-ID: <718@hammer.UUCP> Date: Wed, 9-May-84 17:47:32 EDT Article-I.D.: hammer.718 Posted: Wed May 9 17:47:32 1984 Date-Received: Sun, 20-May-84 00:08:05 EDT Organization: Tektronix, Wilsonville OR Lines: 17 Xref: 207 1272 Index: /etc/rlogind Description: Rlogind chews away time while trying to send to a remote user who has blocked his rlogin process (either by stopping it or hitting ^S). Repeat-By: rlogin to another host. cat a big file (/etc/termcap). Then stop the rlogin process (~^Z). Do a ps on the remote machine and look at the rlogind process. Fix: None. The earlier suggested fix (which causes the write to block) is unacceptable since it makes pipe's non-atomic. Someone must have noticed and fixed this by now!