From: thk Date: Tue, 10 Mar 2020 19:59:15 +0000 (+0000) Subject: (no commit message) X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~122^2~116 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2f99ef77c50d904e0985ba05df50a407e825c49;p=git-annex.git --- diff --git a/doc/bugs/git-annex_has_no_useful_debug_logging.mdwn b/doc/bugs/git-annex_has_no_useful_debug_logging.mdwn new file mode 100644 index 0000000000..15b95239e8 --- /dev/null +++ b/doc/bugs/git-annex_has_no_useful_debug_logging.mdwn @@ -0,0 +1,9 @@ +Exporting to a directory on an USB drive (ext4) fails for exactly one file. All other files exported fine. + +I already renamed the file (it contained an umlaut and a space), I checked permissions, I ran fsck over the file in the annex. + +The metered write goes up to 100% then it stalls for one or two seconds and afterwards git-annex just says "Failed". + +My issue is that git-annex in general is hard to debug. I ran the command with --verbose and --debug but this also did not provide any clue. + +I believe good error handling and logging is a non-trivial problem in Haskell?