From owner-freebsd-questions@FreeBSD.ORG Thu May 4 20:24:32 2006 Return-Path: X-Original-To: questions@freebsd.org 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 3496A16A404 for ; Thu, 4 May 2006 20:24:32 +0000 (UTC) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E8C43D48 for ; Thu, 4 May 2006 20:24:31 +0000 (GMT) (envelope-from freebsd@philip.pjkh.com) Received: from bravo.pjkh.com (bravo.pjkh.com [72.36.232.219]) by bravo.pjkh.com (Postfix) with ESMTP id 5B0D013C7C9; Thu, 4 May 2006 15:27:08 -0500 (CDT) Received: by bravo.pjkh.com (Postfix, from userid 1000) id 24D7313C7C0; Thu, 4 May 2006 15:27:08 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by bravo.pjkh.com (Postfix) with ESMTP id 2223513C404; Thu, 4 May 2006 15:27:08 -0500 (CDT) Date: Thu, 4 May 2006 15:27:08 -0500 (CDT) From: Philip Hallstrom To: mufalani@bsdmail.org In-Reply-To: <1146769653.445a50f5394a1@webmail.mxm.com.br> Message-ID: <20060504152625.T64621@bravo.pjkh.com> References: <1146769653.445a50f5394a1@webmail.mxm.com.br> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV using ClamSMTP Cc: questions@freebsd.org Subject: Re: file system full 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: Thu, 04 May 2006 20:24:32 -0000 > Hi all, > > My "/var" is fully 99%, because I create one tar.gz of the squid logs. > > I was move for smbfs, then network die!!! > > I try: > > rm -rf file.tar.gz > > and don't have more free space oon the file system. > > > Somebody help me? Also, be sure that no process (ie. squid, syslog, etc.) still has an open file handle on any of the files you think you'v removed/moved. They aren't really gone till you restart those processes and they close/open the file handles... -philip