From: Trond Myklebust Subject: Re: Problems with the git://linux-nfs.org/ server Date: Tue, 28 Sep 2010 09:49:37 -0400 Message-ID: <1285681777.9185.13.camel@heimdal.trondhjem.org> References: <4CA1B40D.2080204@panasas.com> <1285679386.9185.4.camel@heimdal.trondhjem.org> <4CA1EE83.1000700@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Cc: NFS list , Benny Halevy , "J. Bruce Fields" To: Boaz Harrosh Return-path: Received: from mail-out1.uio.no ([129.240.10.57]:34652 "EHLO mail-out1.uio.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753102Ab0I1Ntm (ORCPT ); Tue, 28 Sep 2010 09:49:42 -0400 In-Reply-To: <4CA1EE83.1000700@panasas.com> Sender: linux-nfs-owner@vger.kernel.org List-ID: On Tue, 2010-09-28 at 15:32 +0200, Boaz Harrosh wrote: > On 09/28/2010 03:09 PM, Trond Myklebust wrote: > > On Tue, 2010-09-28 at 11:23 +0200, Boaz Harrosh wrote: > >> It looks like the git daemon on git://linux-nfs.org/ is down > >> > >> Thanks > >> Boaz > > > > It's working for me... > > > > [trondmy@heimdal linux-2.6]$ git remote update linux-nfs > > Fetching linux-nfs > > > > Cheers > > Trond > > > > Thanks. I still get problems so I guess it's related to > this side of the ocean, I'm trying for example: > > $ git ls-remote git://git.linux-nfs.org/~trondmy/nfs-2.6.git > And get: git.linux-nfs.org[0: 173.201.45.137]: errno=Connection timed out > Yes. The above too works for me, and I can't see anything in the logs that indicates anything wrong. Could it perhaps be that you are hitting one of those ancient BSD-based routers that are broken w.r.t. TCP explicit congestion notification (a.k.a. ECN) and/or TCP window scaling? You might try turning those off on your client and see if that helps. Cheers Trond