From owner-freebsd-stable@FreeBSD.ORG Fri Oct 10 10:41:21 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6B4CB1065699 for ; Fri, 10 Oct 2008 10:41:21 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id A1C2D8FC08 for ; Fri, 10 Oct 2008 10:41:20 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA07.westchester.pa.mail.comcast.net ([76.96.62.59]) by QMTA10.westchester.pa.mail.comcast.net with comcast id QyVu1a0021GhbT85AyhKMm; Fri, 10 Oct 2008 10:41:19 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA07.westchester.pa.mail.comcast.net with comcast id QyhH1a00E2P6wsM3TyhJbH; Fri, 10 Oct 2008 10:41:19 +0000 X-Authority-Analysis: v=1.0 c=1 a=QycZ5dHgAAAA:8 a=0ucNEW8jLh8iUvkJ1t8A:9 a=zYiy3AGwPddtoplOPvgA:7 a=oJQZPCNwBnu7nKC8t-Y7ZaZEWUwA:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id 912C6C9419; Fri, 10 Oct 2008 03:41:17 -0700 (PDT) Date: Fri, 10 Oct 2008 03:41:17 -0700 From: Jeremy Chadwick To: Pete French Message-ID: <20081010104117.GA30217@icarus.home.lan> References: <20081010074200.GA26124@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-stable@freebsd.org, david@esn.org.za Subject: Re: Problem with dump stalling X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 10:41:21 -0000 On Fri, Oct 10, 2008 at 11:06:04AM +0100, Pete French wrote: > > Did you do the following before running csup on the supfile with > > the RELENG_7 tag? > > > > rm -fr /usr/src/* > > rm -fr /var/db/sup/src-all > > This is the second time I have seen this mentioned, but on none > of the machines that I csup on do I haave a "/var/db/sup" at all. > Is this a hangover from cvsup and not necessary for csup ? No. cvsup (in the base system) stores in /usr/sup. Here, let me make an outline tree: csup (in base system): stores CVS data in /var/db/sup cvsup (in ports system): stores CVS data in /usr/sup csup (in ports): not sure where it stores the CVS data All of this assumes the user DOES NOT override the defaults. Further proof: $ which csup /usr/bin/csup $ ls -l /var/db/sup total 4 drwxr-xr-x 2 root wheel 512 2 Oct 01:38 ports-all/ drwxr-xr-x 2 root wheel 512 8 Oct 01:33 src-all/ -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |