From 6c36e9dde08fdbf5ca9e2eb73c8728f16b74b77d Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" Date: Fri, 1 Mar 2013 01:26:36 +0000 Subject: [PATCH 1/3] Added a comment --- .../comment_1_cb08435812dd7766de26199c73f38e8b._comment | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/todo/union_mounting/comment_1_cb08435812dd7766de26199c73f38e8b._comment diff --git a/doc/todo/union_mounting/comment_1_cb08435812dd7766de26199c73f38e8b._comment b/doc/todo/union_mounting/comment_1_cb08435812dd7766de26199c73f38e8b._comment new file mode 100644 index 0000000000..3fadf6fa3c --- /dev/null +++ b/doc/todo/union_mounting/comment_1_cb08435812dd7766de26199c73f38e8b._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln3ckqKx0x_xDZMYwa9Q1bn4I06oWjkog" + nickname="Michael" + subject="comment 1" + date="2013-03-01T01:26:36Z" + content=""" +This would indeed be very helpful when remotely mounting a photo/video collection over samba. +"""]] From 794eb7cb883b44cd98d53de1085d32960e9e30bb Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" Date: Fri, 1 Mar 2013 02:32:32 +0000 Subject: [PATCH 2/3] Added a comment: link busybox: No such file or directory --- ...7_42572411617c287368482bb9dcf94324._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/design/assistant/blog/day_200__release_day/comment_7_42572411617c287368482bb9dcf94324._comment diff --git a/doc/design/assistant/blog/day_200__release_day/comment_7_42572411617c287368482bb9dcf94324._comment b/doc/design/assistant/blog/day_200__release_day/comment_7_42572411617c287368482bb9dcf94324._comment new file mode 100644 index 0000000000..409ade91db --- /dev/null +++ b/doc/design/assistant/blog/day_200__release_day/comment_7_42572411617c287368482bb9dcf94324._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawmmLfBDEDFfEOba8Ra46nsnTmoNHFsLObo" + nickname="Brian" + subject="link busybox: No such file or directory" + date="2013-03-01T02:32:32Z" + content=""" +When I run the 28-Feb-2013 android version of git annex, I'm getting the error: + + link busybox: No such file or directory + +Maybe this code is not finding the busybox.so file: + + link(\"lib/lib.busybox.so\", \"busybox\") + +Any ideas how I can troubleshoot? + +I'm running Android 4.2.2. +"""]] From 0e5069d6c5bc5a347ea425ed72c85992b4a1b0c4 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Fri, 1 Mar 2013 03:10:35 +0000 Subject: [PATCH 3/3] Added a comment --- ...nt_8_6b69aa81a9ba4e07e547ed1869946d51._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/design/assistant/blog/day_200__release_day/comment_8_6b69aa81a9ba4e07e547ed1869946d51._comment diff --git a/doc/design/assistant/blog/day_200__release_day/comment_8_6b69aa81a9ba4e07e547ed1869946d51._comment b/doc/design/assistant/blog/day_200__release_day/comment_8_6b69aa81a9ba4e07e547ed1869946d51._comment new file mode 100644 index 0000000000..c375f3b844 --- /dev/null +++ b/doc/design/assistant/blog/day_200__release_day/comment_8_6b69aa81a9ba4e07e547ed1869946d51._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 8" + date="2013-03-01T03:10:35Z" + content=""" +@Brian what you can do is go to the terminal's preferences menu and change the shell it runs to `/system/bin/sh` . This should let you open a new tab with a shell prompt. Then you can try to cd to `/data/data/ga.androidterm`, and see if both `lib/lib.start.so` and `lib/lib.busybox.so` exist. + +You could then try to do the same thing it does to set up the system: + +
+ln lib/lib.busybox.so busybox
+./busybox sh lib/lib.runshell.so
+
+"""]]