Added a comment

This commit is contained in:
gueux 2019-03-21 20:40:55 +00:00 committed by admin
parent 9d7663432b
commit c789270c44

View file

@ -0,0 +1,34 @@
[[!comment format=mdwn
username="gueux"
avatar="http://cdn.libravatar.org/avatar/47e44a21505727b2d6bb5d88f0468f34"
subject="comment 2"
date="2019-03-21T20:40:55Z"
content="""
That's right, I'm using v7 mode with unlocked files.
```
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[annex]
uuid = 25e5f762-db7f-49ad-a504-93e02bba642f
sshcaching = false
crippledfilesystem = true
version = 7
thin = true
[filter \"annex\"]
smudge = git-annex smudge %f
clean = git-annex smudge --clean %f
```
With 7.20190220-g9d7663432, I now get:
sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection))
sqlite worker thread crashed: user error (SQLite3 returned ErrorIO while attempting to perform prepare \"SELECT null from content limit 1\": disk I/O error(while opening database connection))
...
"""]]