From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 15:05:35 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F80B1065670 for ; Mon, 17 Nov 2008 15:05:35 +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 447A88FC14 for ; Mon, 17 Nov 2008 15:05:33 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA02.westchester.pa.mail.comcast.net ([76.96.62.19]) by QMTA10.westchester.pa.mail.comcast.net with comcast id gDe41a0010QuhwU5AF5PSS; Mon, 17 Nov 2008 15:05:23 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA02.westchester.pa.mail.comcast.net with comcast id gF5X1a0062P6wsM3NF5XZb; Mon, 17 Nov 2008 15:05:32 +0000 X-Authority-Analysis: v=1.0 c=1 a=QycZ5dHgAAAA:8 a=SEj4gfpxshv51uu5dN8A:9 a=Cvia_GqhVQHcrDl-kN_ar9bzMrEA:4 a=EoioJ0NPDVgA:10 a=SV7veod9ZcQA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id ED3FC33C36; Mon, 17 Nov 2008 07:05:30 -0800 (PST) Date: Mon, 17 Nov 2008 07:05:30 -0800 From: Jeremy Chadwick To: jT Message-ID: <20081117150530.GA32196@icarus.home.lan> References: <9f8af95f0811151550q6d4d48cfv28034e5403dde028@mail.gmail.com> <20081116023011.GA89222@icarus.home.lan> <9f8af95f0811161057r48b8c5a0k3b5c9653e25e3912@mail.gmail.com> <20081116203604.GB10691@icarus.home.lan> <9f8af95f0811161249i9419c0dn3c3473b9e2d4a42e@mail.gmail.com> <9f8af95f0811161249wb29f535vf5ac9f7ce6a1b32e@mail.gmail.com> <9f8af95f0811170658q3e09b541sf862561cab340a23@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f8af95f0811170658q3e09b541sf862561cab340a23@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: mux@FreeBSD.org, FreeBSD Current Subject: Re: CSUP failure X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 17 Nov 2008 15:05:35 -0000 On Mon, Nov 17, 2008 at 09:58:48AM -0500, jT wrote: > All, > Again after a few hours i get: > > [root@bigmac ~]# csup -h cvsup11.us.freebsd.org current-supfile > Connected to 130.94.149.166 > Invalid server reply to AUTHMD5 > [root@bigmac ~]# > > This time its on cvsup11 -- this is the most bizarre behavior I have > ever noticed. I was checking my bash_history and noted that i did a > make makesum in nvidia-driver because I updated the version and wanted > the new sum files. Since this was a port I have no idea how it could > be related -- but noticed that it had to do with checksums -- could > this have really fouled things up? And is there a solution to fix > this? Thanks a lot. "make makesum" just changes the contents of the port distinfo file. That definitely has nothing to do with the oddities you're seeing with csup. Things to try that come to my mind: Could you provide the output of the above csup command but with -L 2 added to the argument list? Next, could you try cvsup? You can add the binary as a package (it's a "standalone" package, e.g. no runtime dependencies, so you can pkg_delete it when you're done). This should do the trick: pkg_add -r cvsup-without-gui. Then try using "cvsup" instead of "csup" in your command. If the issue continues with cvsup, some pcaps or truss's will be needed to figure out what's going across the wire. I've CC'd mux@FreeBSD.org, who is the author of csup, to help out. -- | 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 |