summaryrefslogtreecommitdiff
path: root/doc/bugs/Stale_lock_files_on_Android.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o <Andrew@web>2013-07-02 22:09:03 +0000
committerGravatar admin <admin@branchable.com>2013-07-02 22:09:03 +0000
commit98179249e2d71c6fc1bf5766e53ee5c18444f26a (patch)
tree8eb48c0cca1b5fa795c4142e99d9fbf7dda28843 /doc/bugs/Stale_lock_files_on_Android.mdwn
parent2850dd6ad6aeb37e03d0746c10dfeb453a5e2aad (diff)
Diffstat (limited to 'doc/bugs/Stale_lock_files_on_Android.mdwn')
-rw-r--r--doc/bugs/Stale_lock_files_on_Android.mdwn37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/bugs/Stale_lock_files_on_Android.mdwn b/doc/bugs/Stale_lock_files_on_Android.mdwn
new file mode 100644
index 000000000..77ebc0890
--- /dev/null
+++ b/doc/bugs/Stale_lock_files_on_Android.mdwn
@@ -0,0 +1,37 @@
+### Please describe the problem.
+
+Both my Android devices where not processing git-annex updates due to stale lock files. While the lock files are different, I've reported them both together as they are related.
+
+### What steps will reproduce the problem?
+
+Unknown, perhaps the assistant crashed, or the battery ran flat on them.
+
+To resolve the issue I had to manually remove the lock files.
+
+### What version of git-annex are you using? On what operating system?
+
+On my Android phone, daily build 4.20130614-g221aea4
+On my Android tablet, daily build 4.20130621-g36258de
+
+### Please provide any additional information below.
+
+It seems to me that it'd be useful to have the assistant check to see if the lock files are still valid and remove them if they're stale.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+My phone:
+
+From ssh://git-annex-flick-andrewannex_phonecamera/~/phone-camera
+ 987dc25..682cdd1 git-annex -> flick_phonecamera/git-annex
+fatal: Unable to create '/storage/emulated/legacy/DCIM/.git/refs/remotes/flick_phonecamera/synced/git-annex.lock': File exists.
+
+My tablet:
+
+Committer: Adding Coleman-C..eedom.pdf
+Committer: Committing changes to git
+fatal: Unable to create '/mnt/sdcard/reference/.git/index.lock': File exists.
+
+# End of transcript or log.
+"""]]