https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27115 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lari.taskula@hypernova.fi --- Comment #3 from Lari Taskula <lari.taskula@hypernova.fi> --- This is still valid. Upping verbosity for koha-sip --start reveals the underlying issue. The SIP daemon doesn't stop in time to be able to start again. During koha-common startup, we are checking if SIP is already running. If so, we will not start the SIP server, and it will stay in stopped state until it is manually started again. See line 11 "SIP server already running for ...":
1 06:07:43.x systemd[1]: Stopping koha-common.service - Start required services for each Koha instance... 2 06:07:43.x koha-common[x]: * Stopping SIP server for production_instance 3 06:07:43.x koha-common[x]: ...done. 4 ... 5 06:07:44.x systemd[1]: koha-common.service: Deactivated successfully. 6 06:07:44.x systemd[1]: koha-common.service: Unit process x (daemon) remains running after unit stopped. 7 06:07:44.x systemd[1]: koha-common.service: Unit process x (es_indexer_daem) remains running after unit stopped. 8 06:07:44.x systemd[1]: Stopped koha-common.service - Start required services for each Koha instance 9 ... 10 06:07:44.x systemd[1]: Starting koha-common.service - Start required services for each Koha instance... 11 06:07:45.x koha-common[x]: * Warning: SIP server already running for production_instance
-- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.