https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41458 --- Comment #1 from Slava Shishkin <slavashishkin@gmail.com> --- Created attachment 190555 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190555&action=edit Bug 41458: Pass a valid GID to Net::Server This change ensures that a valid numeric GID is passed instead. KTD Test Plan: 1) Enter KTD shell. 2) Restart SIP: sudo koha-sip --restart kohadev 3) Check SIP logs: /var/log/koha/kohadev/sip-output.log 4) Observe the error: Couldn't become gid "<uid>": Operation not permitted 5) Apply this patch. 6) Repeat step 2. 7) Verify that the "Couldn't become gid" error is no longer logged. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.