From owner-freebsd-questions@FreeBSD.ORG Thu Feb 8 00:32:31 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 76C3D16A400 for ; Thu, 8 Feb 2007 00:32:30 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.235]) by mx1.freebsd.org (Postfix) with ESMTP id 1B00413C4A3 for ; Thu, 8 Feb 2007 00:32:29 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by nz-out-0506.google.com with SMTP id i11so372849nzh for ; Wed, 07 Feb 2007 16:32:29 -0800 (PST) Received: by 10.114.127.1 with SMTP id z1mr1728599wac.1170894749207; Wed, 07 Feb 2007 16:32:29 -0800 (PST) Received: from ?192.168.0.4? ( [67.189.184.224]) by mx.google.com with ESMTP id 14sm1350454wrl.2007.02.07.16.32.27; Wed, 07 Feb 2007 16:32:28 -0800 (PST) Date: Wed, 07 Feb 2007 19:32:43 -0500 From: Gerard Seibert To: User Questions Organization: Seibercom.NET In-Reply-To: <45CA6413.6000400@enabled.com> References: <45CA6413.6000400@enabled.com> X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Message-Id: <20070207193234.BFA4.GERARD@seibercom.net> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Mailer: Becky! ver. 2.30.02 [en] Subject: Re: /tmp getting full form portmanager X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: User Questions List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Feb 2007 00:32:31 -0000 On Wednesday February 07, 2007 at 06:43:15 (PM) Noah wrote: > /tmp is filling from portmanager is placing .db information and build > details during its run. > > what options to I have to alleviate the troubles this creates? Erase them. Besides how much trouble can they be causing? Honestly, portmanager only uses those files when it runs. Each time it is restarted, except with the '--resume' flag, it erases them and creates new one. By the way, do you have: clear_tmp_enabled="YES" in your /etc/rc.conf file? If not, you might want to add it if you feel that you /tmp directory is getting clogged with garbage. I believe there is a setting in periodic daily to clean out tmp files only. -- Gerard