Quote:
Originally Posted by ghffPar
Hi all, first post on the forum.
Instead if I run:
Code:
sudo calibre-server --daemonize --log ./libreria-calibre/log ./libreria-calibre
I still can open the calibre viewer on the browser exposed by calibre server on my raspberry but opening my library results in
No books found message.
I am not running any antivirus on the server machine.
|
I believe your problem is that you need to specify the entire full path to the library.
./libreria-calibre is not the full path, but relative to your current directory. This is lost when you daemonize.
Your log should also list the full path from the root directory.