diff --git a/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_1_4578b04c1cfc46849e9440f257f49303._comment b/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_1_4578b04c1cfc46849e9440f257f49303._comment new file mode 100644 index 0000000000..97292cc932 --- /dev/null +++ b/doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_1_4578b04c1cfc46849e9440f257f49303._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2023-01-31T17:22:24Z" + content=""" +Seems to me that you are not able to read the `repo/.git/annex/keysdb/db` file, +likely due to a permissions problem or because it is owned by another user. + +I was able to reproduce this by making the repository itself owned by +me, but making that specific file in it owned by a different user and not +readable by me: + + sqlite query crashed: thread blocked indefinitely in an MVar operation + CallStack (from HasCallStack): + error, called at ./Database/Handle.hs:82:40 in main:Database.Handle + +"""]]