zsh-users
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@candle.brasslantern.com>
To: luomat@peak.org, zsh-users@math.gatech.edu
Subject: Re: problem from NeXTStep 3.3 rlogin to SunOS 4.1.4
Date: Tue, 4 Mar 1997 14:20:43 -0800	[thread overview]
Message-ID: <970304142044.ZM3966@candle.brasslantern.com> (raw)
In-Reply-To: "Timothy J. Luoma" <luomat@peak.org> "problem from NeXTStep 3.3 rlogin to SunOS 4.1.4" (Mar  4,  2:04pm)

On Mar 4,  2:04pm, Timothy J. Luoma wrote:
} Subject: problem from NeXTStep 3.3 rlogin to SunOS 4.1.4
}
} 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.

Do you really mean "rlogin"?  As in, you log in to the Sun, get a prompt,
and then start issuing "ls" and "ls | less" commands?

Or do you mean "rsh" as in "rsh sun ls" vs. "rsh sun ls | less"?

} If I feed it to 'less' that works.
} 
} Any clues?

If it's "rsh" then this is (or used to be) a common problem.  It happens
when the rsh process on the local side exits before the output buffered
in the network layer gets flushed to the screen.

The local rsh exits when it gets notified on the exit-status connection
that the remote process has terminated; that may leave unread data on
the stdout/stderr connections.  If some other process (like less) is
waiting for the output, or if the output is sufficiently large, the
buffers get flushed before local rsh exits (before the shell gets control
back again).

I don't know why it would have begun happening to you now if it wasn't
before, but in my experience the problem isn't limited to zsh.

-- 
Bart Schaefer                             Brass Lantern Enterprises
http://www.well.com/user/barts            http://www.nbn.com/people/lantern


  reply	other threads:[~1997-03-04 22:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-03-04 19:04 Timothy J. Luoma
1997-03-04 22:20 ` Bart Schaefer [this message]
1997-03-05  6:47 ` Andrej Borsenkow
1997-03-05 15:54   ` Zoltan T. Hidvegi
1997-03-05 16:09     ` Andrej Borsenkow
1997-03-05 17:39       ` Bart Schaefer
1997-03-05 16:45     ` Timothy Luoma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=970304142044.ZM3966@candle.brasslantern.com \
    --to=schaefer@candle.brasslantern.com \
    --cc=luomat@peak.org \
    --cc=schaefer@nbn.com \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).