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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/