summaryrefslogtreecommitdiff
path: root/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-05-29 15:23:05 -0400
commit1f6cfecc972b121fa42ea80383183bbaccc2195a (patch)
tree0a450c4226f5e05c2a3597a9f520376de281fffe /doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn
parenta95fb731cd117f35a6e0fce90d9eb35d0941e26e (diff)
remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
Diffstat (limited to 'doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn')
-rw-r--r--doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn b/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn
deleted file mode 100644
index f798fe2ea..000000000
--- a/doc/bugs/Watcher_crashed:_addWatch:_does_not_exist.mdwn
+++ /dev/null
@@ -1,25 +0,0 @@
-### Please describe the problem.
-
-When starting an git annex webapp in my documents repository, i get the error message, that the watcher thread has died. The error message seems to be arising from the fact, that a watcher thread for an empty string should be started, which does not work.
-
-### What steps will reproduce the problem?
-
-I've no idea, how to reproduce this in another repostory.
-
-### What version of git-annex are you using? On what operating system?
-
-ii git-annex 4.20130709 i386 manage files with git, without checking their contents into git
-
-### Please provide any additional information below.
-
-[[!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
-
-Watcher crashed: addWatch: does not exist (No such file or directory)
-[2013-07-14 10:30:35 CEST] Watcher: warning Watcher crashed: addWatch: does not exist (No such file or directory)
-
-# End of transcript or log.
-"""]]
-
-> [[done]]; see my comment --[[Joey]]