https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36948 Bug ID: 36948 Summary: SIP issues in Debian 12 Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: SIP2 Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com QA Contact: testopia@bugs.koha-community.org On my Koha testing docker I was finding that SIP kept dying, though I could find no reason in the logs. 22 20240523 11:24:28 kohadev-koha-sip: client (pid 1831) exited with 1 status, respawning 23 20240523 11:24:29 kohadev-koha-sip: client (pid 1877) exited with 1 status, respawning 24 20240523 11:24:31 kohadev-koha-sip: client (pid 1878) exited with 1 status, respawning 25 20240523 11:24:33 kohadev-koha-sip: client (pid 1879) exited with 1 status, respawning 26 20240523 11:24:34 kohadev-koha-sip: client (pid 1880) exited with 1 status, respawning 27 20240523 11:24:34 kohadev-koha-sip: terminating too quickly, waiting 30 seconds 28 20240523 11:25:04 kohadev-koha-sip: end of 30 second respawn attempt burst delay I edited tie SIP config: log_file='/var/log/koha/kohadev/sip.log' Then I could see: 3724 [2024/05/23 13:17:30] [15317] [WARN] [undef]@[undef]: >&_SERVER_LOG C4::SIP::Trapper::OPEN /kohadevbox/koha/C4/SIP/Trapper.pm (43) 3725 2024/05/23-13:17:30 C4::SIP::SIPServer (type Net::Server::PreFork) starting! pid(15317) 3726 Resolved [*]:8023 to [::]:8023, IPv6 3727 Not including resolved host [0.0.0.0] IPv4 because it will be handled by [::] IPv6 3728 Binding to TCP port 6001 on host 127.0.0.1 with IPv4 3729 Binding to TCP port 8023 on host :: with IPv6 3730 2024/05/23-13:17:30 Can't connect to TCP port 8023 on :: [Invalid argument] 3731 at line 66 in file /usr/share/perl5/Net/Server/Proto/TCP.pm 3732 2024/05/23-13:17:30 Server closing! I removed the 8023 section from SIPconfig and it worked! Then I talked to Kyle and we found it could be resolved with: port="127.0.0.1:8023/tcp" To resolve the OPEN error: +sub OPEN { + return 1; +} + -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.