* Problems with the git://linux-nfs.org/ server @ 2010-09-28 9:23 Boaz Harrosh 2010-09-28 13:09 ` Trond Myklebust 0 siblings, 1 reply; 6+ messages in thread From: Boaz Harrosh @ 2010-09-28 9:23 UTC (permalink / raw) To: NFS list, Benny Halevy, J. Bruce Fields It looks like the git daemon on git://linux-nfs.org/ is down Thanks Boaz ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems with the git://linux-nfs.org/ server 2010-09-28 9:23 Problems with the git://linux-nfs.org/ server Boaz Harrosh @ 2010-09-28 13:09 ` Trond Myklebust [not found] ` <1285679386.9185.4.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Trond Myklebust @ 2010-09-28 13:09 UTC (permalink / raw) To: Boaz Harrosh; +Cc: NFS list, Benny Halevy, J. Bruce Fields 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1285679386.9185.4.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>]
* Re: Problems with the git://linux-nfs.org/ server [not found] ` <1285679386.9185.4.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> @ 2010-09-28 13:32 ` Boaz Harrosh 2010-09-28 13:49 ` Trond Myklebust 0 siblings, 1 reply; 6+ messages in thread From: Boaz Harrosh @ 2010-09-28 13:32 UTC (permalink / raw) To: Trond Myklebust; +Cc: NFS list, Benny Halevy, J. Bruce Fields 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 But ping git.linux-nfs.org works (8% packet loss) I'll wait for things to calm down, I guess Boaz ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems with the git://linux-nfs.org/ server 2010-09-28 13:32 ` Boaz Harrosh @ 2010-09-28 13:49 ` Trond Myklebust [not found] ` <1285681777.9185.13.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> 0 siblings, 1 reply; 6+ messages in thread From: Trond Myklebust @ 2010-09-28 13:49 UTC (permalink / raw) To: Boaz Harrosh; +Cc: NFS list, Benny Halevy, J. Bruce Fields 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 ^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <1285681777.9185.13.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>]
* Re: Problems with the git://linux-nfs.org/ server [not found] ` <1285681777.9185.13.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org> @ 2010-09-28 14:47 ` Benny Halevy 2010-09-28 14:50 ` Benny Halevy 0 siblings, 1 reply; 6+ messages in thread From: Benny Halevy @ 2010-09-28 14:47 UTC (permalink / raw) To: Trond Myklebust; +Cc: Boaz Harrosh, NFS list, J. Bruce Fields On 2010-09-28 15:49, Trond Myklebust wrote: > 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. hmm, we also see ~16% packet loss over PING :-( Benny > > Cheers > Trond > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Problems with the git://linux-nfs.org/ server 2010-09-28 14:47 ` Benny Halevy @ 2010-09-28 14:50 ` Benny Halevy 0 siblings, 0 replies; 6+ messages in thread From: Benny Halevy @ 2010-09-28 14:50 UTC (permalink / raw) To: Trond Myklebust; +Cc: Boaz Harrosh, NFS list, J. Bruce Fields On 2010-09-28 16:47, Benny Halevy wrote: > On 2010-09-28 15:49, Trond Myklebust wrote: >> 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. > > hmm, we also see ~16% packet loss over PING :-( But I don't see this from Panasas' US hosts so it's somewhere in between Israel and linux-nfs.org Benny > > Benny > >> >> Cheers >> Trond >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-nfs" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-09-28 14:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-28 9:23 Problems with the git://linux-nfs.org/ server Boaz Harrosh
2010-09-28 13:09 ` Trond Myklebust
[not found] ` <1285679386.9185.4.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2010-09-28 13:32 ` Boaz Harrosh
2010-09-28 13:49 ` Trond Myklebust
[not found] ` <1285681777.9185.13.camel-rJ7iovZKK19ZJLDQqaL3InhyD016LWXt@public.gmane.org>
2010-09-28 14:47 ` Benny Halevy
2010-09-28 14:50 ` Benny Halevy
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox