[Koha-bugs] [Bug 27355] New: Missing sip.enabledafter upgrade to 20.05.x

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 7 09:12:07 CET 2021


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

            Bug ID: 27355
           Summary: Missing sip.enabledafter upgrade to 20.05.x
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: SIP2
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: magnus at libriotech.no
        QA Contact: testopia at bugs.koha-community.org

Bug 24340 introduced the file /var/lib/koha/<instance>/sip.enabled to keep
track of whether a site has enabled SIP2 or not. But as far as I can tell, it
did not do anything to create this file for existing sites that already had
SIP2 enabled and running. 

After upgrading from 19.11.x to 20.05.06 "sudo koha-list --sip" tells me I have
no sites with SIP2 enabled, but there should be 5 of them on the server in
question. I also get this:

$ sudo koha-sip --status mykoha
[FAIL] SIP server not running for mykoha: failed!

This is true. 

$ sudo koha-sip --start mykoha
SIP is disabled, or you do not have a SIPconfig.xml file.

SIP2 should be enabled, and there is a SIPconfig.xml present for the site in
question. 

One solution is to do this:

$ sudo touch /var/lib/koha/mykoha/sip.enabled

And then this works:

$ sudo koha-sip --start mykoha

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