From owner-freebsd-questions@FreeBSD.ORG Wed Dec 12 21:14:15 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 2448D16A418 for ; Wed, 12 Dec 2007 21:14:15 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id DFBBB13C458 for ; Wed, 12 Dec 2007 21:14:14 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id lBCLDgsB011949; Wed, 12 Dec 2007 16:13:42 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id lBCLDgaF011948; Wed, 12 Dec 2007 16:13:42 -0500 (EST) (envelope-from jerrymc) Date: Wed, 12 Dec 2007 16:13:42 -0500 From: Jerry McAllister To: Cesar Amaya Message-ID: <20071212211342.GA11906@gizmo.acns.msu.edu> References: <4760208B.5060707@123.com.sv> <192E5FCC5BDD87CAD2C1341E@utd59514.utdallas.edu> <47604075.8060705@123.com.sv> <18272.17315.714141.372324@jerusalem.litteratus.org> <47604DE2.4010307@123.com.sv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47604DE2.4010307@123.com.sv> User-Agent: Mutt/1.4.2.2i Cc: Paul Schmehl , Robert Huff , freebsd-questions@freebsd.org Subject: Re: /tmp: filesystem full 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: Wed, 12 Dec 2007 21:14:15 -0000 On Wed, Dec 12, 2007 at 03:08:50PM -0600, Cesar Amaya wrote: > Robert Huff wrote: > >Cesar Amaya writes: > > > > > >> napstats# fstat | grep "/tmp" > >> www httpd 1739 15 /tmp 4 -rw------- 0 rw > >> > > > > Can you afford to shut down the web server (Apache ?)? > > > > > > Robert Huff > > > > > Nothing is shown if I shut down the web server. But I saw something > weird when I run # fstat | grep "/tmp", was something like this: > > mail.local 1739 15 /tmp 4 -rw------- > 73917491734 rw Looks like something, maybe your mail program has a large file open - maybe trying to receive a huge file. Killing the process could get that file closed and either it would be gone or would finally show how much space it is holding. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"