From owner-freebsd-stable@FreeBSD.ORG Wed Oct 3 23:52:45 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 27EC316A421 for ; Wed, 3 Oct 2007 23:52:45 +0000 (UTC) (envelope-from freebsd@anjos.strangled.net) Received: from anjos.strangled.net (89-180-87-246.net.novis.pt [89.180.87.246]) by mx1.freebsd.org (Postfix) with ESMTP id 7B71713C47E for ; Wed, 3 Oct 2007 23:52:43 +0000 (UTC) (envelope-from freebsd@anjos.strangled.net) Received: from satan.anjos.strangled.net (localhost [127.0.0.1]) by anjos.strangled.net (8.14.1/8.14.1) with ESMTP id l93NqgpS096016 for ; Thu, 4 Oct 2007 00:52:43 +0100 (WEST) (envelope-from freebsd@anjos.strangled.net) Authentication-Results: anjos.strangled.net from=freebsd@anjos.strangled.net; sender-id=fail (NotPermitted); spf=fail (NotPermitted) Received: (from root@localhost) by satan.anjos.strangled.net (8.14.1/8.14.1/Submit) id l93Nqg7Q096015 for freebsd-stable@freebsd.org; Thu, 4 Oct 2007 00:52:42 +0100 (WEST) (envelope-from freebsd@anjos.strangled.net) Date: Thu, 4 Oct 2007 00:52:42 +0100 (WEST) From: freebsd@anjos.strangled.net Message-Id: <200710032352.l93Nqg7Q096015@satan.anjos.strangled.net> To: freebsd-stable@freebsd.org X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (anjos.strangled.net [127.0.0.1]); Thu, 04 Oct 2007 00:52:43 +0100 (WEST) Subject: Re: File system is Full X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Oct 2007 23:52:45 -0000 > Thanks for you all. > /tmp & /home are separate slices. However, I noticed that mounting msdosfs > on another HD are sucking much of my FBSD HD. So I commented those on fstab > to free space . It seems that this situation was also connected with the > upgrade of OOo port which sucks much of HD. I would try growfs to add 10G > to my file system. > Thx again > Khaled Moussa Perhaps you could give us the output of the df command to see if there's anything unusual. Anyway, check if you have accounting_enable="YES" on /etc/rc.conf, and whether it might actually be /var which is full. Recently something very strange happened to me: accounting_enable="YES" somehow got into my /etc/rc.conf file and it ended up filling my /var filesystem which happens to be a condition just as serious as filling up /. Although this happened to me already two weeks ago, I take the occasion to ask the list: - Does anyone know of any reason, such as a port installation or a make installworld, that justifies that accounting_enable="YES" misteriously appeared on my /etc/rc.conf ? I know I didn't do it... I hate to admit I let it happen... and I have been blaming myself for having forgotten to disable password authentication on ssh to this machine... but maybe something else is to blame. Miguel Ramos, Lisboa.