View Single Post
Old 11-28-2021, 08:59 AM   #4
siclib
Junior Member
siclib began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Nov 2021
Device: BOOX Poke 2
Quote:
Originally Posted by kovidgoyal View Post
First thing to do is uninstall the ubuntu provided calibre and install the official binary from https://calibre-ebook.com/download_linux hopefully that will fix it.
The error is still there.
The error log says nothing

here is my service config

## startup service
[Unit]
Description=calibre content server
After=network.target

[Service]
Type=simple
User=exampleuser
Group=examplegroup
ExecStart=/opt/calibre/calibre-server /mnt/calibre/library/Books /mnt/calibre/library/Dictionaries /mnt/calibre/library/Staff '/mnt/calibre/library/Guests' --auth-mode="basic" --enable-local-write --enable-auth --log="/mnt/calibre/library/log/error.log" --access-log="/mnt/calibre/library/log/access.log" --disable-log-not-found

[Install]
WantedBy=multi-user.target
siclib is offline   Reply With Quote