From owner-freebsd-current@FreeBSD.ORG Wed Jan 14 07:25:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB0A616A4CE; Wed, 14 Jan 2004 07:25:29 -0800 (PST) Received: from axl.seasidesoftware.co.za (axl.seasidesoftware.co.za [196.31.7.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A0C43D62; Wed, 14 Jan 2004 07:25:27 -0800 (PST) (envelope-from sheldonh@starjuice.net) Received: from sheldonh by axl.seasidesoftware.co.za with local (Exim 4.30; FreeBSD) id 1Agmtc-000B3e-VD; Wed, 14 Jan 2004 17:25:28 +0200 Date: Wed, 14 Jan 2004 17:25:28 +0200 From: Sheldon Hearn To: Robert Watson Message-ID: <20040114152528.GU31823@starjuice.net> Mail-Followup-To: Robert Watson , Stijn Hoop , freebsd-current@freebsd.org, Garance A Drosihn , John Kennedy References: <20040114065541.GE39353@pcwin002.win.tue.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org cc: Garance A Drosihn cc: John Kennedy Subject: Re: CVS filling /tmp (was Re: FreeBSD CVS Question (answered!)) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 15:25:29 -0000 On (2004/01/14 10:21), Robert Watson wrote: > While I'm not quite sure of the rhyme or reason, what's occuring is that > CVS is creating a mirror directory layout of the subtree you're operating > on in /tmp. This means you'll actually likely run out of inodes before > space, FWIW. I usually set TMPDIR to point it at /usr/tmp to avoid this > being a problem. Yup, pretty much standard practice when setting up pserver in inetd is: cvspserver stream tcp nowait root /usr/bin/cvs cvs -T /var/tmp ... pserver Ciao, Sheldon.