From owner-freebsd-questions Thu Jan 31 2:12:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.cgf.net (www.cgf.net [212.100.224.209]) by hub.freebsd.org (Postfix) with SMTP id 2B16A37B400 for ; Thu, 31 Jan 2002 02:08:46 -0800 (PST) subject:Re: df reports high disk usage but du can't account for used space Message-Id: <20020131100846.2B16A37B400@hub.freebsd.org> Date: Thu, 31 Jan 2002 02:08:46 -0800 (PST) From: tomb-freebsd@cgf.net To: undisclosed-recipients:; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG So thanks to those who helped me resolve this. In the end it turned out to be apache-ssl process's using something in /var to lock. To resolve it I ran lsof (a very useful tool) and piped it through grep for the /var entries, this showed that apache-ssl was slowly filling up /var. I just did a restart and the disk usage went back to 1%. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message