Added a comment

This commit is contained in:
Atemu 2021-05-18 09:13:32 +00:00 committed by admin
parent 7d57866c3e
commit 828a5922df

View file

@ -0,0 +1,36 @@
[[!comment format=mdwn
username="Atemu"
avatar="http://cdn.libravatar.org/avatar/d1f0f4275931c552403f4c6707bead7a"
subject="comment 5"
date="2021-05-18T09:13:32Z"
content="""
Another crash on the Linux machine as I was starting the assistant today. Usually it doesn't happen nearly this frequently though.
`core.fsyncObjectFiles` was set to `true` this time.
log.3 (2d ago 19:xx):
```
git-annex: internal error: evacuate: strange closure type 4566880
(GHC version 8.10.4 for x86_64_unknown_linux)
Please report this as a GHC bug: https://www.haskell.org/ghc/reportabug
```
log.2 (today 10:16):
```
<regular git-annex fsck output>
ControlSocket .git/annex/ssh/e5a88504f7bbb083855b27a1c1ca4a26 already exists, disabling multiplexing
To ssh://192.168.101.24/~/Annex/Documents.git/
f153f6740..b52bda802 git-annex -> synced/git-annex
To ssh://git-annex-.MacBook.2DPro.2Efritz.2Ebox-TobiasDe_22_Documents/~/Documents/
bb6821230..b52bda802 git-annex -> synced/git-annex
(started...)
Unpacking all pack files.
fatal: early EOF
```
at the time of log.1 (10:55), corruption has already set in.
I'm sniffing an issue with the auto-repair feature wrongly detecting corruption, trying to fix it and thereby actually corrupting the repo. I'd like to turn it off for investigation, is that possible somehow? By disabling consistency checks perhaps?
"""]]