From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19389 invoked by alias); 12 Mar 2012 09:14:48 -0000 Received: (qmail 19376 invoked by uid 22791); 12 Mar 2012 09:14:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HK_OBFDOM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-lpp01m010-f41.google.com (HELO mail-lpp01m010-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Mar 2012 09:14:34 +0000 Received: by lagz14 with SMTP id z14so4218337lag.0 for ; Mon, 12 Mar 2012 02:14:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.45.230 with SMTP id q6mr4156128lbm.103.1331543672354; Mon, 12 Mar 2012 02:14:32 -0700 (PDT) Received: by 10.152.21.201 with HTTP; Mon, 12 Mar 2012 02:14:31 -0700 (PDT) In-Reply-To: <4F5D9DB9.2010304@codesourcery.com> References: <998639.46560.qm@web112516.mail.gq1.yahoo.com> <87k42vnjfa.fsf@fleche.redhat.com> <878vj9lo0x.fsf@fleche.redhat.com> <4F5D9DB9.2010304@codesourcery.com> Date: Mon, 12 Mar 2012 09:14:00 -0000 Message-ID: Subject: Re: [PATCH] arm reversible : From: oza Pawandeep To: Yao Qi Cc: Tom Tromey , gdb-patches@sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-03/txt/msg00389.txt.bz2 Hi Yao, >From my virtual machine (linux console) ssh sourceware.org is not connecti= ng. while ssh from same console to any other machine in the nework is connectin= g. while from outside [host] sourceware.org is getting connected using putty. I think I have put my dsa key in the form, which seems to be ok to me. Regards, Oza. On Mon, Mar 12, 2012 at 12:24 PM, Yao Qi wrote: > On 03/12/2012 02:23 PM, oza Pawandeep wrote: >> I am trying following. >> >> linux-ghot:/home/oza/mk_patch/gdb # cvs -d >> :ext:ozapawandeep@sourceware.org:/cvs/src co gdb >> ssh: connect to host sourceware.org port 22: Connection timed out >> cvs [checkout aborted]: end of file from server (consult above messages = if any) >> >> looks like ssh is returning with some error. would you guide me with the= same ? > > I used to get some timeout errors on Monday morning (my time), but CVS > works for me now. > > $ cvs -d :ext:qiyao@sourceware.org:/cvs/src co gdb > cvs checkout: Updating src/gdb > U src/gdb/.gitignore > U src/gdb/CONTRIBUTE > .... > > Your command looks right to me, so could you try again to check code > out? =C2=A0If you have multiple ssh keys, please make sure you (or cvs) a= re > using the right key (which is used in your sourceware account > application). =C2=A0If you still see errors, I have no idea. > > -- > Yao (=E9=BD=90=E5=B0=A7)