comment
authorJoey Hess <joeyh@joeyh.name>
Tue, 31 Jan 2023 17:29:57 +0000 (13:29 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 31 Jan 2023 17:29:57 +0000 (13:29 -0400)
doc/bugs/SQlite_failed_when_copying_to_remote_repository/comment_1_4578b04c1cfc46849e9440f257f49303._comment [new file with mode: 0644]

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 (file)
index 0000000..97292cc
--- /dev/null
@@ -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
+
+"""]]