View Single Post
Old 09-15-2014, 11:54 PM   #6
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,247
Karma: 27110894
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
You need to make sure that all files and folders in the directory have correct permissions and owners. The easiest way to do that is run the following commands

chmod -R a+rw /path/to/calibre\ library
chown -R thebestdog:staff /path/to/calibre\ library
chmod a+x /path/to/calibre\ library/* /path/to/calibre\ library/*/*
chmod a-x /path/to/calibre\ library/metadata.db
kovidgoyal is offline   Reply With Quote