From: Jeff King <peff@peff.net>
To: kevin molcard <kev2041@gmail.com>
Cc: Konstantin Khomoutov <flatworm@users.sourceforge.net>,
git-users@googlegroups.com, git@vger.kernel.org
Subject: Re: [git-users] Git clone fails with "bad pack header", how to get remote log
Date: Wed, 31 Oct 2012 10:19:55 -0400 [thread overview]
Message-ID: <20121031141955.GC24291@sigill.intra.peff.net> (raw)
In-Reply-To: <508FEAE0.20204@gmail.com>
On Tue, Oct 30, 2012 at 03:57:36PM +0100, kevin molcard wrote:
> I tried to install git 1.8 on the remote server and get exactly the
> same problem :(.
> [...]
> >>Sometimes (very often when several git clone are sent at the same
> >>time), I have the following error:
> >> remote: internal server error
> >> fatal: protocol error: bad pack header
I'm very confused about who is printing "internal server error". The
"remote:" indicates that it came to the git client via the sideband,
which means it probably came from the stderr of a child process (e.g.,
pack-objects). But git does not and has never generated the phrase
"internal server error".
So what program is producing that? Is there some kind of custom layer
that might be run when upload-pack runs "git pack-objects ..."? Can you
try running strace on the server?
-Peff
next prev parent reply other threads:[~2012-10-31 14:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <7f498800-ed38-474d-86ad-cb937be68173@googlegroups.com>
[not found] ` <7f498800-ed38-474d-86ad-cb937be68173-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2012-10-29 17:18 ` Git clone fails with "bad pack header", how to get remote log Konstantin Khomoutov
2012-10-30 7:01 ` [git-users] " kevin molcard
[not found] ` <20121029211854.b58c791d30a6c8d68665e574-g5ZlayWIM10NZ+ppGFcyYQ@public.gmane.org>
2012-10-30 14:57 ` kevin molcard
2012-10-31 14:19 ` Jeff King [this message]
[not found] ` <20121031141955.GC24291-bBVMEuqLR+SYVEpFpFwlB0AkDMvbqDRI@public.gmane.org>
2012-10-31 14:25 ` kevin molcard
2012-10-31 14:34 ` kevin molcard
2012-11-01 11:15 ` [git-users] " Jeff King
2012-11-01 15:38 ` kevin molcard
2012-10-31 14:17 ` Fwd: " kevin molcard
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=20121031141955.GC24291@sigill.intra.peff.net \
--to=peff@peff.net \
--cc=flatworm@users.sourceforge.net \
--cc=git-users@googlegroups.com \
--cc=git@vger.kernel.org \
--cc=kev2041@gmail.com \
/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).