[Koha-bugs] [Bug 14361] koha-restart-zebra fails and probably breaks upgrade

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Jun 28 22:00:33 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14361

--- Comment #11 from Benjamin Rokseth <benjamin.rokseth at kul.oslo.kommune.no> ---
Jonathan, yes you should definitely see pidfile dir setting.

ps ax | grep zebrasrv should give two hits:

* the daemon process, which should give the active daemon flags, including
--pidfiles=/var/run/koha/[instance]/

* the actual zebrasrv process, with the flags for the server.

example:

1124 ?        S      0:00 daemon --name=name-koha-zebra
--pidfiles=/var/run/koha/name/ --errlog=/var/log/koha/name/zebra-error.log
--stdout=/var/log/koha/name/zebra.log
--output=/var/log/koha/name/zebra-output.log --verbose=1 --respawn --delay=30
--user=name-koha.name-koha -- zebrasrv -v none,fatal,warn -f
/etc/koha/sites/name/koha-conf.xml

1136 ?        S      0:00 zebrasrv -v none,fatal,warn -f
/etc/koha/sites/name/koha-conf.xml

if you don't see the --pidfiles=/var/run/koha/[instance]/, either the daemon is
not running and/or the patch is not applied.

koha-restart-zebra [instance] would attempt to restart daemon

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list