From owner-freebsd-questions@FreeBSD.ORG Thu Jan 27 15:29:33 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A1FB16A4CE for ; Thu, 27 Jan 2005 15:29:33 +0000 (GMT) Received: from rooster.chubbo.net (rooster.chubbo.net [168.75.98.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3F01743D5A for ; Thu, 27 Jan 2005 15:29:33 +0000 (GMT) (envelope-from freebsd-questions@chubbo.net) Received: from rooster.chubbo.net (localhost [127.0.0.1]) by rooster.chubbo.net (8.12.9/8.12.3) with ESMTP id j0RFTUwJ035392; Thu, 27 Jan 2005 07:29:30 -0800 (PST) (envelope-from freebsd-questions@chubbo.net) Received: (from nobody@localhost) by rooster.chubbo.net (8.12.9/8.12.9/Submit) id j0RFTUHg035391; Thu, 27 Jan 2005 07:29:30 -0800 (PST) (envelope-from freebsd-questions@chubbo.net) X-Authentication-Warning: rooster.chubbo.net: nobody set sender to freebsd-questions@chubbo.net using -f Received: from c-67-169-93-71.client.comcast.net (c-67-169-93-71.client.comcast.net [67.169.93.71]) by mail.chubbo.net (IMP) with HTTP for ; Thu, 27 Jan 2005 07:29:30 -0800 Message-ID: <1106839770.41f908da92fa7@mail.chubbo.net> Date: Thu, 27 Jan 2005 07:29:30 -0800 From: joseph kacmarcik To: Nelis Lamprecht References: <7cbadc8705012701523be61cfd@mail.gmail.com> In-Reply-To: <7cbadc8705012701523be61cfd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: cc: FreeBSD Questions Subject: Re: mystery /var space usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jan 2005 15:29:33 -0000 > /dev/amrd0s1e 9.8G 4.8G 4.2G 53% /var > > A du -h of /var shows a total of 616M data only. First thing that came > to mind is some process which is holding onto data so I tried > restarting various daemons - cyrus, imapd, exim, apache and still no > change. I've checked with fstat and lsof to see if I can see anything > suspicious but nothing out of the ordinary shows up. sounds like the maillog. have you tried restarting syslogd or whatever process you have that writes to your maillog? joe