This commit is contained in:
spwhitton 2012-12-06 14:58:35 +00:00 committed by admin
parent 65660e2516
commit b991b97db9

View file

@ -0,0 +1,23 @@
Running 3.20121112 on Debian Squeeze.
Since adding a certain directory of files (just a bunch of PDFs) yesterday I am getting errors when I try to use `git annex drop .` when the files aren't present, rather doing nothing or saying 'ok', as it used to do/should do. The errors are of the form `git-annex: fd:10: hGetLine: end of file` and sometimes of the form `git-annex: fd:17: hFlush: resource vanished (Broken pipe)`. In my `daemon.log`, I have the errors
(scanning...) Already up-to-date.
Already up-to-date.
TransferScanner crashed: fd:26: hGetLine: end of file
Already up-to-date.
(started...) git-annex: fd:25: hGetLine: end of file
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
git-annex: fd:24: hFlush: resource vanished (Broken pipe)
[many more repetitions]
If I `git annex get` the files and then drop them again, a further attempt at a drop gives all these errors again.