From eb93b6ce5b81d1a7e4b26352a9c58a07a4c0bedd Mon Sep 17 00:00:00 2001 From: irieger Date: Mon, 26 Jun 2023 21:31:11 +0000 Subject: [PATCH] --- doc/forum/Repository_operations_stuck_suddenly.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/forum/Repository_operations_stuck_suddenly.mdwn diff --git a/doc/forum/Repository_operations_stuck_suddenly.mdwn b/doc/forum/Repository_operations_stuck_suddenly.mdwn new file mode 100644 index 0000000000..f244b90ca4 --- /dev/null +++ b/doc/forum/Repository_operations_stuck_suddenly.mdwn @@ -0,0 +1,9 @@ +Just stopped a `git status` call that was stuck for hours on the following line: + + refresh index: 13% (30610/235456) + +That problem suddenly occurred this weekend after I `git annex add`ed some files. I haven't called status or anything before, but last time I used that drive it worked well. + +Other commands like `git commit` also just don't do anything and can't overcome a `S+` state. Problem happens on both macOS and Linux hosts. Nothing in the kernel log that indicates drive IO problems or something similar. + +Any idea what might lead to this?