On Tue, May 10, 2011 at 12:27:27PM -0400, Blu Dragon wrote:

> I tried adding your modified strace but I am still getting
> permission denied errors. Perhaps the system is not letting me run
> commands remotely?
> 
> >$ git push
> >Password:
> >Counting objects: 25, done.
> >Delta compression using up to 4 threads.
> >Compressing objects: 100% (11/11), done.
> >Writing objects: 100% (13/13), 1.21 KiB, done.
> >Total 13 (delta 8), reused 0 (delta 0)
> >remote: Pushing devel to dev...
> >remote: strace: ptrace(PTRACE_TRACEME, ...): Permission denied
> >To https://x...@git.xxx.xxx/site.git
> >   5a57189..2ffe91d  devel -> devel

Hmm, no.
strace did not run because you naturally has no rights to perform that
ptrace() system call strace uses. This is probably because this requires
root privileges for this.

But the original error (with ssh) was quite the same.
So yes, might be you did not beat SELinux hard enough to allow ssh to be
run in that case.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to