netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* wireless-2.6 git repos broken
@ 2006-07-23 15:22 Michael Buesch
  2006-07-23 15:52 ` Daniel Drake
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Buesch @ 2006-07-23 15:22 UTC (permalink / raw)
  To: John W. Linville; +Cc: netdev, Junio C Hamano

Hi John,

I would say something is broken in the wireless-2.6 git repository.
When I try to clone the tree, I get this error:

mb@ppc1:/tmp$ git --version
git version 1.2.3
mb@ppc1:/tmp$ git clone  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
fatal: packfile '/tmp/wireless-2.6/.git/objects/pack/tmp-ABKsAK' SHA1 mismatch
error: git-clone-pack: unable to read from git-index-pack
error: git-index-pack died with error code 128
clone-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git' failed.


mb@ppc1:/tmp$ git --version
git version 1.4.1
mb@ppc1:/tmp$ git clone  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
Generating pack...
Done counting 290305 objects.
Deltifying 290305 objects.
 100% (290305/290305) done
fatal: unexpected EOF)      
fatal: packfile '/tmp/wireless-2.6/.git/objects/pack/tmp-DuBFrs' SHA1 mismatch
error: git-fetch-pack: unable to read from git-index-pack
error: git-index-pack died with error code 128
fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git' failed.

I tried several times on two different machines and also (as you can see)
with different git versions.
Could it be a git bug?

-- 
Greetings Michael.

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

* Re: wireless-2.6 git repos broken
  2006-07-23 15:22 wireless-2.6 git repos broken Michael Buesch
@ 2006-07-23 15:52 ` Daniel Drake
  2006-07-23 15:59   ` Larry Finger
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Drake @ 2006-07-23 15:52 UTC (permalink / raw)
  To: Michael Buesch; +Cc: John W. Linville, netdev, Junio C Hamano

Michael Buesch wrote:
> mb@ppc1:/tmp$ git --version
> git version 1.4.1
> mb@ppc1:/tmp$ git clone  git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
> Generating pack...
> Done counting 290305 objects.
> Deltifying 290305 objects.
>  100% (290305/290305) done
> fatal: unexpected EOF)      
> fatal: packfile '/tmp/wireless-2.6/.git/objects/pack/tmp-DuBFrs' SHA1 mismatch
> error: git-fetch-pack: unable to read from git-index-pack
> error: git-index-pack died with error code 128
> fetch-pack from 'git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git' failed.
> 
> I tried several times on two different machines and also (as you can see)
> with different git versions.
> Could it be a git bug?

Do you have the same problem on other git trees?
I saw some people running into this error when cloning Linus' 
linux-2.6.git. I couldn't reproduce it, using exactly the same git version.

Daniel

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

* Re: wireless-2.6 git repos broken
  2006-07-23 15:52 ` Daniel Drake
@ 2006-07-23 15:59   ` Larry Finger
  2006-07-23 16:07     ` Michael Buesch
  0 siblings, 1 reply; 7+ messages in thread
From: Larry Finger @ 2006-07-23 15:59 UTC (permalink / raw)
  To: Daniel Drake; +Cc: Michael Buesch, John W. Linville, netdev, Junio C Hamano

Daniel Drake wrote:
> Michael Buesch wrote:
>> mb@ppc1:/tmp$ git --version
>> git version 1.4.1
>> mb@ppc1:/tmp$ git clone  
>> git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
>> Generating pack...
>> Done counting 290305 objects.
>> Deltifying 290305 objects.
>>  100% (290305/290305) done
>> fatal: unexpected EOF)      fatal: packfile 
>> '/tmp/wireless-2.6/.git/objects/pack/tmp-DuBFrs' SHA1 mismatch
>> error: git-fetch-pack: unable to read from git-index-pack
>> error: git-index-pack died with error code 128
>> fetch-pack from 
>> 'git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git' 
>> failed.
>>
>> I tried several times on two different machines and also (as you can see)
>> with different git versions.
>> Could it be a git bug?
> 
> Do you have the same problem on other git trees?
> I saw some people running into this error when cloning Linus' 
> linux-2.6.git. I couldn't reproduce it, using exactly the same git version.

I had the same error when pulling from Linus's tree. It was fixed with a 'git fsck-objects --full' 
command.

Larry

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

* Re: wireless-2.6 git repos broken
  2006-07-23 15:59   ` Larry Finger
@ 2006-07-23 16:07     ` Michael Buesch
  2006-07-23 16:13       ` Larry Finger
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Buesch @ 2006-07-23 16:07 UTC (permalink / raw)
  To: Larry Finger; +Cc: John W. Linville, netdev, Junio C Hamano, Daniel Drake

On Sunday 23 July 2006 17:59, Larry Finger wrote:
> > Do you have the same problem on other git trees?
> > I saw some people running into this error when cloning Linus' 
> > linux-2.6.git. I couldn't reproduce it, using exactly the same git version.
> 
> I had the same error when pulling from Linus's tree. It was fixed with a 'git fsck-objects --full' 
> command.

Uhm, that tells me the git tree on kernel.org is broken
and John has to run this command, right?

-- 
Greetings Michael.

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

* Re: wireless-2.6 git repos broken
  2006-07-23 16:07     ` Michael Buesch
@ 2006-07-23 16:13       ` Larry Finger
  2006-07-24 16:14         ` John W. Linville
  0 siblings, 1 reply; 7+ messages in thread
From: Larry Finger @ 2006-07-23 16:13 UTC (permalink / raw)
  To: Michael Buesch; +Cc: John W. Linville, netdev, Junio C Hamano, Daniel Drake

Michael Buesch wrote:
> On Sunday 23 July 2006 17:59, Larry Finger wrote:
>>> Do you have the same problem on other git trees?
>>> I saw some people running into this error when cloning Linus' 
>>> linux-2.6.git. I couldn't reproduce it, using exactly the same git version.
>> I had the same error when pulling from Linus's tree. It was fixed with a 'git fsck-objects --full' 
>> command.
> 
> Uhm, that tells me the git tree on kernel.org is broken
> and John has to run this command, right?
> 
I think so.

Larry


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

* Re: wireless-2.6 git repos broken
  2006-07-23 16:13       ` Larry Finger
@ 2006-07-24 16:14         ` John W. Linville
  2006-07-25  0:17           ` Larry Finger
  0 siblings, 1 reply; 7+ messages in thread
From: John W. Linville @ 2006-07-24 16:14 UTC (permalink / raw)
  To: Larry Finger; +Cc: Michael Buesch, netdev, Junio C Hamano, Daniel Drake

On Sun, Jul 23, 2006 at 11:13:52AM -0500, Larry Finger wrote:
> Michael Buesch wrote:
> >On Sunday 23 July 2006 17:59, Larry Finger wrote:
> >>>Do you have the same problem on other git trees?
> >>>I saw some people running into this error when cloning Linus' 
> >>>linux-2.6.git. I couldn't reproduce it, using exactly the same git 
> >>>version.
> >>I had the same error when pulling from Linus's tree. It was fixed with a 
> >>'git fsck-objects --full' command.
> >
> >Uhm, that tells me the git tree on kernel.org is broken
> >and John has to run this command, right?
> >
> I think so.

Hmmm...well, I'll look into it.  FWIW, I cloned my git tree from
kernel.org onto my laptop while I was at OLS w/o any problems.

John
-- 
John W. Linville
linville@tuxdriver.com

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

* Re: wireless-2.6 git repos broken
  2006-07-24 16:14         ` John W. Linville
@ 2006-07-25  0:17           ` Larry Finger
  0 siblings, 0 replies; 7+ messages in thread
From: Larry Finger @ 2006-07-25  0:17 UTC (permalink / raw)
  To: John W. Linville; +Cc: Michael Buesch, netdev, Daniel Drake

John W. Linville wrote:
> On Sun, Jul 23, 2006 at 11:13:52AM -0500, Larry Finger wrote:
>> Michael Buesch wrote:
>>> On Sunday 23 July 2006 17:59, Larry Finger wrote:
>>>>> Do you have the same problem on other git trees?
>>>>> I saw some people running into this error when cloning Linus' 
>>>>> linux-2.6.git. I couldn't reproduce it, using exactly the same git 
>>>>> version.
>>>> I had the same error when pulling from Linus's tree. It was fixed with a 
>>>> 'git fsck-objects --full' command.
>>> Uhm, that tells me the git tree on kernel.org is broken
>>> and John has to run this command, right?
>>>
>> I think so.
> 
> Hmmm...well, I'll look into it.  FWIW, I cloned my git tree from
> kernel.org onto my laptop while I was at OLS w/o any problems.

There is a thread today on LKML that says that the git server errors out (wrongly) if the download 
does not finish in 10 minutes. That problem is being fixed, but they suggest using rsync protocol to 
clone a large repository.

Michael, is this the cause of your problem?

Larry

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

end of thread, other threads:[~2006-07-25  0:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-23 15:22 wireless-2.6 git repos broken Michael Buesch
2006-07-23 15:52 ` Daniel Drake
2006-07-23 15:59   ` Larry Finger
2006-07-23 16:07     ` Michael Buesch
2006-07-23 16:13       ` Larry Finger
2006-07-24 16:14         ` John W. Linville
2006-07-25  0:17           ` Larry Finger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).