aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/Permission_problem_in_second_user_account_on_Android
diff options
context:
space:
mode:
authorGravatar http://inkwell.za.net/ <kwill@web>2015-01-06 11:43:13 +0000
committerGravatar admin <admin@branchable.com>2015-01-06 11:43:13 +0000
commit6021e4b053131c54adf4ade919eefc2e6aee050f (patch)
tree0b4e0ceb9dfa174e63aecfdb2b01bc52c1afc75f /doc/bugs/Permission_problem_in_second_user_account_on_Android
parentcfca729f4aee65c8fc34a4afabd7ae399b574790 (diff)
Added a comment: Logfile with errors
Diffstat (limited to 'doc/bugs/Permission_problem_in_second_user_account_on_Android')
-rw-r--r--doc/bugs/Permission_problem_in_second_user_account_on_Android/comment_3_2977076f0f4f26daa7d6a087d8af18b3._comment43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/bugs/Permission_problem_in_second_user_account_on_Android/comment_3_2977076f0f4f26daa7d6a087d8af18b3._comment b/doc/bugs/Permission_problem_in_second_user_account_on_Android/comment_3_2977076f0f4f26daa7d6a087d8af18b3._comment
new file mode 100644
index 000000000..45700fda0
--- /dev/null
+++ b/doc/bugs/Permission_problem_in_second_user_account_on_Android/comment_3_2977076f0f4f26daa7d6a087d8af18b3._comment
@@ -0,0 +1,43 @@
+[[!comment format=mdwn
+ username="http://inkwell.za.net/"
+ nickname="kwill"
+ subject="Logfile with errors"
+ date="2015-01-06T11:43:12Z"
+ content="""
+Found the logfile for the attempted installation at `/storage/emulated/10/git-annex.home/git-annex-install.log`
+
+It looks like there's a problem quite early on. BTW this is on Android 4.4 running on a Nexus 7 (2012). Only modification is installation of F-Droid. Is it worth / possible to install the recent Android 5.0 build?
+
+ Installation starting to /data/data/ga.androidterm
+ abcdef_SOME_LONG_HEX_STRING
+ mv: can't rename '/data/data/ga.androidterm/bin': Permission denied
+ installing busybox
+ ln: /data/data/ga.androidterm/bin/busybox: Permission denied
+ installing git-annex
+ ln: /data/data/ga.androidterm/bin/git-annex: Permission denied
+
+ ... (more of the same)
+
+ busybox: /data/data/ga.androidterm/bin/[: Permission denied
+ busybox: /data/data/ga.androidterm/bin/[[: Permission denied
+ busybox: /data/data/ga.androidterm/bin/ar: Permission denied
+ busybox: /data/data/ga.androidterm/bin/arp: Permission denied
+
+ ... (more of the same)
+
+ busybox: /data/data/ga.androidterm/bin/zcat: Permission denied
+ tar: can't remove old file ./links/git-shell: Permission denied
+ tar: write: Broken pipe
+ cat: can't open '/data/data/ga.androidterm/links/git': Permission denied
+ rm: can't stat '/data/data/ga.androidterm/links/git': Permission denied
+ cat: can't open '/data/data/ga.androidterm/links/git-shell': Permission denied
+ rm: can't stat '/data/data/ga.androidterm/links/git-shell': Permission denied
+ cat: can't open '/data/data/ga.androidterm/links/git-upload-pack': Permission denied
+ rm: can't stat '/data/data/ga.androidterm/links/git-upload-pack': Permission denied
+ lib/lib.runshell.so: line 133: can't create /data/data/ga.androidterm/runshell: Permission denied
+ lib/lib.runshell.so: line 133: can't create /data/data/ga.androidterm/runshell: Permission denied
+ chmod: runshell: Operation not permitted
+ lib/lib.runshell.so: line 133: can't create /data/data/ga.androidterm/bin/trustedkeys.gpg: Permission denied
+ lib/lib.runshell.so: line 133: can't create /data/data/ga.androidterm/installed-version: Permission denied
+ Installation complete
+"""]]