From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29254 invoked by alias); 22 Aug 2008 14:34:44 -0000 Received: (qmail 28996 invoked by uid 22791); 22 Aug 2008 14:34:30 -0000 X-Spam-Check-By: sourceware.org Received: from nf-out-0910.google.com (HELO nf-out-0910.google.com) (64.233.182.186) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Aug 2008 14:33:27 +0000 Received: by nf-out-0910.google.com with SMTP id h3so257484nfh.48 for ; Fri, 22 Aug 2008 07:33:24 -0700 (PDT) Received: by 10.210.123.2 with SMTP id v2mr1549354ebc.169.1219415604709; Fri, 22 Aug 2008 07:33:24 -0700 (PDT) Received: by 10.210.63.19 with HTTP; Fri, 22 Aug 2008 07:33:24 -0700 (PDT) Message-ID: <6dc9ffc80808220733l34fa9e27r8f5cc90e729fff18@mail.gmail.com> Date: Fri, 22 Aug 2008 14:56:00 -0000 From: "H.J. Lu" To: "Nick Clifton" Subject: Re: Is something wrong with CVS server? Cc: binutils@sources.redhat.com, GDB , overseers@sourceware.org In-Reply-To: <6dc9ffc80808220730v695527f4gd2eb78334c25c019@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080822141330.GA11181@lucon.org> <48AECC76.20501@redhat.com> <6dc9ffc80808220730v695527f4gd2eb78334c25c019@mail.gmail.com> Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-08/txt/msg00256.txt.bz2 On Fri, Aug 22, 2008 at 7:30 AM, H.J. Lu wrote: > On Fri, Aug 22, 2008 at 7:25 AM, Nick Clifton wrote: >> Hi H.J. >>> >>> bash-3.2$ cvs -z 3 -d :pserver:anoncvs@sourceware.org:/cvs/src co gdb >>> cvs [checkout aborted]: reading from server: Connection reset by peer >>> >>> >> >> This is probably related to the recent security problem that has been >> affecting some public systems. Please try accessing the CVs server again - >> it is definitely working for me. If you still have problems, then ping the >> overseers list. >> > > It still doesn't work for me. Did you use "-d > :pserver:anoncvs@sourceware.org:/cvs/src"? > "-d :ext:hjl@sourceware.org:/cvs/src" works. But "-d :pserver:anoncvs@sourceware.org:/cvs/src" doesn't work. -- H.J.