2010-09-28 09:23:31

by Boaz Harrosh

[permalink] [raw]
Subject: Problems with the git://linux-nfs.org/ server

It looks like the git daemon on git://linux-nfs.org/ is down

Thanks
Boaz


2010-09-28 13:09:56

by Trond Myklebust

[permalink] [raw]
Subject: Re: Problems with the git://linux-nfs.org/ server

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


2010-09-28 13:32:54

by Boaz Harrosh

[permalink] [raw]
Subject: Re: Problems with the git://linux-nfs.org/ server

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



2010-09-28 13:49:42

by Trond Myklebust

[permalink] [raw]
Subject: Re: Problems with the git://linux-nfs.org/ server

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


2010-09-28 14:47:16

by Benny Halevy

[permalink] [raw]
Subject: Re: Problems with the git://linux-nfs.org/ server

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
>

2010-09-28 14:50:29

by Benny Halevy

[permalink] [raw]
Subject: Re: Problems with the git://linux-nfs.org/ server

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 [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html