From owner-freebsd-questions@FreeBSD.ORG Sun Nov 26 18:53:09 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 C1E9F16A50C for ; Sun, 26 Nov 2006 18:53:09 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E97A43D5A for ; Sun, 26 Nov 2006 18:52:11 +0000 (GMT) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.localdomain (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id 5B9955194F for ; Sun, 26 Nov 2006 13:53:06 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sun, 26 Nov 2006 18:53:03 +0000 User-Agent: KMail/1.9.4 References: <200611261037.18806.odilist@sonic.net> In-Reply-To: <200611261037.18806.odilist@sonic.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611261853.03955.fbsd06@mlists.homeunix.com> 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 18:53:09 -0000 On Sunday 26 November 2006 18:37, Oliver Iberien wrote: > I've noticed that my /var partition, on a machine being used as a desktop, > is about 80% full and would like to know what in it can safely be deleted, > or if there is some accepted way to trim log files down with a cron job, > etc. Thanks! Are you sure it's the log files, they should be rotated automatically. Try running running " du -md1 /var " (as root).