linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* git torvalds/linux-2.6.git  gives obscure results
@ 2011-06-03 11:17 Toralf Förster
  2011-06-03 11:29 ` richard -rw- weinberger
  2011-06-03 12:05 ` Andreas Schwab
  0 siblings, 2 replies; 5+ messages in thread
From: Toralf Förster @ 2011-06-03 11:17 UTC (permalink / raw)
  To: linux-kernel

SyncingLinus' tree today gives this error :

fatal: protocol error: bad line length character: git:

at the command line. And within a sniffed network stream w/ wireshark I can 
see something like :

0059git-upload-pack 
/pub/scm/linux/kernel/git/torvalds/linux-2.6.git.host=git.kernel.org.git: 
'daemon' is not a git command. See 'git --help'.

?
-- 
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3

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

* Re: git torvalds/linux-2.6.git gives obscure results
  2011-06-03 11:17 git torvalds/linux-2.6.git gives obscure results Toralf Förster
@ 2011-06-03 11:29 ` richard -rw- weinberger
  2011-06-03 12:36   ` Bjørn Mork
  2011-06-03 12:05 ` Andreas Schwab
  1 sibling, 1 reply; 5+ messages in thread
From: richard -rw- weinberger @ 2011-06-03 11:29 UTC (permalink / raw)
  To: Toralf Förster; +Cc: linux-kernel

2011/6/3 Toralf Förster <toralf.foerster@gmx.de>:
> SyncingLinus' tree today gives this error :
>
> fatal: protocol error: bad line length character: git:
>

Same problem here. :-(

-- 
Thanks,
//richard

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

* Re: git torvalds/linux-2.6.git  gives obscure results
  2011-06-03 11:17 git torvalds/linux-2.6.git gives obscure results Toralf Förster
  2011-06-03 11:29 ` richard -rw- weinberger
@ 2011-06-03 12:05 ` Andreas Schwab
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2011-06-03 12:05 UTC (permalink / raw)
  To: Toralf Förster; +Cc: linux-kernel

Toralf Förster <toralf.foerster@gmx.de> writes:

> at the command line. And within a sniffed network stream w/ wireshark I can 
> see something like :
>
> 0059git-upload-pack 
> /pub/scm/linux/kernel/git/torvalds/linux-2.6.git.host=git.kernel.org.git: 
> 'daemon' is not a git command. See 'git --help'.

Odd thing is that it only fails like that half of the time.

Andreas.

-- 
Andreas Schwab, schwab@redhat.com
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84  5EC7 45C6 250E 6F00 984E
"And now for something completely different."

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

* Re: git torvalds/linux-2.6.git gives obscure results
  2011-06-03 11:29 ` richard -rw- weinberger
@ 2011-06-03 12:36   ` Bjørn Mork
  2011-06-03 15:27     ` Andrew Watts
  0 siblings, 1 reply; 5+ messages in thread
From: Bjørn Mork @ 2011-06-03 12:36 UTC (permalink / raw)
  To: richard -rw- weinberger; +Cc: Toralf Förster, linux-kernel

richard -rw- weinberger <richard.weinberger@gmail.com> writes:
> 2011/6/3 Toralf Förster <toralf.foerster@gmx.de>:
>> SyncingLinus' tree today gives this error :
>>
>> fatal: protocol error: bad line length character: git:
>>
>
> Same problem here. :-(

Mee too.

There's a problem with the git installation on one of the geo located
git.kernel.org servers, namely git4.kernel.org located at the University
of Umeå:

bjorn@canardo:~$ telnet git4.kernel.org git
Trying 130.239.17.8...
Connected to git4.kernel.org.
Escape character is '^]'.
git: 'daemon' is not a git command. See 'git --help'.
Connection closed by foreign host.


I looked around at www.kernel.org trying to find an address to report
problems with that specific host, but couldn't find one.  So I sent a
report to webmaster.  If anyone sees this, please fix.  Or take git4 out
of the geo service until it is fixed.



Bjørn

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

* Re: git torvalds/linux-2.6.git gives obscure results
  2011-06-03 12:36   ` Bjørn Mork
@ 2011-06-03 15:27     ` Andrew Watts
  0 siblings, 0 replies; 5+ messages in thread
From: Andrew Watts @ 2011-06-03 15:27 UTC (permalink / raw)
  To: richard -rw- weinberger, Bjørn Mork
  Cc: Toralf Förster, linux-kernel

--- 6/3/11, Bjørn Mork <bjorn@mork.no> wrote:
> There's a problem with the git installation on one of the
> geo located
> git.kernel.org servers, namely git4.kernel.org located at
> the University
> of Umeå:
> 
> bjorn@canardo:~$ telnet git4.kernel.org git
> Trying 130.239.17.8...
> Connected to git4.kernel.org.
> Escape character is '^]'.
> git: 'daemon' is not a git command. See 'git --help'.
> Connection closed by foreign host.

Unfortunately, the problem seems to be more pervasive. git1.kernel.org also errors out on clones/pulls with the error: "fatal: protocol error: bad line length character: git:". I confirm that the return packet payload on the errors is: "git: 'daemon' is not a git command. See 'git --help'".

~ Andy


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

end of thread, other threads:[~2011-06-03 15:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-03 11:17 git torvalds/linux-2.6.git gives obscure results Toralf Förster
2011-06-03 11:29 ` richard -rw- weinberger
2011-06-03 12:36   ` Bjørn Mork
2011-06-03 15:27     ` Andrew Watts
2011-06-03 12:05 ` Andreas Schwab

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).