aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/Unable_to_copy_from_Android.mdwn10
-rw-r--r--doc/bugs/android_cannot_get_from_5.20131221.mdwn15
2 files changed, 21 insertions, 4 deletions
diff --git a/doc/bugs/Unable_to_copy_from_Android.mdwn b/doc/bugs/Unable_to_copy_from_Android.mdwn
index 6fea808cc..405e227d6 100644
--- a/doc/bugs/Unable_to_copy_from_Android.mdwn
+++ b/doc/bugs/Unable_to_copy_from_Android.mdwn
@@ -137,4 +137,12 @@ git-annex: copy: 1 failed
# End of transcript or log.
"""]]
-[[dup|done]]
+> There was a bug in the linux standalone tarball distributed
+> with 5.20131221 that made the `git-annex-shell` wrapper accidentially run
+> `git-annex` instead of `git-annex-shell`. Which results in
+> this error about recvkey, which is a git-annex-shell command, not a
+> git-annex command.
+>
+> I think your ubuntu system must have git-annex installed from that tarball.
+> This bug is fixed in the daily builds, and I have updated the
+> tarballs for the release too, now. [[done]] --[[Joey]]
diff --git a/doc/bugs/android_cannot_get_from_5.20131221.mdwn b/doc/bugs/android_cannot_get_from_5.20131221.mdwn
index 72335f5f2..c2422d853 100644
--- a/doc/bugs/android_cannot_get_from_5.20131221.mdwn
+++ b/doc/bugs/android_cannot_get_from_5.20131221.mdwn
@@ -27,6 +27,15 @@ linux standalone 5.20131213 and 5.20131221 are both able to `get` from linux sta
> [[clacke]]
-> Bug is in the shimming used for the linux standalone builds
-> (not android), which causes git-annex-shell to run git-annex.
-> [[fixed|done]] --[[Joey]]
+> There was a bug in the linux standalone tarball distributed
+> with 5.20131221 that made the `git-annex-shell` wrapper accidentially run
+> `git-annex` instead of `git-annex-shell`. Which results in
+> this error about recvkey, which is a git-annex-shell command, not a
+> git-annex command.
+>
+> So, the problem is not in the android build, but in the git-annex
+> installed on the server (or laptop or whatever) that the android is
+> trying to access.
+
+> This bug is fixed in the daily builds, and I have updated the
+> tarballs for the release too, now. [[done]] --[[Joey]]