bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tee: write error


From: Bob Proulx
Subject: Re: tee: write error
Date: Mon, 17 Sep 2007 12:17:13 -0600
User-agent: Mutt/1.5.9i

Saurabh Gupta wrote:
>    I was trying to pipe something to pipe with tee. But i am getting error
> tee: write error
> 
> app | tee a.log
> Size of file formed is 244137 bytes.

Please report *exactly* the commands used and the output produced.

A write error could be caused by a failing disk drive or by a
temporary networking error or by other things.  Look in your system
log (usually /var/log/syslog or /var/log/messages or some such
location) and see if there are other errors reported there.

> I am using Linux 2.4.21-32.EL.

The version of the kernel is not as important as the version of the
utility and the version of the libraries used with it.  Please say
what version of tee you are using.  The following will do this.

  tee --version | head -n1

  ldd --version | head -n1

Bob




reply via email to

[Prev in Thread] Current Thread [Next in Thread]