summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar http://johan.kiviniemi.name/ <Johan@web>2014-05-18 14:04:55 +0000
committerGravatar admin <admin@branchable.com>2014-05-18 14:04:55 +0000
commit9298eeaa9b34b9da33e758622d3449911309d5bb (patch)
treeaa3f7e69a0bbea5adb6f84167a33164201f1d976 /doc
parentaa99cd08aa286b4386f862a3b9bc3ef30f1e6d6d (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn b/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn
new file mode 100644
index 000000000..72266ad58
--- /dev/null
+++ b/doc/bugs/Android_version_apparently_unable_to_run_sha256sum.mdwn
@@ -0,0 +1,17 @@
+I’m running git-annex 5.20140517-gee56d21 on Android 4.3.
+
+Running “git annex add filename” from the command line fails to execute sha256sum.
+
+“type sha256sum” says “sha256sum not found”, and indeed, /data/data/ga.androidterm/bin only contains the following files: busybox, git, git-annex, git-receive-pack, git-shell, git-upload-archive, git-upload-pack, gpg, rsync, ssh, ssh-keygen, trustedkeys.gpg.
+
+The assistant says “Added filename” every time it’s started but the file does not actually get added.
+
+The only relevant log lines seem to be:
+
+[[!format sh """
+[2014-05-18 16:57:06 EEST] Watcher: add direct git-annex.apk
+[2014-05-18 16:57:07 EEST] read: lsof ["-FOcan","--","git-annex.apk"]
+[2014-05-18 16:57:08 EEST] Committer: Adding git-annex.apk
+add git-annex.apk [2014-05-18 16:57:08 EEST] chat: git [--git-dir=/storage/emulated/legacy/annex/.git","--work-tree=/storage/emulated/legacy/annex","-c","core.bare=false","check-attr","-z","--stdin","annex.backend","annex.numcopies","--"]
+[2014-05-18 16:57:08 EEST] read: sha256sum ["git-annex.apk"]
+"""]]