From chris at computersalat.de Sun Feb 11 23:26:48 2018 From: chris at computersalat.de (Christian) Date: Sun, 11 Feb 2018 23:26:48 +0100 Subject: [mpm-itk] Operation not permitted: AH02156: setgid: unable to set group id to Group 0 Message-ID: <7edba1c1-3c95-3741-bd6b-e78e44706b3e@computersalat.de> Hi, using the mpm_itk module and it works, but am somehow confused about the alerts I see in apache error log: [Sun Feb 11 22:17:52.054833 2018] [unixd:alert] [pid 28782] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0 [Sun Feb 11 22:17:52.055455 2018] [unixd:alert] [pid 28781] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0 [Sun Feb 11 22:17:52.055921 2018] [unixd:alert] [pid 28783] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0 [Sun Feb 11 22:17:52.056393 2018] [unixd:alert] [pid 28784] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0 [Sun Feb 11 22:17:52.056842 2018] [unixd:alert] [pid 28785] (1)Operation not permitted: AH02156: setgid: unable to set group id to Group 0 I am using inside my vhost config: AssignUserID name web where 'name' has uid >2000 and 'web' has gid 111 System is openSUSE Leap 42.3 httpd -v Server version: Apache/2.4.23 (Linux/SUSE) Server built:?? 2018-01-29 10:40:58.000000000 +0000 Any idea what could cause that alert ? Thank you Cheers ?Chris -- Christian ------------------------------------------------------------ https://join.worldcommunitygrid.org?recruiterId=177038 ------------------------------------------------------------ http://www.sc24.de - Sportbekleidung ------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: From admin at dyn.su Mon Feb 12 04:52:13 2018 From: admin at dyn.su (Raven) Date: Mon, 12 Feb 2018 09:52:13 +0600 Subject: [mpm-itk] Operation not permitted: AH02156: setgid: unable to set group id to Group 0 In-Reply-To: <7edba1c1-3c95-3741-bd6b-e78e44706b3e@computersalat.de> References: <7edba1c1-3c95-3741-bd6b-e78e44706b3e@computersalat.de> Message-ID: Hi, Try to add following lines into main apache config ??? LimitUIDRange 0 65000 ??? LimitGIDRange 0 65000 12.02.2018 04:26, Christian wrote: > Hi, > > using the mpm_itk module and it works, but am somehow confused about the > alerts I see in apache error log: > [Sun Feb 11 22:17:52.054833 2018] [unixd:alert] [pid 28782] (1)Operation > not permitted: AH02156: setgid: unable to set group id to Group 0 > [Sun Feb 11 22:17:52.055455 2018] [unixd:alert] [pid 28781] (1)Operation > not permitted: AH02156: setgid: unable to set group id to Group 0 > [Sun Feb 11 22:17:52.055921 2018] [unixd:alert] [pid 28783] (1)Operation > not permitted: AH02156: setgid: unable to set group id to Group 0 > [Sun Feb 11 22:17:52.056393 2018] [unixd:alert] [pid 28784] (1)Operation > not permitted: AH02156: setgid: unable to set group id to Group 0 > [Sun Feb 11 22:17:52.056842 2018] [unixd:alert] [pid 28785] (1)Operation > not permitted: AH02156: setgid: unable to set group id to Group 0 > > I am using inside my vhost config: > > AssignUserID name web > > where 'name' has uid >2000 > and 'web' has gid 111 > > System is openSUSE Leap 42.3 > httpd -v > Server version: Apache/2.4.23 (Linux/SUSE) > Server built:?? 2018-01-29 10:40:58.000000000 +0000 > > Any idea what could cause that alert ? > Thank you > > Cheers > ?Chris > > > > _______________________________________________ > mpm-itk mailing list > mpm-itk at err.no > http://lists.err.no/mailman/listinfo/mpm-itk -------------- next part -------------- An HTML attachment was scrubbed... URL: From chris at computersalat.de Mon Feb 12 15:25:48 2018 From: chris at computersalat.de (Christian) Date: Mon, 12 Feb 2018 15:25:48 +0100 Subject: [mpm-itk] Operation not permitted: AH02156: setgid: unable to set group id to Group 0 In-Reply-To: References: <7edba1c1-3c95-3741-bd6b-e78e44706b3e@computersalat.de> Message-ID: Hi Raven, thank you, it works. Would you give me an explanation, cause the alert looks for me as if it tries to change group id to '0' instead of the given 'web(111)' ... Thank you. Cheers Chris Am 12.02.2018 um 04:52 schrieb Raven: > Hi, > Try to add following lines into main apache config > > > ??? LimitUIDRange 0 65000 > ??? LimitGIDRange 0 65000 > > > > > 12.02.2018 04:26, Christian wrote: >> Hi, >> >> using the mpm_itk module and it works, but am somehow confused about the >> alerts I see in apache error log: >> [Sun Feb 11 22:17:52.054833 2018] [unixd:alert] [pid 28782] (1)Operation >> not permitted: AH02156: setgid: unable to set group id to Group 0 >> [Sun Feb 11 22:17:52.055455 2018] [unixd:alert] [pid 28781] (1)Operation >> not permitted: AH02156: setgid: unable to set group id to Group 0 >> [Sun Feb 11 22:17:52.055921 2018] [unixd:alert] [pid 28783] (1)Operation >> not permitted: AH02156: setgid: unable to set group id to Group 0 >> [Sun Feb 11 22:17:52.056393 2018] [unixd:alert] [pid 28784] (1)Operation >> not permitted: AH02156: setgid: unable to set group id to Group 0 >> [Sun Feb 11 22:17:52.056842 2018] [unixd:alert] [pid 28785] (1)Operation >> not permitted: AH02156: setgid: unable to set group id to Group 0 >> >> I am using inside my vhost config: >> >> AssignUserID name web >> >> where 'name' has uid >2000 >> and 'web' has gid 111 >> >> System is openSUSE Leap 42.3 >> httpd -v >> Server version: Apache/2.4.23 (Linux/SUSE) >> Server built:?? 2018-01-29 10:40:58.000000000 +0000 >> >> Any idea what could cause that alert ? >> Thank you >> >> Cheers >> ?Chris >> >> >> >> _______________________________________________ >> mpm-itk mailing list >> mpm-itk at err.no >> http://lists.err.no/mailman/listinfo/mpm-itk > > > > > _______________________________________________ > mpm-itk mailing list > mpm-itk at err.no > http://lists.err.no/mailman/listinfo/mpm-itk > -- Christian ------------------------------------------------------------ https://join.worldcommunitygrid.org?recruiterId=177038 ------------------------------------------------------------ http://www.sc24.de - Sportbekleidung ------------------------------------------------------------ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: