Technosoft2000 / docker-calibre-web

Docker image for Calibre Web https://github.com/janeczku/calibre-web/, based on docker image of Alpine
273 stars 58 forks source link

Permission denied error #84

Closed timmehtimtims closed 4 years ago

timmehtimtims commented 4 years ago

Manual uploads via Calibre-Web no longer working. I'm getting the following error:

`[2020-07-27 15:04:35,147] INFO {cps:98} Starting Calibre Web...

[2020-07-27 17:44:49,558] ERROR {cps.editbooks:778} Failed to create path /books/Unknown/The A-Z of Therapeutic Parenting Strategies and Solutions (Permission denied) [2020-07-27 17:49:46,226] ERROR {cps.editbooks:778} Failed to create path /books/Unknown/The A-Z of Therapeutic Parenting Strategies and Solutions (Permission denied) [2020-07-27 17:52:35,363] ERROR {cps.editbooks:778} Failed to create path /books/Unknown/The A-Z of Therapeutic Parenting_ Strategies and Solutions (Permission denied)`

I've tired sudo chmod o+rwx [calibre database directory] but nothing doing. I read something about this being a PGID/PUID error but they are set to 65529 and 1029 respectively.

Is there anything else that I can try?

timmehtimtims commented 4 years ago

I'm an idiot. sudo chmod -R o+rwx did the trick