From: Sitaram Chamarty <sitaramc@gmail.com>
To: "Tajti Ákos" <akos.tajti@intland.com>
Cc: "git@vger.kernel.org" <git@vger.kernel.org>
Subject: Re: git-upload-pack died of signal 13
Date: Thu, 7 Jun 2012 07:22:25 +0530 [thread overview]
Message-ID: <CAMK1S_hL1Ug7-+Rs2Y_pXso01Pur4-Fs58ADtV8fcYUvBSmwcA@mail.gmail.com> (raw)
In-Reply-To: <4FCF3ED7.9060503@intland.com>
On Wed, Jun 6, 2012 at 4:58 PM, Tajti Ákos <akos.tajti@intland.com> wrote:
> Dear List,
>
> we got "git-upload pack died of signal 13" error when pushing using this
> command:
>
> Executing: "/usr/lib/git-core/git-http-backend" env:
> "CONTENT_TYPE=application/x-git-upload-pack-request"
> "GIT_HTTP_EXPORT_ALL=true" "SERVER_PORT=443"
> "CODEBEAMER_SMART_SCM_SERVLET=true" "REMOTE_ADDR=91.82.170.74"
> "REMOTE_HOST=91.82.170.74" "SERVER_SOFTWARE=Apache Tomcat/6.0.35"
> "SERVER_NAME=codebeamer.com" "GIT_PROJECT_ROOT=/home/akos/repository/git"
> "REMOTE_USER=zl" "PATH_INFO=/cbdev-git/git-upload-pack" "QUERY_STRING="
> "AUTH_TYPE=Basic" "GATEWAY_INTERFACE=CGI/1.1" "SERVER_PROTOCOL=HTTP/1.1"
> "REQUEST_METHOD=POST" "CONTENT_LENGTH=1157"
> "REQUEST_URI=/app/git/my-git/git-upload-pack"
>
> What may be the cause?
a post-receive script that does not consume its STDIN is the usual
cause of a SIGPIPE error.
Try adding "cat >/dev/null" into it if you really don't care about the input.
("kill -l" will tell you what the names are for each number).
>
> Thanks in advance,
> Ákos Tajti
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
Sitaram
prev parent reply other threads:[~2012-06-07 1:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-06 11:28 git-upload-pack died of signal 13 Tajti Ákos
2012-06-07 1:52 ` Sitaram Chamarty [this message]
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=CAMK1S_hL1Ug7-+Rs2Y_pXso01Pur4-Fs58ADtV8fcYUvBSmwcA@mail.gmail.com \
--to=sitaramc@gmail.com \
--cc=akos.tajti@intland.com \
--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).