This commit is contained in:
parent
63859347f3
commit
0ce5861618
1 changed files with 29 additions and 0 deletions
29
doc/bugs/createSession:_permission_denied.mdwn
Normal file
29
doc/bugs/createSession:_permission_denied.mdwn
Normal file
|
@ -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
|
Loading…
Reference in a new issue