All of lore.kernel.org
 help / color / mirror / Atom feed
* [git failure] failure pulling latest Linus tree
@ 2006-10-25  9:12 Jes Sorensen
  2006-10-25 10:18 ` Oleg Verych
  2006-10-25 14:50 ` Linus Torvalds
  0 siblings, 2 replies; 10+ messages in thread
From: Jes Sorensen @ 2006-10-25  9:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Junio C Hamano, linux-kernel

Hi,

This morning I got in and tried to pull the tree from vger, however I
get the following strange error message:

jes@eye:~/src/kernel/linus/linux-2.6> git pull
fatal: unexpected EOF
Fetch failure:
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
jes@eye:~/src/kernel/linus/linux-2.6> git --version
git version 1.4.1.1

Known error? git tree corrupted or need for a new version of git?

Cheers,
Jes

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25  9:12 [git failure] failure pulling latest Linus tree Jes Sorensen
@ 2006-10-25 10:18 ` Oleg Verych
  2006-10-25 14:50 ` Linus Torvalds
  1 sibling, 0 replies; 10+ messages in thread
From: Oleg Verych @ 2006-10-25 10:18 UTC (permalink / raw)
  To: linux-kernel

Hallo.

On 2006-10-25, Jes Sorensen wrote:
> This morning I got in and tried to pull the tree from vger, however I
> get the following strange error message:
>
> jes@eye:~/src/kernel/linus/linux-2.6> git pull
> fatal: unexpected EOF
> Fetch failure:
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> jes@eye:~/src/kernel/linus/linux-2.6> git --version
> git version 1.4.1.1
>
> Known error? git tree corrupted or need for a new version of git?

Maybe helpful:
<http://permalink.gmane.org/gmane.linux.kernel/456625>
____


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25  9:12 [git failure] failure pulling latest Linus tree Jes Sorensen
  2006-10-25 10:18 ` Oleg Verych
@ 2006-10-25 14:50 ` Linus Torvalds
  2006-10-25 15:43   ` H. Peter Anvin
  1 sibling, 1 reply; 10+ messages in thread
From: Linus Torvalds @ 2006-10-25 14:50 UTC (permalink / raw)
  To: Jes Sorensen; +Cc: Junio C Hamano, linux-kernel



On Wed, 25 Oct 2006, Jes Sorensen wrote:
> 
> Known error? git tree corrupted or need for a new version of git?

For some reason, the mirroring seems to be really slow or broken to one of 
the public servers (zeus-pub1). It looks to be affecting gitweb too (ie 
www1.kernel.org is busted, while www2.kernel.org seems ok)

		Linus

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 14:50 ` Linus Torvalds
@ 2006-10-25 15:43   ` H. Peter Anvin
  2006-10-25 16:13     ` Petr Baudis
                       ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: H. Peter Anvin @ 2006-10-25 15:43 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Jes Sorensen, Junio C Hamano, linux-kernel

Linus Torvalds wrote:
> 
> On Wed, 25 Oct 2006, Jes Sorensen wrote:
>> Known error? git tree corrupted or need for a new version of git?
> 
> For some reason, the mirroring seems to be really slow or broken to one of 
> the public servers (zeus-pub1). It looks to be affecting gitweb too (ie 
> www1.kernel.org is busted, while www2.kernel.org seems ok)
> 

For some reason which we haven't been able to track down yet, the recent 
load imposed by FC6 caused zeus1's load to skyrocket, but not zeus2's... 
it's largely a mystery.

HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we 
got a neverending stream of segfaults in the logs.

	-hpa

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 15:43   ` H. Peter Anvin
@ 2006-10-25 16:13     ` Petr Baudis
  2006-10-25 17:12       ` H. Peter Anvin
  2006-10-25 17:35     ` Junio C Hamano
                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 10+ messages in thread
From: Petr Baudis @ 2006-10-25 16:13 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: Linus Torvalds, Jes Sorensen, Junio C Hamano, git

Dear diary, on Wed, Oct 25, 2006 at 05:43:44PM CEST, I got a letter
where "H. Peter Anvin" <hpa@zytor.com> said that...
> HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we 
> got a neverending stream of segfaults in the logs.

Could you provide some details, please? Ideally a backtrace or
something? Also, it might be a good idea to use 1.4.3.2 since it fixes a
problem with compatibility of git-daemon and older git clients.

Thanks,

-- 
				Petr "Pasky" Baudis
Stuff: http://pasky.or.cz/
#!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
$/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 16:13     ` Petr Baudis
@ 2006-10-25 17:12       ` H. Peter Anvin
  0 siblings, 0 replies; 10+ messages in thread
From: H. Peter Anvin @ 2006-10-25 17:12 UTC (permalink / raw)
  To: Petr Baudis; +Cc: Linus Torvalds, Jes Sorensen, Junio C Hamano, git

Petr Baudis wrote:
> Dear diary, on Wed, Oct 25, 2006 at 05:43:44PM CEST, I got a letter
> where "H. Peter Anvin" <hpa@zytor.com> said that...
>> HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we 
>> got a neverending stream of segfaults in the logs.
> 
> Could you provide some details, please? Ideally a backtrace or
> something? Also, it might be a good idea to use 1.4.3.2 since it fixes a
> problem with compatibility of git-daemon and older git clients.
> 

