Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2013-02-28 23:45:18 -04:00
commit c6a33209ef
3 changed files with 41 additions and 0 deletions

View file

@ -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.
"""]]

View file

@ -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:
<pre>
ln lib/lib.busybox.so busybox
./busybox sh lib/lib.runshell.so
</pre>
"""]]

View file

@ -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.
"""]]