[OpenAFS] viewing pags
Matthew N. Andrews
matt@slackers.net
Thu, 13 Jan 2005 13:43:02 -0800
Ryan Underwood wrote:
> On Wed, Jan 12, 2005 at 10:42:32PM -0600, Ryan Underwood wrote:
>
>>Is there a utility that can be used to view all of the PAGs on the
>>system and what processes are in each?
>
>
> Well, I found one way - /proc/pid/status. On 2.6 without the setgroups
> hook, both my reauth process and apache master process (as well as
> apache gcache child) are members of the same PAGs. It is only the
> Apache child that is no longer a member. Contrary to my previous post,
> this happens no matter if the child is root or has changed to a
> different uid. It's really strange that the gcache child has the
> correct PAGs, but not the server child.
>
presumably this has to do with a "setgroup" occuring somewhere, and the
uid id irrelevant.
-Matt Andrews