From owner-freebsd-questions@FreeBSD.ORG Thu Feb 8 18:12:49 2007 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 7562F16A402 for ; Thu, 8 Feb 2007 18:12:49 +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 4E2E213C4A5 for ; Thu, 8 Feb 2007 18:12:49 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com (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 E882651947 for ; Thu, 8 Feb 2007 13:12:44 -0500 (EST) Date: Thu, 8 Feb 2007 18:12:35 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070208181235.2cdd5de2@gumby.homeunix.com> In-Reply-To: <17867.18656.462978.486927@jerusalem.litteratus.org> References: <45CA6413.6000400@enabled.com> <20070207193234.BFA4.GERARD@seibercom.net> <45CA7215.7030004@enabled.com> <45CA9854.7040903@u.washington.edu> <45CAB605.1070901@enabled.com> <20070208145516.2a8612f8@gumby.homeunix.com> <17867.18656.462978.486927@jerusalem.litteratus.org> X-Mailer: Claws Mail 2.7.2 (GTK+ 2.10.9; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: /tmp getting full form portmanager 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, 08 Feb 2007 18:12:49 -0000 On Thu, 8 Feb 2007 10:59:28 -0500 Robert Huff wrote: > > RW writes: > > > > > clear_tmp_enable > > > > (bool) Set to ``YES'' to have /tmp cleaned at > > > > startup. > > > > And also daily_clean_tmps_enable (in periodic.conf) > > Before doing this, understand the consequences, > There's stuff in my /tmp ... I understand /who/ put it there, > but not /why/. Until I affirmatively know it's safe to delete, not > going to blindly reap the directory. It's not really doing it blindly, it only removes directories and ordinary files that haven't been accessed for three days (or whatever daily_clean_tmps_days is set to). There is also a list of things to ignore. It's safer than setting clear_tmp_enable with a /tmp linked to /var/tmp, since that's the proper place for temporary files that should survive a reboot.