[Koha-bugs] [Bug 10144] koha-start-zebra error handling

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Apr 30 06:10:59 CEST 2013


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

Chris Cormack <chris at bigballofwax.co.nz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |chris at bigballofwax.co.nz

--- Comment #3 from Chris Cormack <chris at bigballofwax.co.nz> ---
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.


More information about the Koha-bugs mailing list