* git-fetch not working?
@ 2006-10-24 20:00 Andy Parkins
2006-10-24 20:54 ` Petr Baudis
0 siblings, 1 reply; 5+ messages in thread
From: Andy Parkins @ 2006-10-24 20:00 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 609 bytes --]
Hello,
$ cat .git/remotes/origin
URL: git://git.kernel.org/pub/scm/git/git.git
Pull: refs/heads/master:refs/heads/up/master
Pull: refs/heads/next:refs/heads/up/next
Pull: refs/heads/maint:refs/heads/up/maint
Pull: +refs/heads/pu:refs/heads/up/pu
$ git fetch
fatal: unexpected EOF
Failed to find remote refs
$ ping -c1 git.kernel.org
PING zeus-pub.kernel.org (204.152.191.5) 56(84) bytes of data.
64 bytes from zeus-pub1.kernel.org (204.152.191.5): icmp_seq=1 ttl=54 time=182
ms
Am I doing something wrong?
Andy
--
Dr Andrew Parkins, M Eng (Hons), AMIEE
andyparkins@gmail.com
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git-fetch not working?
2006-10-24 20:00 git-fetch not working? Andy Parkins
@ 2006-10-24 20:54 ` Petr Baudis
2006-10-24 21:10 ` H. Peter Anvin
0 siblings, 1 reply; 5+ messages in thread
From: Petr Baudis @ 2006-10-24 20:54 UTC (permalink / raw)
To: Andy Parkins; +Cc: git, ftpadmin
Hi,
Dear diary, on Tue, Oct 24, 2006 at 10:00:45PM CEST, I got a letter
where Andy Parkins <andyparkins@gmail.com> said that...
> $ cat .git/remotes/origin
> URL: git://git.kernel.org/pub/scm/git/git.git
> Pull: refs/heads/master:refs/heads/up/master
> Pull: refs/heads/next:refs/heads/up/next
> Pull: refs/heads/maint:refs/heads/up/maint
> Pull: +refs/heads/pu:refs/heads/up/pu
>
> $ git fetch
> fatal: unexpected EOF
> Failed to find remote refs
>
> $ ping -c1 git.kernel.org
> PING zeus-pub.kernel.org (204.152.191.5) 56(84) bytes of data.
> 64 bytes from zeus-pub1.kernel.org (204.152.191.5): icmp_seq=1 ttl=54 time=182
> ms
>
> Am I doing something wrong?
nope, I'm getting it as well (hey I know about broken git.kernel.org
in an hour at most now because of the repo.or.cz cronjobs ;) -
git-daemon at the kernel.org machines seems to be broken.
--
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] 5+ messages in thread
* Re: git-fetch not working?
2006-10-24 20:54 ` Petr Baudis
@ 2006-10-24 21:10 ` H. Peter Anvin
2006-10-25 11:11 ` Petr Baudis
0 siblings, 1 reply; 5+ messages in thread
From: H. Peter Anvin @ 2006-10-24 21:10 UTC (permalink / raw)
To: Petr Baudis; +Cc: Andy Parkins, git, ftpadmin
Petr Baudis wrote:
> Hi,
>
> Dear diary, on Tue, Oct 24, 2006 at 10:00:45PM CEST, I got a letter
> where Andy Parkins <andyparkins@gmail.com> said that...
>> $ cat .git/remotes/origin
>> URL: git://git.kernel.org/pub/scm/git/git.git
>> Pull: refs/heads/master:refs/heads/up/master
>> Pull: refs/heads/next:refs/heads/up/next
>> Pull: refs/heads/maint:refs/heads/up/maint
>> Pull: +refs/heads/pu:refs/heads/up/pu
>>
>> $ git fetch
>> fatal: unexpected EOF
>> Failed to find remote refs
>>
>> $ ping -c1 git.kernel.org
>> PING zeus-pub.kernel.org (204.152.191.5) 56(84) bytes of data.
>> 64 bytes from zeus-pub1.kernel.org (204.152.191.5): icmp_seq=1 ttl=54 time=182
>> ms
>>
>> Am I doing something wrong?
>
> nope, I'm getting it as well (hey I know about broken git.kernel.org
> in an hour at most now because of the repo.or.cz cronjobs ;) -
> git-daemon at the kernel.org machines seems to be broken.
>
Nope, just tripping the load limit. git1.kernel.org has had loads over
400 today. Oddly enough, the load on git2.kernel.org is in the low teens.
-hpa
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: git-fetch not working?
2006-10-24 21:10 ` H. Peter Anvin
@ 2006-10-25 11:11 ` Petr Baudis
2006-10-25 11:37 ` Jakub Narebski
0 siblings, 1 reply; 5+ messages in thread
From: Petr Baudis @ 2006-10-25 11:11 UTC (permalink / raw)
To: H. Peter Anvin; +Cc: Andy Parkins, git, ftpadmin
Dear diary, on Tue, Oct 24, 2006 at 11:10:11PM CEST, I got a letter
where "H. Peter Anvin" <hpa@zytor.com> said that...
> Petr Baudis wrote:
> > nope, I'm getting it as well (hey I know about broken git.kernel.org
> >in an hour at most now because of the repo.or.cz cronjobs ;) -
> >git-daemon at the kernel.org machines seems to be broken.
> >
>
> Nope, just tripping the load limit. git1.kernel.org has had loads over
> 400 today. Oddly enough, the load on git2.kernel.org is in the low teens.
Hmm, interesting. Just to make sure, is that because of git-daemon or
something else? :-)
--
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] 5+ messages in thread
* Re: git-fetch not working?
2006-10-25 11:11 ` Petr Baudis
@ 2006-10-25 11:37 ` Jakub Narebski
0 siblings, 0 replies; 5+ messages in thread
From: Jakub Narebski @ 2006-10-25 11:37 UTC (permalink / raw)
To: git
Petr Baudis wrote:
> Dear diary, on Tue, Oct 24, 2006 at 11:10:11PM CEST, I got a letter
> where "H. Peter Anvin" <hpa@zytor.com> said that...
>> Petr Baudis wrote:
>> > nope, I'm getting it as well (hey I know about broken git.kernel.org
>> >in an hour at most now because of the repo.or.cz cronjobs ;) -
>> >git-daemon at the kernel.org machines seems to be broken.
>> >
>>
>> Nope, just tripping the load limit. git1.kernel.org has had loads over
>> 400 today. Oddly enough, the load on git2.kernel.org is in the low
>> teens.
Shouldn't git.kernel.org distribute load?
> Hmm, interesting. Just to make sure, is that because of git-daemon or
> something else? :-)
Today (with git version 1.4.2.1):
998:jnareb@roke:~/git> git pull origin
fatal: read error (Connection reset by peer)
Fetch failure: git://git.kernel.org/pub/scm/git/git.git
1000:jnareb@roke:~/git> time git pull origin-http
Fetching refs/heads/master from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/pu from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/man from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/html from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/next from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/todo from http://git.kernel.org/pub/scm/git/git.git using http
Fetching refs/heads/maint from http://git.kernel.org/pub/scm/git/git.git using http
Already up-to-date.
real 8m0.369s
user 0m0.984s
sys 0m0.800s
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-10-25 11:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-24 20:00 git-fetch not working? Andy Parkins
2006-10-24 20:54 ` Petr Baudis
2006-10-24 21:10 ` H. Peter Anvin
2006-10-25 11:11 ` Petr Baudis
2006-10-25 11:37 ` Jakub Narebski
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).