diff options
Diffstat (limited to 'doc')
2 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/repo_creation_fails_on_android_4.4.3/comment_1_01e638ec9c6d74966d76b6ceb7c06bad._comment b/doc/bugs/repo_creation_fails_on_android_4.4.3/comment_1_01e638ec9c6d74966d76b6ceb7c06bad._comment new file mode 100644 index 000000000..9994130f5 --- /dev/null +++ b/doc/bugs/repo_creation_fails_on_android_4.4.3/comment_1_01e638ec9c6d74966d76b6ceb7c06bad._comment @@ -0,0 +1,26 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnxFr-i4nNUVrj3PJ_JKhp7GtZ5Xom7-3w" + nickname="John" + subject="Errors from Screenshots" + date="2014-07-03T20:00:25Z" + content=""" +A low-bandwidth version. + +*terminal screenshot:* + +Falling back to hardcoded app location; cannot find expected files in /data/app-lib +git annex webapp +nex webapp +WARNING: linker: git-annex has text relocations. This is wasting memory and is a security risk. Please fix. +error: fchmod on /sdcard/annex/.git/config.lock failed: Operation not permitted +error: fchmod on /sdcard/annex/.git/config.lock failed: Operation not permitted + +*first:* + +git [Param \"config\",Param \"annex.uuid\",Param \"51e7d274-9723-4b14-8c5 + +*second:* + +ram \"annex.uuid\",Param \"51e7d274-9723-4b14-8c57-1d72263e3982\"] failed + +"""]] diff --git a/doc/forum/pgp_issue_in_log_file_after_upgrade_to_5.20140517/comment_2_92a7509fc42ab2347d57f080081d14b5._comment b/doc/forum/pgp_issue_in_log_file_after_upgrade_to_5.20140517/comment_2_92a7509fc42ab2347d57f080081d14b5._comment new file mode 100644 index 000000000..4767ae75b --- /dev/null +++ b/doc/forum/pgp_issue_in_log_file_after_upgrade_to_5.20140517/comment_2_92a7509fc42ab2347d57f080081d14b5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.55" + subject="comment 2" + date="2014-07-03T19:49:03Z" + content=""" +That error message seems to occur when git-annex is trying to upgrade itself to a newer version, but for some reason the temporary directory it uses for gpg allows some other user to write to it. Perhaps because of a wacky umask, I don't know. AFAICS it's only a warning and the upgrade still works, but I have made git-annex force a sane umask when creating this temp directory. +"""]] |