[3021] in testers
setpag
daemon@ATHENA.MIT.EDU (bdrosen@MIT.EDU)
Mon Jul 22 16:01:45 1996
From: bdrosen@MIT.EDU
To: testers@MIT.EDU
Reply-To: bdrosen@MIT.EDU
Date: Mon, 22 Jul 1996 16:01:24 EDT
running either pagsh or newpag gives me the following:
setpag: Invalid argument
This seems to be caused by:
int
lsetpag()
{
return(syscall(AFS_SETPAG));
}
I used a test account that had previously been able to
run pagsh correctly.
By adding the account to more local groups I was able to
cause the test account to stop running pagsh correctly.
This error occurrs after the user is in more than 14 groups.
Is this an actual bug, or should users just not be in that
many groups?
I also believe that this problem causes the following behavior:
The user is logged onto the workstation.
The user then ftps in to the workstation via the athena ftpd,
(has krb tix) and attaches a locker. When the user quits the ftp
session, the tokens from the login session are removed too .
(fsid -u )
Thanks,
Brett