From: Joey Hess Date: Fri, 13 Dec 2019 03:06:42 +0000 (-0500) Subject: bug report X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~138^2~62 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3a14bc8220bbc9a728a258db10fa94048b9ba1c0;p=git-annex.git bug report --- diff --git a/doc/bugs/move_from_ssh_when_not_present_displays_misleading b/doc/bugs/move_from_ssh_when_not_present_displays_misleading new file mode 100644 index 0000000000..9d2afa2a58 --- /dev/null +++ b/doc/bugs/move_from_ssh_when_not_present_displays_misleading @@ -0,0 +1,18 @@ +When a file is not present on a ssh remote, a move of that file fails +like this: + + move foo (from r...) + verification of content failed + failed + move bar (from r...) + Lost connection (fd:24: hGetChar: illegal operation (handle is closed)) + failed + +Both files were not present, so two different failures, and neither message +bears on the real reason why the move failed. + +(Despite the connection having closed, it then was able to move a third file +that was still present.) + +IIRC there was a clear message displayed before git-annex-shell p2pstdio +got implemented. --[[Joey]]