:--ibTvN161/egqYuK8
:Content-Type: text/plain; charset=us-ascii
:Content-Disposition: inline
:
:On Sat, Feb 03, 2001 at 03:43:44PM -0500, Brian Dean wrote:
:
:> Is anyone else seeing this?
:
:Yes, it's a known bug in OpenSSH. There's a patch in the PR database,
:I don't have the number handy, and haven't tried it myself.
:
:Kris

   It's not a bug with OpenSSH, it's a bug with 'makewhatis'.  The
   'makewhatis' perl script is closing the input descriptor without
   draining all the input.  If the gzcat writing the descriptor does
   not use a large enough buffer, the gzcat's write() will then fail.

   This is not a bug with gzcat or a bug due to the pipe being too small
   (there is no 'right' size for the pipe), it's a bug with 'makewhatis',
   and a very easy bug to fix too.  Since other people are reporting 
   this (I reported this problem in early January), I'll go ahead and fix
   the perl script.

                                        -Matt



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to