From owner-freebsd-questions@FreeBSD.ORG Thu Feb 8 01:19:04 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 4200B16A408 for ; Thu, 8 Feb 2007 01:18:59 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 1404C13C478 for ; Thu, 8 Feb 2007 01:18:58 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id l181HQmN022893; Wed, 7 Feb 2007 20:17:26 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id l181HPdo022892; Wed, 7 Feb 2007 20:17:25 -0500 (EST) (envelope-from jerrymc) Date: Wed, 7 Feb 2007 20:17:25 -0500 From: Jerry McAllister To: Noah Message-ID: <20070208011725.GB22827@gizmo.acns.msu.edu> References: <45CA6413.6000400@enabled.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45CA6413.6000400@enabled.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org 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 01:19:04 -0000 On Wed, Feb 07, 2007 at 03:43:15PM -0800, Noah wrote: > Hi there, > > /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? Well, you could move /tmp to a bigger space. I think it is normally better to keep /tmp in its own partition. But, if you are running out of space and it is not reasonable to rebuild for now, then, if you have a large file system such as a /home or /scratch or whatever, make a directory there and move the /tmp stuff for now and make a symlink for it. Then, when you have the opportunity, rethink your partitioning and redo it. I tend to create my desktop with 512 MB /tmp and serious working systems sometimes with a little more. ////jerry > > Cheers, > > Noah > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"