summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 16:13:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-31 16:13:36 -0400
commitd4f9f84ae1d0969753d1d0f4fea7eb0c8799a322 (patch)
tree1ae8e17bab3e9f4eea6d432fff76c3c359f3e5ee
parente05835ee30d727d8f02db45626e0d29e66602ca9 (diff)
parent1ab58f5a529c3d3913cfbc3038644f9b64f914c0 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/assistant_crashes_in_TransferScanner/comment_8_099d19ffa8f769b69807fd2f39f77ed3._comment16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/bugs/assistant_crashes_in_TransferScanner/comment_8_099d19ffa8f769b69807fd2f39f77ed3._comment b/doc/bugs/assistant_crashes_in_TransferScanner/comment_8_099d19ffa8f769b69807fd2f39f77ed3._comment
new file mode 100644
index 000000000..56d816662
--- /dev/null
+++ b/doc/bugs/assistant_crashes_in_TransferScanner/comment_8_099d19ffa8f769b69807fd2f39f77ed3._comment
@@ -0,0 +1,16 @@
+[[!comment format=mdwn
+ username="johannes@12f1850a57e13cc234b5ebf88a5d3ac68915a6c2"
+ nickname="johannes"
+ avatar="http://cdn.libravatar.org/avatar/7acaf4a71b0b93cc419195f58f4cd54c"
+ subject="comment 8"
+ date="2016-10-31T19:50:23Z"
+ content="""
+It's not printing any filenames. I modified my old PKGBUILD to create a package that only wraps the /opt/git-annex.linux directory. It still left me with the same error. I first suspected the Archlinux packaging of modifying the binaries in some awkward manner. But guess what, it's caused by the restrictive file/directory permissions on /opt/git-annex.linux.
+
+So here is how I can reproduce the error:
+
+- Step 1: Extract the git-annex standalone tarball to /opt/.
+- Step 2: Change the owner and group of /opt/git-annex.linux to `root` (`chown -R root:root /opt/git-annex.linux`).
+
+So, what happens here? On the first execution of git-annex, it creates a `locales` directory in /opt/git-annex.linux. If the permissions are too restrictive, it silently fails to do that. I get the above error messages if the locales directory is not initialised.
+"""]]