View Single Post
Old 05-27-2022, 06:41 PM   #9
martianrock
Junior Member
martianrock began at the beginning.
 
Posts: 9
Karma: 10
Join Date: May 2022
Device: fbreader
Quote:
Originally Posted by theducks View Post
Look at the example at the top.
( My bad. this does not use the actual --withlibrary phase as part of the argument)
Right, so 1st server is started as
Quote:
/usr/bin/calibre-server --port=80 --pidfile="/tmp/calibre-server-prod.pid" /calibre/library/
2nd as:
Quote:
/usr/bin/calibre-server --pidfile="/tmp/calibre-server-staging.pid" /calibre/staging/
And somehow only one of them starts and other fails with error saying there's another instance running (that's w/o CALIBRE_NO_SI_DANGER_DANGER override) Different ports, pid files and library directories.
martianrock is offline   Reply With Quote