On Fri, Jan 10, 2014 at 02:01:19AM +0000, brian m. carlson wrote: > With the earlier versions of the patch, I simply used: > > AssignUserID bmc www-data
Hi, How early is earlier? This isn't something that should have changed a lot in 2.4.6-01. > but this doesn't work anymore, and I get: > > [Fri Jan 10 01:54:53.149064 2014] [mpm_itk:warn] [pid 953168] (itkmpm: > pid=953168 uid=1000, gid=33) itk_post_perdir_config(): initgroups(www-data, > 33): Operation not permitted > [Fri Jan 10 01:54:53.149159 2014] [mpm_itk:warn] [pid 953168] Couldn't set > uid/gid/priority, closing connection. > > Note the attempt to call initgroups with the wrong username, which won't > work when uid == 1000 (bmc). The git process then hangs, since a > connection can never be completed. I have to say this is odd. From your logs, it looks like it tries to initgroups() using the group name instead of the user name -- is that's what's going on? /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org