View Single Post
Old 12-28-2024, 09:23 AM   #1
ghffPar
Junior Member
ghffPar began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Dec 2024
Location: Italy
Device: none
Daemonized server empty library

Hi all, first post on the forum.

I have a library located in my user home folder on my raspberry pi: ~/libreria-calibre
I created this folder via samba from my mac.
and this folder contains following files:
  • metadata.db
  • metadata_db_prefs_backup.json
  • Sconosciuto
  • 'Vladimir Nabokov'
(I thought it might be helpful specifying these informations)


Running calibre-server simply as:
Code:
calibre-server ./libreria-calibre
works fine and I can see and read books from library on LAN devices.

Instead if I run:
Code:
sudo calibre-server --daemonize --log ./libreria-calibre/log ./libreria-calibre
(I run as sudo as I haver permission denied error otherwise)

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.
ghffPar is offline   Reply With Quote