This commit is contained in:
Joey Hess 2023-01-31 13:29:57 -04:00
parent 2e6a01dd4a
commit afd3cf4433
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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
"""]]