From: Dmitry Potapov <dpotapov@gmail.com>
To: Alex MDC <alex.mdc@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: Unhappy git in a jailshell?
Date: Mon, 2 Nov 2009 15:47:46 +0300 [thread overview]
Message-ID: <20091102124746.GA27126@dpotapov.dyndns.org> (raw)
In-Reply-To: <130714cd0911020416r6a686026q697d843f47b68692@mail.gmail.com>
On Mon, Nov 02, 2009 at 11:16:43PM +1100, Alex MDC wrote:
> Hello,
>
> I'm trying to use git on a linux server, but unfortunately I've only
> been granted jailshelled access. Most of git works, but some commands
> just fail to run, e.g.
> git repack
> git rebase
> git index-pack
Most Git commands are builtin, so they are executed by git.exe directly,
but some commands are implemented as separate binaries or shell files.
These commands require `git --exec-path` in PATH to run. Normally, git
adds `git --exec-path` in its environment before running them.
Apparently, jailshelled access prevents that somehow. So, I suggest you
contact your system administrator and tell him that you need to be able
to run files from `git --exec-path` to being able to use git, as git
needs them internally for normal work.
Dmitry
next prev parent reply other threads:[~2009-11-02 12:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-02 12:16 Unhappy git in a jailshell? Alex MDC
2009-11-02 12:47 ` Dmitry Potapov [this message]
2009-11-02 13:51 ` Michael J Gruber
2009-11-04 1:17 ` Alex MDC
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=20091102124746.GA27126@dpotapov.dyndns.org \
--to=dpotapov@gmail.com \
--cc=alex.mdc@gmail.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).