From: Linus Torvalds <torvalds@osdl.org>
To: Brian Gerst <bgerst@didntduck.org>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: fatal: unexpected EOF
Date: Tue, 28 Feb 2006 07:34:49 -0800 (PST) [thread overview]
Message-ID: <Pine.LNX.4.64.0602280731210.22647@g5.osdl.org> (raw)
In-Reply-To: <440449D7.3010508@didntduck.org>
On Tue, 28 Feb 2006, Brian Gerst wrote:
>
> Lately I've been receiving this error frequently from git.kernel.org:
>
> Fetching pack (head and objects)...
> fatal: unexpected EOF
> cg-fetch: fetching pack failed
>
> What is causing this?
Almost any error will cause the pack sending to abort, and the git://
protocol only opens a single socket for data, so there is no way for the
other end to say _what_ failed.
With git.kernel.org, I suspect the reason for the failure is almost always
the same, though: the mirroring is not complete, so it doesn't have all
object files. The mirroring from master.kernel.org to the actual public
machines is just a rsync script, so there's no atomicity guarantees.
That said, it might be a load issue too - I don't know what limits
Peter & co put on the git daemons, and it might also be that it's set up
to accept at most <n> connections and will close anything else.
Linus
next prev parent reply other threads:[~2006-02-28 15:35 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-28 13:02 fatal: unexpected EOF Brian Gerst
2006-02-28 15:34 ` Linus Torvalds [this message]
2006-02-28 15:43 ` Brian Gerst
2006-02-28 15:59 ` Tony Luck
2006-03-02 22:23 ` Alex Riesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Pine.LNX.4.64.0602280731210.22647@g5.osdl.org \
--to=torvalds@osdl.org \
--cc=bgerst@didntduck.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).