From owner-freebsd-questions@FreeBSD.ORG Tue May 4 15:22:22 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA51F106566B for ; Tue, 4 May 2010 15:22:22 +0000 (UTC) (envelope-from rg.lists@rzweb.com) Received: from flabnapple.net (flabnapple.net [216.129.104.99]) by mx1.freebsd.org (Postfix) with ESMTP id C922B8FC08 for ; Tue, 4 May 2010 15:22:22 +0000 (UTC) Received: from [10.0.1.12] (c-67-188-153-23.hsd1.ca.comcast.net [67.188.153.23]) by flabnapple.net (Postfix) with ESMTPA id 55EF61CC04A for ; Tue, 4 May 2010 08:22:22 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Apple Message framework v1078) From: Ron In-Reply-To: Date: Tue, 4 May 2010 08:22:22 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: freebsd-questions@freebsd.org X-Mailer: Apple Mail (2.1078) Subject: Re: Strange diskspace loss 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: Tue, 04 May 2010 15:22:22 -0000 On May 3, 2010, at 11:02 PM, Anton Yuzhaninov wrote: > On Tue, 4 May 2010 09:51:46 +0400, =E1=CE=D4=CF=CE =EB=CC=C5=D3=D3 = wrote: > =E1=EB> I'm running 7.2-RELEASE amd64. Uptime 24 days. > =E1=EB> I was told that server stoped to send emails and started to = look at. There > =E1=EB> are strange things: > =E1=EB>=20 > =E1=EB> # df -h > =E1=EB> Filesystem Size Used Avail Capacity Mounted on > =E1=EB> /dev/aacdu0s1a 7.7G 582M 6.6G 8% / > =E1=EB> devfs 1.0K 1.0K 0B 100% /dev > =E1=EB> /dev/aacdu0s1d 31G 276M 28G 1% /tmp > =E1=EB> /dev/aacdu0s1f 350G 125G 197G 39% /usr > =E1=EB> /dev/aacdu0s1e 31G 29G -25M 100% /var > =E1=EB> /dev/aacdu1s1d 450G 3.0G 411G 1% /var/db/mysql > =E1=EB> fdescfs 1.0K 1.0K 0B 100% /dev/fd > =E1=EB>=20 > =E1=EB> /var is out of space. Hmm. > =E1=EB>=20 > =E1=EB> # du -sh /var > =E1=EB> 3,3G /var >=20 > = http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF I had a simular issue due to files not being deleted until the process = that has them open is stopped. My apache logs filled up the logs = directory, I deleted them but apache still had them open, so the space = was not freed until I restarted apache. Might this be your issue? > --=20 > WBR, > Anton Yuzhaninov >=20 > _______________________________________________ > 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"