I'm afraid I can't anymore since I've flushed those binaries.  1.4.3.2 
works fine, it seems, but we hadn't gotten that update until yesterday.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 15:43   ` H. Peter Anvin
  2006-10-25 16:13     ` Petr Baudis
@ 2006-10-25 17:35     ` Junio C Hamano
  2006-10-25 17:36       ` H. Peter Anvin
  2006-10-26  5:34     ` Oleg Verych
       [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
  3 siblings, 1 reply; 10+ messages in thread
From: Junio C Hamano @ 2006-10-25 17:35 UTC (permalink / raw)
  To: H. Peter Anvin; +Cc: git

"H. Peter Anvin" <hpa@zytor.com> writes:

> For some reason which we haven't been able to track down yet, the
> recent load imposed by FC6 caused zeus1's load to skyrocket, but not
> zeus2's... it's largely a mystery.

Would kernel.org prefer RPM cut on a FC6 box now?

> HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we
> got a neverending stream of segfaults in the logs.

If that is git-daemon dying when talking to older clients, that
has been fixed in 1.4.3.2 (it's virtual hosting support had an
off-by-one wrong check to tell older clients from newer one).

Sorry about that -- we heard about the incompatibility this
Monday.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 17:35     ` Junio C Hamano
@ 2006-10-25 17:36       ` H. Peter Anvin
  0 siblings, 0 replies; 10+ messages in thread
From: H. Peter Anvin @ 2006-10-25 17:36 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

Junio C Hamano wrote:
> "H. Peter Anvin" <hpa@zytor.com> writes:
> 
>> For some reason which we haven't been able to track down yet, the
>> recent load imposed by FC6 caused zeus1's load to skyrocket, but not
>> zeus2's... it's largely a mystery.
> 
> Would kernel.org prefer RPM cut on a FC6 box now?
> 

No; since we have now (finally) archieved "OS parity" we're going to 
keep hera, zeus1, and zeus2 in sync going forward.

>> HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we
>> got a neverending stream of segfaults in the logs.
> 
> If that is git-daemon dying when talking to older clients, that
> has been fixed in 1.4.3.2 (it's virtual hosting support had an
> off-by-one wrong check to tell older clients from newer one).
> 
> Sorry about that -- we heard about the incompatibility this
> Monday.

This stuff happens... it's dealt with now.

	-hpa

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 15:43   ` H. Peter Anvin
  2006-10-25 16:13     ` Petr Baudis
  2006-10-25 17:35     ` Junio C Hamano
@ 2006-10-26  5:34     ` Oleg Verych
       [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
  3 siblings, 0 replies; 10+ messages in thread
From: Oleg Verych @ 2006-10-26  5:34 UTC (permalink / raw)
  To: linux-kernel

On 2006-10-25, H. Peter Anvin wrote:
> Linus Torvalds wrote:
>> 
>> On Wed, 25 Oct 2006, Jes Sorensen wrote:
>>> Known error? git tree corrupted or need for a new version of git?
>> 
>> For some reason, the mirroring seems to be really slow or broken to one of 
>> the public servers (zeus-pub1). It looks to be affecting gitweb too (ie 
>> www1.kernel.org is busted, while www2.kernel.org seems ok)
>> 
>
> For some reason which we haven't been able to track down yet, the recent 
> load imposed by FC6 caused zeus1's load to skyrocket, but not zeus2's... 
> it's largely a mystery.
>
> HOWEVER, git 1.4.3 seems to have been bad chicken.  When we ran it we 
> got a neverending stream of segfaults in the logs.

Please, are there more gitweb services of kernel.org's one?

I know this may be stupid as anyone can git clone && etc. But in my
case all i need (mostly) is history and logs (i've started my devel
from patches, and they are mirrored pretty good).

TIA.

-o--=O`C  /. .\
 #oo'L O      o
<___=E M    ^--


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
       [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
@ 2006-10-26 16:40       ` H. Peter Anvin
  0 siblings, 0 replies; 10+ messages in thread
From: H. Peter Anvin @ 2006-10-26 16:40 UTC (permalink / raw)
  To: Kumar Gala; +Cc: Linus Torvalds, Jes Sorensen, Junio C Hamano, linux-kernel

Kumar Gala wrote:
> 
> It the issue suppose to be fixed, I'm still seeing the same behavior 
> where one server seems ok and the other does:
> 
> [galak@blarg tmp]$ git clone 
> git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git
> fatal: read error (Connection reset by peer)
> fetch-pack from 
> 'git://git.kernel.org/pub/scm/boot/u-boot/galak/u-boot.git' failed.
> 

No, this is due to the load on the servers being very high at the 
moment.  The only thing that can help that is a dedicated git server, 
which we currently don't have equipment for.

	-hpa

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-10-26 16:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-25  9:12 [git failure] failure pulling latest Linus tree Jes Sorensen
2006-10-25 10:18 ` Oleg Verych
2006-10-25 14:50 ` Linus Torvalds
2006-10-25 15:43   ` H. Peter Anvin
2006-10-25 16:13     ` Petr Baudis
2006-10-25 17:12       ` H. Peter Anvin
2006-10-25 17:35     ` Junio C Hamano
2006-10-25 17:36       ` H. Peter Anvin
2006-10-26  5:34     ` Oleg Verych
     [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
2006-10-26 16:40       ` H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.