From owner-freebsd-current Thu Oct 10 3:19:50 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A8FB37B406; Thu, 10 Oct 2002 03:19:49 -0700 (PDT) Received: from piglet.dstc.edu.au (piglet.dstc.edu.au [130.102.176.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F01A43E9E; Thu, 10 Oct 2002 03:19:48 -0700 (PDT) (envelope-from freebsd-lists@lister.dnsalias.net) Received: from ilister.dialup.dstc.edu.au (ilister.dialup.dstc.edu.au [130.102.182.103]) by piglet.dstc.edu.au (8.12.3/8.12.3) with ESMTP id g9AAJgPf021842; Thu, 10 Oct 2002 20:19:43 +1000 (EST) Received: from localhost (ilister@localhost) by ilister.dialup.dstc.edu.au (8.11.1/8.11.1) with ESMTP id g9AAJfW14823; Thu, 10 Oct 2002 20:19:41 +1000 (EST) (envelope-from freebsd-lists@lister.dnsalias.net) Date: Thu, 10 Oct 2002 20:19:41 +1000 (EST) From: Ian Lister X-X-Sender: ilister@sapporo.home To: Naga Suresh B Cc: freebsd-current@FreeBSD.ORG, Subject: Re: disk running out of space In-Reply-To: <01e401c27044$67b8da50$9600a8c0@blraddrcom> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Checked: SPAMASSASSIN: This message probably not SPAM X-Spam-Score: -4.4, Required: 5 X-Virus-Scanned: Message: ok X-Scanned-By: MIMEDefang 2.9 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 10 Oct 2002, Naga Suresh B wrote: >What might be the problem??? In future how can I overcome this type of >problems without restarting the service. Sounds like you moved/rotated/deleted your Apache log file but Apache still had it open and continued logging to it. The space on disk will not be freed until everything has closed the file. Check out the rotatelogs(8) man page that comes with Apache for information about how to properly rotate its logs. Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message