View Single Post
Old 06-16-2017, 11:25 PM   #3
jocala
Member
jocala began at the beginning.
 
Posts: 14
Karma: 10
Join Date: May 2011
Device: Nook 2
Quote:
Originally Posted by kovidgoyal View Post
First, as noted here: https://manual.calibre-ebook.com/gen...cli-index.html the path to use for console applications is /Applications/calibre.app/Contents/console.app/Contents/MacOS/

Second if you are running via launch services anyway, why do you need --daemonize -- IIRC launch services takes care fo that for you?
Launch services isn't starting calibre-server since I upgraded to 3.0. That's why I tried starting server from the console with --daemonize. Anyway, I just tried

Code:
sudo /Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-server --daemonize --port 8080
Same result, no server running. If I remove the --daemonize it starts.


Code:
sudo /Applications/calibre.app/Contents/console.app/Contents/MacOS/calibre-server  --port 8080
calibre server listening on 0.0.0.0:8080
OPDS feeds advertised via BonJour at: 192.168.1.20 port: 8080
My preference would be to get the server running again via the plist.
jocala is offline   Reply With Quote