From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 11:19:58 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 5A64B16A4CE for ; Fri, 28 Jan 2005 11:19:58 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27E643D41 for ; Fri, 28 Jan 2005 11:19:57 +0000 (GMT) (envelope-from nlamprecht@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so387052wra for ; Fri, 28 Jan 2005 03:19:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=hnYCoI6zHe0g1H2VKuF8/89uVvYP5nA9lB4rTgHrd0N9BMh7ftTn+jFx9uwcKpNVlphC5r8OVk4U0iuD24V29E+oPI6Id4QChuDIPAzpApfwMcl12t3WX2Ir8ZISgOfDsUVADmbtNkSFNTHb3rWeRe5LPa9q8zz14omxmip5ZS4= Received: by 10.54.24.8 with SMTP id 8mr353626wrx; Fri, 28 Jan 2005 03:19:56 -0800 (PST) Received: by 10.54.38.6 with HTTP; Fri, 28 Jan 2005 03:19:56 -0800 (PST) Message-ID: <7cbadc870501280319360dec62@mail.gmail.com> Date: Fri, 28 Jan 2005 13:19:56 +0200 From: Nelis Lamprecht To: joseph kacmarcik In-Reply-To: <1106839770.41f908da92fa7@mail.chubbo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <7cbadc8705012701523be61cfd@mail.gmail.com> <1106839770.41f908da92fa7@mail.chubbo.net> cc: FreeBSD Questions Subject: Re: mystery /var space usage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nelis Lamprecht List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 11:19:58 -0000 On Thu, 27 Jan 2005 07:29:30 -0800, joseph kacmarcik wrote: > > > /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? > syslogd was the first process I restarted amongst all the others to see if the problem could be solved. after doing some googling i came across this same problem mentioned before. http://lists.freebsd.org/pipermail/freebsd-questions/2003-June/010764.html and another maybe not freebsd related http://lists.gnu.org/archive/html/bug-fileutils/2002-10/msg00042.html I have exactly the same problem which leads me to think that this may be some sort of bug with softupdares ? mail:/var# du -hs /var 621M /var mail:/var# df -h /var Filesystem Size Used Avail Capacity Mounted on /dev/amrd0s1e 9.8G 5.4G 3.7G 59% /var the usage for /var is growing all the time so I'm going to have to take the machine down this weekend which I'm sure will solve the problem for now but I'd sure like to know what causes this. Nelis