]> dgit.raspbian.org Git - git-annex.git/blob
c7378771ce95fd8f5abdb5e28b181278d663b87f
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 9"""
4  date="2022-09-22T17:04:35Z"
5  content="""
6 Thanks for the --debug. It shows that git-annex is not running 
7 `git update-index --refresh` at all.
8
9 And it shows that the transfer happens in a `git-annex transferrer` process.
10 So, I think you have annex.stalldetection set.
11
12         [2022-09-21 21:29:59.931525] (Utility.Process) process [3968203] chat: /home/dandi/miniconda3/envs/dandisets/bin/git-annex [\"transferrer\",\"-c\",\"annex.debug=true\"]
13
14 And interestingly, that transferrer process fails at the end:
15
16         [2022-09-21 21:30:06.373343] (Utility.Process) process [3968203] done ExitFailure 1
17
18 Aha! I can reproduce it by setting annex.stalldetection.
19 """]]