diff --git a/doc/bugs/createSession:_permission_denied.mdwn b/doc/bugs/createSession:_permission_denied.mdwn new file mode 100644 index 0000000000..c56e4db92a --- /dev/null +++ b/doc/bugs/createSession:_permission_denied.mdwn @@ -0,0 +1,29 @@ +### Please describe the problem. + +I have just downloaded last git-annex version (amd64) as standard user and started the webapp via ./git-annex-webapp. +It was possible to enter a new repository (in /home/tmp/Documents/annex) after that the app dies. +Restarting throughs error: `createSession: permission denied (Operation not permitted)` + +### What steps will reproduce the problem? + + +[[!format sh """ +tmp@elephant:~/Apps$ wget https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz +tmp@elephant:~/Apps$ tar xfz git-annex-standalone-amd64.tar.gz +tmp@elephant:~/Apps$ cd git-annex.linux +tmp@elephant:~/Apps/git-annex.linux$ git-annex-webapp +Launching web browser on file:///tmp/webapp18576.html +(Recording state in git...) +git-annex: createSession: permission denied (Operation not permitted) +tmp@elephant:~/Apps/git-annex.linux$ git-annex webapp +git-annex: createSession: permission denied (Operation not permitted) +"""]] + + +### What version of git-annex are you using? On what operating system? + +Latest version, Debian wheezy + +### Please provide any additional information below. + + .git/annex/daemon.log is empty