From owner-freebsd-questions@FreeBSD.ORG Wed Feb 6 23:40:48 2008 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 8258216A417 for ; Wed, 6 Feb 2008 23:40:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id BAEC013C467 for ; Wed, 6 Feb 2008 23:40:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8) with ESMTP id m16NeVPI075213; Thu, 7 Feb 2008 00:40:32 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.13.8/8.13.8/Submit) with ESMTP id m16NeQR9075209; Thu, 7 Feb 2008 00:40:31 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 7 Feb 2008 00:40:24 +0100 (CET) From: Wojciech Puchar To: alex@schnarff.com In-Reply-To: <20080206142843.8hwz8rim80sgok8g@mail.schnarff.com> Message-ID: <20080207003949.U75201@wojtek.tensor.gdynia.pl> References: <20080206142843.8hwz8rim80sgok8g@mail.schnarff.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: df & du showing different usages for /var 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, 06 Feb 2008 23:40:48 -0000 > clean things up and ensure that it didn't happen again. Using the "du" > command to look for offending directories and files, I wiped out a bunch of > old Apache and Qmail logs...and then found that I was still using 90% of the you forgot to restart apache and qmail. and they keep these logs open. in unix you may delete open file, but it will be actually deleted when closed.