aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bla <bla@web>2013-10-14 06:13:19 +0000
committerGravatar admin <admin@branchable.com>2013-10-14 06:13:19 +0000
commitc2ee2adda3ade48705f33b09a884a632d1e2b1ec (patch)
tree45f9f033f3eadda0a663d624ece9e746e3c6019d
parenta21d5aae341691ad0b29cadfbc4ba93a27bb4ae8 (diff)
-rw-r--r--doc/bugs/Git_annex_hangs_after_git_annex_add_on_vfat__47__sdcard__47__android.mdwn15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/bugs/Git_annex_hangs_after_git_annex_add_on_vfat__47__sdcard__47__android.mdwn b/doc/bugs/Git_annex_hangs_after_git_annex_add_on_vfat__47__sdcard__47__android.mdwn
index adff3e57f..62e186550 100644
--- a/doc/bugs/Git_annex_hangs_after_git_annex_add_on_vfat__47__sdcard__47__android.mdwn
+++ b/doc/bugs/Git_annex_hangs_after_git_annex_add_on_vfat__47__sdcard__47__android.mdwn
@@ -1,8 +1,6 @@
### Please describe the problem.
git add hangs.
Maybe because of encrypted sdcard?
-/dev/block/dm-2 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702,allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
-tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
@@ -31,7 +29,8 @@ tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
[2013-10-13 22:05:17 CEST] chat: git ["--git-dir=/mnt/sdcard/annex/.git","--work-tree=/mnt/sdcard/annex","cat-file","--batch"]
add lala [2013-10-13 22:05:17 CEST] chat: git ["--git-dir=/mnt/sdcard/annex/.git","--work-tree=/mnt/sdcard/annex","check-attr","-z","--stdin","annex.backend","annex.numcopies","--"]
** HANGS **
-
+
+
The same will happen when just running and asking assistant to create annex for camera.
@@ -245,6 +244,12 @@ lsof | grep git:
9879 /data/data/ga.androidterm/lib/lib.git.so pipe:[1177784]
+vfat/sdcard entry:
+ /dev/block/dm-2 /mnt/sdcard vfat rw,dirsync,nosuid,nodev,noexec,relatime,uid=1000,gid=1015,fmask=0702,dmask=0702, \
+ allow_utime=0020,codepage=cp437,iocharset=iso8859-1,shortname=mixed,utf8,errors=remount-ro 0 0
+ tmpfs /mnt/sdcard/.android_secure tmpfs ro,relatime,size=0k,mode=000 0 0
+
+
### What version of git-annex are you using? On what operating system?
Version from git annex version:
@@ -254,6 +259,10 @@ I tried both daily build and most recent 'stable' with the same effect.
Android 4.0.3 (Htc One V)
+The same happens on my another android device; Samsung tablet with... also 4.0.3.
+Tried to gather strace information on git, but couldn't. If anything more is necessary,
+please let me know.
+
### Please provide any additional information below.
[[!format sh """