[Koha-bugs] [Bug 24991] make restart sip start sip if it isn't running

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 26 16:18:55 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24991

--- Comment #1 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 101874
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=101874&action=edit
Bug 24991: make koha-sip --restart start sip if it is not already running.

To test:

- make sure SIP is enabled
 sudo koha-sip --enable inst
- make sure SIP is running
 sudo koha-sip --start inst
 sudo koha-sip --status inst
- restart SIP, make sure it does this normally
 sudo koha-sip --restart inst
- stop SIP, make sure it does this normally
 sudo koha-sip --stop inst
- make sure SIP is not running (wild scenario: oomkiller or similar has killed
this or some other thing has happened)
 sudo koha-sip --status inst
- restart sip, make sure it starts SIP instead of silently failing
 sudo koha-sip --restart inst
- check SIP is now running, or that there is an error message if it can't start
 sudo koha-sip --status inst

-- 
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