Quote:
Originally Posted by theducks
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.