From owner-freebsd-hackers@FreeBSD.ORG Thu Feb 14 10:38:24 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F2861FC8 for ; Thu, 14 Feb 2013 10:38:24 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [188.252.31.196]) by mx1.freebsd.org (Postfix) with ESMTP id 796963F8 for ; Thu, 14 Feb 2013 10:38:24 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.6/8.14.5) with ESMTP id r1EAcJIN001913 for ; Thu, 14 Feb 2013 11:38:19 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.6/8.14.5/Submit) with ESMTP id r1EAcJb6001910 for ; Thu, 14 Feb 2013 11:38:19 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 14 Feb 2013 11:38:19 +0100 (CET) From: Wojciech Puchar To: freebsd-hackers@freebsd.org Subject: rsh/rlogin strange behavior In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 14 Feb 2013 11:38:19 +0100 (CET) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Feb 2013 10:38:25 -0000 i use rsh/rlogin regularly within LAN and over encrypted tunnels it works generally fine but have strange behavior when i output long amount of text in console (eg. cat bigfile), where long is like 20kB it a) display part of it and hangs (i have to kill rlogin) - rarely b) display part of it and rest is skipped. then i can work normally. ssh doesn't have such a problem. what is wrong?