From owner-freebsd-stable@FreeBSD.ORG Tue Feb 8 21:31:59 2011 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 409041065672 for ; Tue, 8 Feb 2011 21:31:59 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 10D4E8FC0A for ; Tue, 8 Feb 2011 21:31:59 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id B185046B09; Tue, 8 Feb 2011 16:31:58 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E72CA8A009; Tue, 8 Feb 2011 16:31:57 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org, rjk@wintek.com Date: Tue, 8 Feb 2011 16:31:46 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <4D5069C9.20900@wintek.com> <4D519C05.2010102@wintek.com> In-Reply-To: <4D519C05.2010102@wintek.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201102081631.46450.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 08 Feb 2011 16:31:58 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=0.5 required=4.2 tests=BAYES_00,MAY_BE_FORGED, RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Subject: Re: csup not updating all files 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: Tue, 08 Feb 2011 21:31:59 -0000 On Tuesday, February 08, 2011 2:39:49 pm Richard Kuhns wrote: > Sorry to followup on my own post, but I figured out what was going on. It > appears to be a problem with csup. > > I've been using csup to maintain 2 CVS Repositories, one at home and one at work. > > The last couple of times I've run csup there were lots of 'checksum mismatches', > so csup said it would download the entire file. I was watching it this morning > and saw it going through {/usr/src}/sys, usr.bin, and usr.sbin. It didn't, > however, actually download all of the files. When it said it was finished > (successfully!), the last file downloaded was in sys/netinet. This was on my > home system (amd64). > > I tried on a machine a machine at work (i386) with the same results, except that > csup stopped downloading files much earlier. I restarted the csup; it picked up > where it left off (somewhere in sys/dev) complaining about checksum mismatches. > It then downloaded a fair number of files but still stopped before reaching > usr.bin. (Sorry I don't have hard numbers on how many files). > > I installed cvsup. It picked up where csup had left off (also complaining about > checksums), but it updated everything and I've been able to buildworld and > buildkernel without any problems. > > So my earlier problem was due to /usr/src/gnu being updated while > /usr/src/sys/sys wasn't :-( . Hmm, I noticed this recently as well, but wasn't sure if anyone else had seen this. -- John Baldwin