summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar PaulK <PaulK@web>2015-10-15 04:31:51 +0000
committerGravatar admin <admin@branchable.com>2015-10-15 04:31:51 +0000
commit5a9462c2da32bfc642933adbc492af5ee60d3ac9 (patch)
tree0dbfaff69bfbcb10b5aa3c0aec789bf0a69ad7c0
parent09f5a3932058e370f010837d8f31e30c1a979fa0 (diff)
-rw-r--r--doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn
index feb983f4d..98941c14d 100644
--- a/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn
+++ b/doc/bugs/git-annex_won__39__t_execute_on_WD_My_Cloud_NAS.mdwn
@@ -12,17 +12,17 @@ I've managed to get it to work as special remote via rsync. But, it's nowhere ne
FYI, git 2.6.1 is already installed on the NAS.
I can ssh into the NAS no problem. Only user sshd is allowed to ssh, but that's ok. Furthermore, the which command is missing, which prevented webapp lunched on my Mac from creating an rsync remote. Overcame that hurdle by "faking" it:
-echo \#\!\/bin\/sh > /usr/bin/which
-echo command \-v \$\@ >> /usr/bin/which
-chmod +x /usr/bin/which
+ echo \#\!\/bin\/sh > /usr/bin/which
+ echo command \-v \$\@ >> /usr/bin/which
+ chmod +x /usr/bin/which
I've downloaded the latest arm build. After untaring and running runshell successfully, I can't get through the next step, which is running git annex. It results in the following error:
->> git annex
-/mnt/HD/HD_a2/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/HD_a2/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?
+ > git annex
+ /mnt/HD/HD_a2/git-annex/shimmed/git-annex/git-annex: error while loading shared libraries: /mnt/HD/HD_a2/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?
same goes for runshell git-annex-shell -c git annex:
-/mnt/HD/HD_a2/Nas_Prog/git-annex/shimmed/git-annex-shell/git-annex-shell: error while loading shared libraries: /mnt/HD/HD_a2/Nas_Prog/git-annex/shimmed/git-annex-shell/git-annex-shell: ELF load command alignment not page-aligned
+ /mnt/HD/HD_a2/Nas_Prog/git-annex/shimmed/git-annex-shell/git-annex-shell: error while loading shared libraries: /mnt/HD/HD_a2/Nas_Prog/git-annex/shimmed/git-annex-shell/git-annex-shell: ELF load command alignment not page-aligned
and pretty much any of the git-annex binaries.