diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-06-09 18:46:01 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-06-09 18:46:01 +0000 |
commit | 923672b92d99534b1c233db2ef1232fbd55a4079 (patch) | |
tree | 8b1954fc64734459be41ab72c1d24e86f0808508 /doc | |
parent | 7f8c59418442bc0224b1b88f49e75458d190a64f (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex:_createSession:_permission_denied___40__Operation_not_permitted__41__/comment_1_b7a327b668e2ca053713bec1dc4e6314._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/bugs/git-annex:_createSession:_permission_denied___40__Operation_not_permitted__41__/comment_1_b7a327b668e2ca053713bec1dc4e6314._comment b/doc/bugs/git-annex:_createSession:_permission_denied___40__Operation_not_permitted__41__/comment_1_b7a327b668e2ca053713bec1dc4e6314._comment new file mode 100644 index 000000000..abd79e0f7 --- /dev/null +++ b/doc/bugs/git-annex:_createSession:_permission_denied___40__Operation_not_permitted__41__/comment_1_b7a327b668e2ca053713bec1dc4e6314._comment @@ -0,0 +1,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. + + +"""]] |