From 0279b0235ea42142638f66f23df288f4caf76719 Mon Sep 17 00:00:00 2001 From: PaulK Date: Fri, 16 Oct 2015 01:32:38 +0000 Subject: [PATCH] Added a comment --- ..._6c95d0fd70fbf41eea4e6575486af3f5._comment | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment diff --git a/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment new file mode 100644 index 0000000000..a161f6da71 --- /dev/null +++ b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment @@ -0,0 +1,48 @@ +[[!comment format=mdwn + username="PaulK" + subject="comment 2" + date="2015-10-16T01:32:37Z" + content=""" +Yup. It seems to affect mainly git-annex binaries... + +[[!format sh \"\"\" + +# ./git-annex +/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned + +# ./git-annex-shell +/mnt/HD/git-annex/shimmed/git-annex-shell/git-annex-shell: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex-shell/git-annex-shell: ELF load command alignment not page-aligned + +# ./git-annex-webapp +/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned + +# ./git-shell +fatal: Interactive git shell is not enabled. +hint: ~/git-shell-commands should exist and have read and execute access. + +# ./git-upload-pack +usage: git upload-pack [--strict] [--timeout=] + +# ./shimmed/wget/wget +./shimmed/wget/wget: error while loading shared libraries: libpcre.so.3: cannot open shared object file: No such file or directory + +# ./runshell which wget +/mnt/HD/git-annex/bin/wget + +# ./runshell wget +wget: missing URL +Usage: wget [OPTION]... [URL]... + +Try `wget --help' for more options. + +# ./runshell which git +/mnt/HD/git-annex/bin/git + +# ./runshell git annex +/mnt/HD/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/git-annex/shimmed/git-annex/git-annex: ELF load command alignment not page-aligned +fatal: 'annex' appears to be a git command, but we were not +able to execute it. Maybe git-annex is broken? + +\"\"\"]] + +"""]]