diff options
author | PaulK <PaulK@web> | 2015-10-16 01:32:38 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-10-16 01:32:38 +0000 |
commit | 9b722b71ac2069e27473815aab065a3cd8da7b2d (patch) | |
tree | 5e5483e5d982b8d1bba5e5e5d0042af3548d5641 /doc | |
parent | a383e253642089e5f0bae58b384897e0c5a970dc (diff) |
Added a comment
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS/comment_2_6c95d0fd70fbf41eea4e6575486af3f5._comment | 48 |
1 files changed, 48 insertions, 0 deletions
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 000000000..a161f6da7 --- /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=<n>] <dir> + +# ./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? + +\"\"\"]] + +"""]] |