From owner-freebsd-current@FreeBSD.ORG Mon Nov 17 21:36:20 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 E59AD106564A for ; Mon, 17 Nov 2008 21:36:19 +0000 (UTC) (envelope-from jamesfrancistoy@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 553898FC08 for ; Mon, 17 Nov 2008 21:36:19 +0000 (UTC) (envelope-from jamesfrancistoy@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2121216fgb.35 for ; Mon, 17 Nov 2008 13:36:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=zGOxgAzQH2NG03yGYKYCHiozNoJf+Xaqbj5GNSyhCss=; b=Ixlmo3W0cjizXkOlmyeEjuVPjaxBNRJ7hWBcqEF0VJHr7vYBy7LWpQFHPGiY57GOok 8dr710zy8ZW+vOqEM4ufFtj8hx4HhYFbbjwN2pnP1YiEfmQ5hOOTEWZ960a/cQRI61l6 i5jRq4z9gDLKK3/ukvXqWu/ipjdlvu3MBr2Q4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=lT94T1XnsGcaY4K7RTD5sY27fvpyDxsRkdeO2QMVmVYm8MXj1AMEjh6xR0brMfC9Qy 99LUtfj0kvZPWFrTxzTpq84Lj1/hnwJesbSEkp88aqw1b9ygqIpdIEPrIauZlDLDO8sG 4Bx2WC7BNFmMFsrWLtXos9geGTBVr0jp9pwSk= Received: by 10.187.223.14 with SMTP id a14mr567022far.66.1226957777398; Mon, 17 Nov 2008 13:36:17 -0800 (PST) Received: by 10.187.221.18 with HTTP; Mon, 17 Nov 2008 13:36:16 -0800 (PST) Message-ID: <9f8af95f0811171336k70cd4effpcd9c7e482ad7b796@mail.gmail.com> Date: Mon, 17 Nov 2008 16:36:16 -0500 From: jT Sender: jamesfrancistoy@gmail.com To: "Jeremy Chadwick" In-Reply-To: <20081117213042.GA40420@icarus.home.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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> <20081117213042.GA40420@icarus.home.lan> X-Google-Sender-Auth: 2649aa54d34f4058 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:36:20 -0000 On Mon, Nov 17, 2008 at 4:30 PM, Jeremy Chadwick wrote: > 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. I am a CS undergrad at union college ITS is notorious for doing silly things here from time to time, so anything is possible. > > 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. truss.out can be found here hope this is the format that you were looking for. http://dpaste.com/91570/ > > 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. Sorry for this, I normally do try to not top post and am a stickler about this often -- i'm just in the middle of finals and have been copying and pasting output from my blackberry to get this resolved asap -- I won't do that anymore my apologies > > -- > | 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 | > > -- /jT http://git.zen-sources.org/?p=kernel/zenmm.git;a=summary