From owner-freebsd-questions@FreeBSD.ORG Sun Nov 26 19:47:08 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E928E16A4D0 for ; Sun, 26 Nov 2006 19:47:08 +0000 (UTC) (envelope-from odilist@sonic.net) Received: from b.mail.sonic.net (b.mail.sonic.net [64.142.19.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78A3B44376 for ; Sun, 26 Nov 2006 19:20:34 +0000 (GMT) (envelope-from odilist@sonic.net) Received: from [192.168.1.2] (69-12-157-6.dsl.dynamic.sonic.net [69.12.157.6]) by b.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id kAQJLE5A018909; Sun, 26 Nov 2006 11:21:15 -0800 From: Oliver Iberien To: Armin Arh , freebsd-questions@freebsd.org Date: Sun, 26 Nov 2006 11:21:13 -0800 User-Agent: KMail/1.9.3 References: <200611261037.18806.odilist@sonic.net> <20061126185408.GB686@pubbox.net> In-Reply-To: <20061126185408.GB686@pubbox.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611261121.14330.odilist@sonic.net> Cc: Subject: Re: cleaning out log files? 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: Sun, 26 Nov 2006 19:47:09 -0000 Thank you! I knew something like that had to exist. It turns out there was a core dump I had not noticed. I had the idea of running ls -SlhR /var/ > /.../var_contents.txt and looking for anything huge. Oliver On Sunday 26 November 2006 10:54, you wrote: > Check "/etc/newsyslog.conf" > All log-files you like to have rotated, should be mentioned there. > > System owned logs are in there per default. > > "du -k /var" will tell you where your space is being "consumed". > Maybe your "/var/mail/root" is growing... > > How big is your /var anyway? > > Armin