From owner-freebsd-current@FreeBSD.ORG Thu Jun 17 08:06:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D7AC16A4CE for ; Thu, 17 Jun 2004 08:06:35 +0000 (GMT) Received: from hellhound.ceribus.net (c-24-21-92-61.client.comcast.net [24.21.92.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FCE543D48 for ; Thu, 17 Jun 2004 08:06:35 +0000 (GMT) (envelope-from grover@ceribus.net) Received: (qmail 98825 invoked by uid 1003); 17 Jun 2004 07:58:54 -0000 Received: from grover@ceribus.net by hellhound.ceribus.net by uid 89 with qmail-scanner-1.22 (clamscan: 0.72. spamassassin: 2.63. Clear:RC:1(192.168.200.200):. Processed in 2.119503 secs); 17 Jun 2004 07:58:54 -0000 Received: from unknown (HELO purgatory) (192.168.200.200) by 192.168.200.225 with SMTP; 17 Jun 2004 07:58:51 -0000 From: "Grover Lines" To: Date: Thu, 17 Jun 2004 00:58:44 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Thread-Index: AcRT7rLIy0Cn4JZLRNa3tFFpLC7cbwAUavwg In-Reply-To: <20040616215702.GN9228@elvis.mu.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Qmail-Scanner-Message-ID: <108745913267298807@hellhound.ceribus.net> Message-Id: <20040617080635.0FCE543D48@mx1.FreeBSD.org> Subject: RE: problem with cvsup X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 17 Jun 2004 08:06:35 -0000 > Maxime Henrion wrote: > > Grover Lines wrote: > > > I've been battling this problem for about a week now and have > reinstalled > > > every dependency of cvsup with no avail. Maybe someone knows what got > > > tweaked that's causing this to happen. I've also tried using different > cvsup > > > servers with the same results. My other machine cvsups fine. Both are > > > running the latest current (June 15-16). I cant find any answers to on > > > google, only people with the same problems. Both machines are on the > same > > > network also and are using tested working cables. > > > > > > hellhound# cvsup -g -L 2 main-supfile > > > Parsing supfile "main-supfile" > > > Connecting to cvsup10.freebsd.org > > > Connected to cvsup10.freebsd.org > > > Server software version: SNAP_16_1h > > > Negotiating file attribute support > > > Exchanging collection information > > > Establishing multiplexed-mode data connection Running Updating > collection > > > src-all/cvs Server warning: Cannot open > > > > "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs/src/contrib/71#1f/eqn/eqn.h,v": > > > No such file or directory ^CCleaning up ... > > > > > > hellhound# cvsup -g -L 2 main-supfile > > > Parsing supfile "main-supfile" > > > Connecting to cvsup10.freebsd.org > > > Connected to cvsup10.freebsd.org > > > Server software version: SNAP_16_1h > > > Negotiating file attribute support > > > Exchanging collection information > > > Establishing multiplexed-mode data connection Running Updating > collection > > > src-all/cvs TreeList failed: Network write failure: Connection closed > Will > > > retry at 14:12:59 > > > > Use another mirror server, this one is definitely broken. > > Oops. Nevermind, I should have read your mail more closely. If it does > the > same on several servers, it is most likely memory corruption on your box. > It looks like you send garbage data to the CVSup server. Is the box > working correctly otherwise? Can it run make buildworld fine? It might > be > a hardware problem. > > Cheers, > Maxime It builds world and kernels fine has been every day for over a week. I've tried erasing the sup folder, installing cvsup from packages, installing from ports and I still get the same results. I'm thinking maybe it was something that portupgrade messed up but I don't know what else affects cvsup besides what the port installs and its depencies.