public inbox for linux-kernel@vger.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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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-26  5:34     ` Oleg Verych
       [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
  0 siblings, 2 replies; 6+ 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] 6+ messages in thread

* Re: [git failure] failure pulling latest Linus tree
  2006-10-25 15:43   ` H. Peter Anvin
@ 2006-10-26  5:34     ` Oleg Verych
       [not found]     ` <72AE9332-F318-4853-8DC9-B6BC7FD1E055@kernel.crashing.org>
  1 sibling, 0 replies; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ 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-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox