* [OT] 'git pull' from Linus' tree doesn't work for me any more
@ 2008-08-20 22:45 Rafael J. Wysocki
2008-08-20 22:51 ` Linus Torvalds
0 siblings, 1 reply; 9+ messages in thread
From: Rafael J. Wysocki @ 2008-08-20 22:45 UTC (permalink / raw)
To: LKML; +Cc: Linus Torvalds
Hi,
Does anybody else see something like this after the latest push from Linus:
~/devel/linux-2.6> git pull
fatal: The remote end hung up unexpectedly
Cannot get the repository state from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
?
I see this on two different machines.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 22:45 [OT] 'git pull' from Linus' tree doesn't work for me any more Rafael J. Wysocki
@ 2008-08-20 22:51 ` Linus Torvalds
2008-08-20 22:58 ` Rafael J. Wysocki
0 siblings, 1 reply; 9+ messages in thread
From: Linus Torvalds @ 2008-08-20 22:51 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: LKML
On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
>
> Does anybody else see something like this after the latest push from Linus:
>
> ~/devel/linux-2.6> git pull
> fatal: The remote end hung up unexpectedly
> Cannot get the repository state from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>
> I see this on two different machines.
It might easily be just a temporary glitch in the matrix.
It happens sometimes because the kernel.org machines use rsync to
synchronize with each other, and since it's not really a git-aware
protocol, rsync might copy the branch files _before_ it copies the object
files.
It starts working after a few minutes when the rsync has completed.
Linus
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 22:51 ` Linus Torvalds
@ 2008-08-20 22:58 ` Rafael J. Wysocki
2008-08-20 23:03 ` Justin P. Mattock
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2008-08-20 22:58 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML
On Thursday, 21 of August 2008, Linus Torvalds wrote:
>
> On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
> >
> > Does anybody else see something like this after the latest push from Linus:
> >
> > ~/devel/linux-2.6> git pull
> > fatal: The remote end hung up unexpectedly
> > Cannot get the repository state from git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> >
> > I see this on two different machines.
>
> It might easily be just a temporary glitch in the matrix.
>
> It happens sometimes because the kernel.org machines use rsync to
> synchronize with each other, and since it's not really a git-aware
> protocol, rsync might copy the branch files _before_ it copies the object
> files.
>
> It starts working after a few minutes when the rsync has completed.
Well, it hasn't been working for a couple of hours now ...
Rafael
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 22:58 ` Rafael J. Wysocki
@ 2008-08-20 23:03 ` Justin P. Mattock
2008-08-20 23:06 ` H. Peter Anvin
2008-08-20 23:07 ` Linus Torvalds
2 siblings, 0 replies; 9+ messages in thread
From: Justin P. Mattock @ 2008-08-20 23:03 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Linus Torvalds, LKML
Pulled this morning PDT,
Without any issues.
justin P. Mattock
On Aug 20, 2008, at 3:58 PM, "Rafael J. Wysocki" <rjw@sisk.pl> wrote:
> On Thursday, 21 of August 2008, Linus Torvalds wrote:
>>
>> On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
>>>
>>> Does anybody else see something like this after the latest push
>>> from Linus:
>>>
>>> ~/devel/linux-2.6> git pull
>>> fatal: The remote end hung up unexpectedly
>>> Cannot get the repository state from git://git.kernel.org/pub/scm/
>>> linux/kernel/git/torvalds/linux-2.6.git
>>>
>>> I see this on two different machines.
>>
>> It might easily be just a temporary glitch in the matrix.
>>
>> It happens sometimes because the kernel.org machines use rsync to
>> synchronize with each other, and since it's not really a git-aware
>> protocol, rsync might copy the branch files _before_ it copies the
>> object
>> files.
>>
>> It starts working after a few minutes when the rsync has completed.
>
> Well, it hasn't been working for a couple of hours now ...
>
> Rafael
> --
> To unsubscribe from this list: send the line "unsubscribe linux-
> kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 22:58 ` Rafael J. Wysocki
2008-08-20 23:03 ` Justin P. Mattock
@ 2008-08-20 23:06 ` H. Peter Anvin
2008-08-20 23:17 ` Rafael J. Wysocki
2008-08-20 23:07 ` Linus Torvalds
2 siblings, 1 reply; 9+ messages in thread
From: H. Peter Anvin @ 2008-08-20 23:06 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: Linus Torvalds, LKML
Rafael J. Wysocki wrote:
>>
>> It starts working after a few minutes when the rsync has completed.
>
> Well, it hasn't been working for a couple of hours now ...
>
My fault; I forgot to kick xinetd after updating the configuration file
for the git-daemon -> git daemon rename.
-hpa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 22:58 ` Rafael J. Wysocki
2008-08-20 23:03 ` Justin P. Mattock
2008-08-20 23:06 ` H. Peter Anvin
@ 2008-08-20 23:07 ` Linus Torvalds
2008-08-20 23:16 ` Rafael J. Wysocki
2008-08-20 23:21 ` Justin P. Mattock
2 siblings, 2 replies; 9+ messages in thread
From: Linus Torvalds @ 2008-08-20 23:07 UTC (permalink / raw)
To: Rafael J. Wysocki; +Cc: LKML
On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
>
> Well, it hasn't been working for a couple of hours now ...
Hmm. I just tested it myself, and it worked fine for me to just update
another machine by pulling from git.kernel.org.
What version of git do you have? One thing that changed recently is that
at least some kernel.org git binaries got updated to 1.6.0, and if you
have a really ancient version of git (Debian 'stable' aka 'rubbish' ships
with something two years old), you'd better upgrade.
>From the 1.6.0 announcement:
GIT v1.6.0 Release Notes
========================
User visible changes
--------------------
With the default Makefile settings, most of the programs are now
installed outside your $PATH, except for "git", "gitk" and
some server side programs that need to be accessible for technical
reasons. Invoking a git subcommand as "git-xyzzy" from the command
line has been deprecated since early 2006 (and officially announced in
1.5.4 release notes); use of them from your scripts after adding
output from "git --exec-path" to the $PATH is still supported in this
release, but users are again strongly encouraged to adjust their
scripts to use "git xyzzy" form, as we will stop installing
"git-xyzzy" hardlinks for built-in commands in later releases.
An earlier change to page "git status" output was overwhelmingly unpopular
and has been reverted.
Source changes needed for porting to MinGW environment are now all in the
main git.git codebase.
By default, packfiles created with this version uses delta-base-offset
encoding introduced in v1.4.4. Pack idx files are using version 2 that
allows larger packs and added robustness thanks to its CRC checking,
introduced in v1.5.2 and v1.4.4.5. If you want to keep your repositories
backwards compatible past these versions, set repack.useDeltaBaseOffset
to false or pack.indexVersion to 1, respectively.
and no, I am not at all interested in helping Debian continue to ship
git versions almost two years old, and much inferior to modern versions.
So I'm not going to set the flag that makes it work with old gits.
Linus
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 23:07 ` Linus Torvalds
@ 2008-08-20 23:16 ` Rafael J. Wysocki
2008-08-20 23:21 ` Justin P. Mattock
1 sibling, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2008-08-20 23:16 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML
On Thursday, 21 of August 2008, Linus Torvalds wrote:
>
> On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
> >
> > Well, it hasn't been working for a couple of hours now ...
>
> Hmm. I just tested it myself, and it worked fine for me to just update
> another machine by pulling from git.kernel.org.
>
> What version of git do you have? One thing that changed recently is that
> at least some kernel.org git binaries got updated to 1.6.0, and if you
> have a really ancient version of git (Debian 'stable' aka 'rubbish' ships
> with something two years old), you'd better upgrade.
>
> From the 1.6.0 announcement:
>
> GIT v1.6.0 Release Notes
> ========================
>
> User visible changes
> --------------------
>
> With the default Makefile settings, most of the programs are now
> installed outside your $PATH, except for "git", "gitk" and
> some server side programs that need to be accessible for technical
> reasons. Invoking a git subcommand as "git-xyzzy" from the command
> line has been deprecated since early 2006 (and officially announced in
> 1.5.4 release notes); use of them from your scripts after adding
> output from "git --exec-path" to the $PATH is still supported in this
> release, but users are again strongly encouraged to adjust their
> scripts to use "git xyzzy" form, as we will stop installing
> "git-xyzzy" hardlinks for built-in commands in later releases.
>
> An earlier change to page "git status" output was overwhelmingly unpopular
> and has been reverted.
>
> Source changes needed for porting to MinGW environment are now all in the
> main git.git codebase.
>
> By default, packfiles created with this version uses delta-base-offset
> encoding introduced in v1.4.4. Pack idx files are using version 2 that
> allows larger packs and added robustness thanks to its CRC checking,
> introduced in v1.5.2 and v1.4.4.5. If you want to keep your repositories
> backwards compatible past these versions, set repack.useDeltaBaseOffset
> to false or pack.indexVersion to 1, respectively.
>
> and no, I am not at all interested in helping Debian continue to ship
> git versions almost two years old, and much inferior to modern versions.
> So I'm not going to set the flag that makes it work with old gits.
I have 1.5.2.4 and it works now.
Thanks,
Rafael
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 23:06 ` H. Peter Anvin
@ 2008-08-20 23:17 ` Rafael J. Wysocki
0 siblings, 0 replies; 9+ messages in thread
From: Rafael J. Wysocki @ 2008-08-20 23:17 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: Linus Torvalds, LKML
On Thursday, 21 of August 2008, H. Peter Anvin wrote:
> Rafael J. Wysocki wrote:
> >>
> >> It starts working after a few minutes when the rsync has completed.
> >
> > Well, it hasn't been working for a couple of hours now ...
> >
>
> My fault; I forgot to kick xinetd after updating the configuration file
> for the git-daemon -> git daemon rename.
It works now, thanks for fixing.
Rafael
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [OT] 'git pull' from Linus' tree doesn't work for me any more
2008-08-20 23:07 ` Linus Torvalds
2008-08-20 23:16 ` Rafael J. Wysocki
@ 2008-08-20 23:21 ` Justin P. Mattock
1 sibling, 0 replies; 9+ messages in thread
From: Justin P. Mattock @ 2008-08-20 23:21 UTC (permalink / raw)
To: Linus Torvalds; +Cc: Rafael J. Wysocki, LKML
Looks like I need to upgrade
My git. At the moment using
1.5.6.3.
justin P. Mattock
On Aug 20, 2008, at 4:07 PM, Linus Torvalds <torvalds@linux-foundation.org
> wrote:
>
>
> On Thu, 21 Aug 2008, Rafael J. Wysocki wrote:
>>
>> Well, it hasn't been working for a couple of hours now ...
>
> Hmm. I just tested it myself, and it worked fine for me to just update
> another machine by pulling from git.kernel.org.
>
> What version of git do you have? One thing that changed recently is
> that
> at least some kernel.org git binaries got updated to 1.6.0, and if you
> have a really ancient version of git (Debian 'stable' aka 'rubbish'
> ships
> with something two years old), you'd better upgrade.
>
> From the 1.6.0 announcement:
>
> GIT v1.6.0 Release Notes
> ========================
>
> User visible changes
> --------------------
>
> With the default Makefile settings, most of the programs are now
> installed outside your $PATH, except for "git", "gitk" and
> some server side programs that need to be accessible for technical
> reasons. Invoking a git subcommand as "git-xyzzy" from the command
> line has been deprecated since early 2006 (and officially announced
> in
> 1.5.4 release notes); use of them from your scripts after adding
> output from "git --exec-path" to the $PATH is still supported in this
> release, but users are again strongly encouraged to adjust their
> scripts to use "git xyzzy" form, as we will stop installing
> "git-xyzzy" hardlinks for built-in commands in later releases.
>
> An earlier change to page "git status" output was overwhelmingly
> unpopular
> and has been reverted.
>
> Source changes needed for porting to MinGW environment are now all
> in the
> main git.git codebase.
>
> By default, packfiles created with this version uses delta-base-
> offset
> encoding introduced in v1.4.4. Pack idx files are using version 2
> that
> allows larger packs and added robustness thanks to its CRC checking,
> introduced in v1.5.2 and v1.4.4.5. If you want to keep your
> repositories
> backwards compatible past these versions, set
> repack.useDeltaBaseOffset
> to false or pack.indexVersion to 1, respectively.
>
> and no, I am not at all interested in helping Debian continue to ship
> git versions almost two years old, and much inferior to modern
> versions.
> So I'm not going to set the flag that makes it work with old gits.
>
> Linus
> --
> To unsubscribe from this list: send the line "unsubscribe linux-
> kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-08-20 23:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 22:45 [OT] 'git pull' from Linus' tree doesn't work for me any more Rafael J. Wysocki
2008-08-20 22:51 ` Linus Torvalds
2008-08-20 22:58 ` Rafael J. Wysocki
2008-08-20 23:03 ` Justin P. Mattock
2008-08-20 23:06 ` H. Peter Anvin
2008-08-20 23:17 ` Rafael J. Wysocki
2008-08-20 23:07 ` Linus Torvalds
2008-08-20 23:16 ` Rafael J. Wysocki
2008-08-20 23:21 ` Justin P. Mattock
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.