From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 10:55:04 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E5EA16A420 for ; Mon, 24 Sep 2007 10:55:04 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (77-99-36-42.cable.ubr04.chap.blueyonder.co.uk [77.99.36.42]) by mx1.freebsd.org (Postfix) with ESMTP id B9D3B13C4B5 for ; Mon, 24 Sep 2007 10:55:03 +0000 (UTC) (envelope-from david@vizion2000.net) Received: by dns1.vizion2000.net (Postfix, from userid 1007) id CF09C1CC22; Mon, 24 Sep 2007 04:09:56 -0700 (PDT) From: David Southwell Organization: Voice and Vision To: freebsd-questions@freebsd.org Date: Mon, 24 Sep 2007 04:09:56 -0700 User-Agent: KMail/1.9.7 References: <200709221052.41399.david@vizion2000.net> <20070922190041.GK7562@dan.emsphone.com> In-Reply-To: <20070922190041.GK7562@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709240409.56605.david@vizion2000.net> Cc: Dan Nelson Subject: Re: stdout -determining size of?? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 10:55:04 -0000 On Saturday 22 September 2007 12:00:41 Dan Nelson wrote: > In the last episode (Sep 22), David Southwell said: > > How is the the size of stdout controlled. > > > > My query comes about because I had a shell running for ages with > > unlimited history and found it had gobbled uyp all the space available to > > stdout!!! > > Could you provide the error message that made you think that stdout has > a limit? "stdout" could be anything: tty, socket, pipe, file, etc. If > you have redirected stdout from a script to a file, like "ls > ls.txt", > then it's possible that you filled up a filesystem. Here is what made me ask the question: ------------------------------ Weekly output report: Cleaning up kernel database files: Rebuilding locate database: locate.code: stdout: No space left on device Rebuilding whatis database: -- End of weekly output -- ___________________________ After getting the message I dumped the history and locate.updatedb ran without any problem. David