From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 21:30:45 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 0836F1065675 for ; Mon, 17 Nov 2008 21:30:45 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from QMTA01.westchester.pa.mail.comcast.net (qmta01.westchester.pa.mail.comcast.net [76.96.62.16]) by mx1.freebsd.org (Postfix) with ESMTP id 9E0E78FC25 for ; Mon, 17 Nov 2008 21:30:44 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA01.westchester.pa.mail.comcast.net with comcast id gG5V1a0050vyq2s51MWjoc; Mon, 17 Nov 2008 21:30:43 +0000 Received: from koitsu.dyndns.org ([69.181.141.110]) by OMTA05.westchester.pa.mail.comcast.net with comcast id gMWi1a00d2P6wsM3RMWjwH; Mon, 17 Nov 2008 21:30:43 +0000 X-Authority-Analysis: v=1.0 c=1 a=QycZ5dHgAAAA:8 a=mZ26Z2_7aFmCldY0Al8A:9 a=FdKqjzFaP3WSUATY7GCFkYek_v0A:4 a=EoioJ0NPDVgA:10 a=LY0hPdMaydYA:10 Received: by icarus.home.lan (Postfix, from userid 1000) id A2AD033C38; Mon, 17 Nov 2008 13:30:42 -0800 (PST) Date: Mon, 17 Nov 2008 13:30:42 -0800 From: Jeremy Chadwick To: jT Message-ID: <20081117213042.GA40420@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> <20081117150530.GA32196@icarus.home.lan> <9f8af95f0811171314qe41077yae993ca4e9eec10e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9f8af95f0811171314qe41077yae993ca4e9eec10e@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Cc: 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 21:30:45 -0000 On Mon, Nov 17, 2008 at 04:14:39PM -0500, jT wrote: > All / Jeremy / Maxime, > > [root@bigmac ~]# csup -L 2 current-supfile > Parsing supfile "current-supfile" > Connecting to cvsup3.freebsd.org > Connected to 128.31.0.28 > Server software version: SNAP_16_1h > Invalid server reply to AUTHMD5 > > [root@bigmac ~]# cvsup -g -L 2 -h cvsup2.us.freebsd.org current-supfile > Parsing supfile "current-supfile" > Connecting to cvsup2.us.freebsd.org > Connected to cvsup2.us.freebsd.org > Server software version: SNAP_16_1h > Premature EOF from server > Will retry at 16:14:29 > > [root@bigmac ~]# cvsup -g -L 2 -h cvsup11.us.freebsd.org current-supfile > Parsing supfile "current-supfile" > Connecting to cvsup11.us.freebsd.org > Connected to cvsup11.us.freebsd.org > Server software version: SNAP_16_1h > Premature EOF from server > Will retry at 16:14:56 Okay so the problem is not specific to the csup binary. The errors returned are different, but I'm willing to bet they're the result of the same problem. Are you using a firewall (ipfw or pf) on this box? Is there a firewall upstream from you? A NAT box that's severely broken? This could cause what you're seeing. truss -f -a -s 8192 -o truss.out csup -h someserver current-supfile Then please provide the contents of truss.out (they may be very long), or put the file up on the web somewhere. Do not include it as a MIME attachment. Do not copy/paste the contents either. This might not be enough either. tcpdump/pcap output might be required, but one thing at a time. Also, a minor (unrelated) issue:, in this particular case, please don't top post (I am one of the few who normally does not say this). In-line replies will be appreciated here due to the nature of the problem; it makes context very hard to follow WRT this issue. Thanks. -- | 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 |