http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10144
Chris Cormack <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off CC| |[email protected] --- Comment #3 from Chris Cormack <[email protected]> --- Before the patch, starting with no instance name silently failed,now ./debian/scripts/koha-start-zebra Starts Zebra for Koha instances. Usage: ./debian/scripts/koha-start-zebra instancename1 instancename2... Missing instance name... sudo ./debian/scripts/koha-start-zebra persona Zebra already running for instance persona. sudo koha-disable persona sudo ./debian/scripts/koha-start-zebra persona Instance persona disabled. No action taken. ps axf | grep "zebrasrv" 10168 pts/3 S+ 0:00 | \_ grep zebrasrv sudo ./debian/scripts/koha-start-zebra persona Starting Zebra server for persona ps axf | grep "zebrasrv" 10250 pts/3 S+ 0:00 | \_ grep zebrasrv 10216 ? S 0:00 daemon --name=persona-koha-zebra --errlog=/var/log/koha/persona/zebra-error.log --stdout=/var/log/koha/persona/zebra.log --output=/var/log/koha/persona/zebra-output.log --verbose=1 --respawn --delay=30 --user=persona-koha.persona-koha -- zebrasrv -v none,fatal,warn -f /etc/koha/sites/persona/koha-conf.xml 10217 ? S 0:00 \_ zebrasrv -v none,fatal,warn -f /etc/koha/sites/persona/koha-conf.xml -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
