[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 May 6 21:03:43 CEST 2021


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

Liz Rea <wizzyrea at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #101874|0                           |1
        is obsolete|                            |

--- Comment #3 from Liz Rea <wizzyrea at gmail.com> ---
Created attachment 120638
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=120638&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 watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list