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

--- Comment #11 from Benjamin Rokseth <benjamin.roks...@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.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to