Date: Thu, 10 Oct 2002 20:19:41 +1000 (EST) From: Ian Lister <freebsd-lists@lister.dnsalias.net> To: Naga Suresh B <torvalds@addr.com> Cc: freebsd-current@FreeBSD.ORG, <freebsd-stable@FreeBSD.ORG> Subject: Re: disk running out of space Message-ID: <Pine.BSF.4.44.0210102016540.336-100000@sapporo.home> In-Reply-To: <01e401c27044$67b8da50$9600a8c0@blraddrcom>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44.0210102016540.336-100000>