aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__/comment_1_b7a327b668e2ca053713bec1dc4e6314._comment
blob: abd79e0f793eae4061e5aa436b487a60201f24a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!comment format=mdwn
 username="http://joeyh.name/"
 ip="108.236.230.124"
 subject="comment 1"
 date="2014-06-09T18:46:01Z"
 content="""
createSession just calls the unix `setsid` system call.

I have not been able to reproduce this problem using git-annex here. I suspect setsid is probably failing because git-annex is already a process group leader due to the way it was run. In this case, it should just ignore the setsid failure, which I've made it do.

This change will be available in the standalone tarball within an hour if you want to test it.


"""]]