From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6555 invoked from network); 5 Mar 1997 16:37:45 -0000 Received: from euclid.skiles.gatech.edu (list@130.207.146.50) by coral.primenet.com.au with SMTP; 5 Mar 1997 16:37:45 -0000 Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id LAA19248; Wed, 5 Mar 1997 11:17:32 -0500 (EST) Resent-Date: Wed, 5 Mar 1997 11:16:50 -0500 (EST) From: (Zoltan T. Hidvegi) Message-Id: <9703051554.AA14389@lotto.fishkill.ibm.com> Subject: Re: problem from NeXTStep 3.3 rlogin to SunOS 4.1.4 In-Reply-To: from Andrej Borsenkow at "Mar 5, 97 09:47:12 am" To: borsenkow.msk@sni.de Date: Wed, 5 Mar 1997 10:54:19 -0500 (EST) Cc: zsh-users@math.gatech.edu, luomat@peak.org X-Mailer: ELM [version 2.4ME+ PL31 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"HAyZF2.0.cf4.nnP7p"@euclid> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/751 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Andrej Borsenkow wrote: > > When I rlogin to my SUN account from my NeXT, I have been "losing" > > output. Most often it happens with 'ls' or 'cat' where the command > > runs but nothing comes to the screen. If I feed it to 'less' that > > works. > > > > I can only confirm, that it happens. It happens with _rlogin_ (and not > with _rsh_). It is not limited to NeXT. I have two SVR4 based systems - > one is based on original SVR4.0.3 for i386 (SINIX-L), other on DC/OSx from > Pyramid (SINIX-N). > > rlogin SINIX-N -> SINIX-L works O.K. > rlogin SINIX-L -> SINIX-N shows the above problem. It is not always the > whole output lost - sometimes I see only the first line of `ls' output; > sometimes the `CR NL' after prompt is lost, that is: > % ls > results in > % ls....... (first line of ls output). Do you use setopt no_flow_control? If yes, did you try to unset it? Zoltan