calibre uses the sqlite library to access metadata.db. sqlite requires networked filesystems to implement file locking correctly. Presumably whatever filesystem driver you are using does not. There's no way to fix this in calibre. You either need to change the sqlite locking mechanism or fix the filesystem driver you are using.
|