https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41458
--- Comment #11 from Kyle M Hall (khall) <[email protected]> --- Created attachment 192279 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=192279&action=edit Bug 41458: Pass a valid GID to Net::Server for SIP When starting SIP, Koha passes an incorrect value to the Net::Server "group" parameter, which can generate an error in the logs": Couldn't become gid "<uid>": Operation not permitted This change ensures that a valid numeric GID is passed instead. Test plan: 1. Enter KTD shell. 2. To reproduce the error: sudo groupmod -g 8001 kohadev-koha 3. Restart SIP: sudo koha-sip --restart kohadev 4. Check SIP logs: /var/log/koha/kohadev/sip-output.log 5. Observe the error: Couldn't become gid "<uid>": Operation not permitted 6. Apply this patch. 7. Repeat steps 2 to 4. 8. Verify that the "Couldn't become gid" error is no longer logged. Signed-off-by: David Nind <[email protected]> Signed-off-by: Kyle M Hall <[email protected]> -- You are receiving this mail because: 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/
