summaryrefslogtreecommitdiff
path: root/doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_per...
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-03-12 12:57:18 -0400
commitca10c06819aacc50d4423836ce51fc4486803789 (patch)
treee96072aef36f12d28d715fd4b7396d3fea4eef4c /doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn
parent024dd384140b25f69defd762e41fd5e4af4f3567 (diff)
rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
Diffstat (limited to 'doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn')
-rw-r--r--doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn33
1 files changed, 33 insertions, 0 deletions
diff --git a/doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn b/doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn
new file mode 100644
index 000000000..279ca3a3b
--- /dev/null
+++ b/doc/bugs/git-annex__58___createSession__58___permission_denied___40__Operation_not_permitted__41__.mdwn
@@ -0,0 +1,33 @@
+### Please describe the problem.
+git-annex crashes with "git-annex: createSession: permission denied (Operation not permitted)" when creating the first repository. Trying to start git-annex webapp after that crashes again.
+
+### What steps will reproduce the problem?
+* Download standalone tarball
+* Unpack
+* Go to new folder, call "git-annex webapp"
+* Click Make repository
+
+### What version of git-annex are you using? On what operating system?
+git-annex version: 5.20140606-g48793b6
+build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV Inotify DBus DesktopNotify XMPP DNS Feeds Quvi TDFA CryptoHash
+key/value backends: SHA256E SHA1E SHA512E SHA224E SHA384E SKEIN256E SKEIN512E SHA256 SHA1 SHA512 SHA224 SHA384 SKEIN256 SKEIN512 WORM URL
+remote types: git gcrypt S3 bup directory rsync web webdav tahoe glacier ddar hook external
+
+Ubuntu 14.04 LTS
+
+Linux eee 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:02:19 UTC 2014 i686 i686 i686 GNU/Linux
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+$ git-annex webapp
+Launching web browser on file:///tmp/webapp3414.html
+git-annex: createSession: permission denied (Operation not permitted)
+WebApp crashed: createSession: permission denied (Operation not permitted)
+$
+# End of transcript or log.
+"""]]
+
+> provisionally fixed; [[done]] --[[Joey]]