From owner-freebsd-stable@FreeBSD.ORG Sun Jul 25 15:39:38 2010 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 07F271065674 for ; Sun, 25 Jul 2010 15:39:38 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from qmta10.emeryville.ca.mail.comcast.net (qmta10.emeryville.ca.mail.comcast.net [76.96.30.17]) by mx1.freebsd.org (Postfix) with ESMTP id 22A828FC1C for ; Sun, 25 Jul 2010 15:39:37 +0000 (UTC) Received: from omta01.emeryville.ca.mail.comcast.net ([76.96.30.11]) by qmta10.emeryville.ca.mail.comcast.net with comcast id mFdA1e0020EPchoAAFfd0S; Sun, 25 Jul 2010 15:39:37 +0000 Received: from koitsu.dyndns.org ([98.248.41.155]) by omta01.emeryville.ca.mail.comcast.net with comcast id mFfc1e0043LrwQ28MFfcDU; Sun, 25 Jul 2010 15:39:36 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 489249B425; Sun, 25 Jul 2010 08:39:35 -0700 (PDT) Date: Sun, 25 Jul 2010 08:39:35 -0700 From: Jeremy Chadwick To: freebsd-stable@freebsd.org Message-ID: <20100725153935.GA27131@icarus.home.lan> References: <20100721201301.GB44184@libertas.local.camdensoftware.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100721201301.GB44184@libertas.local.camdensoftware.com> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: no updates? 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: Sun, 25 Jul 2010 15:39:38 -0000 On Wed, Jul 21, 2010 at 01:13:01PM -0700, Chip Camden wrote: > This is probably a stupid question, but I haven't received any csup > updates for a couple of days now, even though I've seen quite a few > commits on the list. I'm using the cvs tag=RELENG_8 > > I've tried both cvsup4.freebsd.org and cvsup10.freebsd.org (my two > fastest connections). > > Are the mirrors just having a hard time keeping up? Or do I need to > change my configuration? Your configuration looks fine -- given the hostname, I assume you're using variables in /etc/make.conf (ex. SUPHOST) to define the cvsup server's name and allow you to do "make update" in /usr/src and the like. The only thing I can think of is: when you installed FreeBSD, did you choose to install ports and src? If so, prior to running csup, did you "adopt" your existing data? http://www.cvsup.org/faq.html#caniadopt If not, I imagine what's happened is that the contents of /usr/src don't match what's in /var/db/sup/src-all. If you don't want to bother with adoption, you can do the following (be sure to back up your kernel configuration file first, unless you do what I do and use a symlink :-) ) to start over completely: rm -fr /usr/src/* rm -fr /var/db/sup/src-all csup -h {server} -L 2 /usr/share/examples/cvsup/stable-supfile (Or standard-supfile, depending on what tag you want to follow) For this reason I don't choose src or ports when installing FreeBSD. I populate /usr/src and /usr/ports after the OS is installed, using csup. I've never had a single problem since. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB |