[2342] in SIPB-AFS-requests
pts screwiness
daemon@ATHENA.MIT.EDU (Greg Hudson)
Sat Apr 20 14:44:08 1996
Date: Sat, 20 Apr 1996 14:14:01 -0400
From: Greg Hudson <ghudson@MIT.EDU>
To: sipb-afsreq@MIT.EDU, afsdev@MIT.EDU
When I create an empty group in the Athena cell, I can use pts mem on
it without a problem:
glacier% pts cg ghudson:test -c athena
group ghudson:test has id -99337
glacier% pts mem ghudson:test -c athena
Members of ghudson:test (id: -99337) are:
glacier% pts delete ghudson:test -c athena
Same for the zone cell:
glacier% pts cg ghudson:test -c zone
group ghudson:test has id -16777227
glacier% pts mem ghudson:test -c zone
Members of ghudson:test (id: -16777227) are:
glacier% pts delete ghudson:test -c zone
However, when I do so in the sipb cell or dev cell, I get error
messages:
glacier% pts cg ghudson:test -c sipb
group ghudson:test has id -99055
glacier% pts mem ghudson:test -c sipb
pts: Unknown code dm 120 (268438904) so failed to get membership of ghudson:test (id: -99055)
glacier% pts delete ghudson:test -c sipb
glacier% pts cg ghudson:test -c dev
group ghudson:test has id -98008
glacier% pts mem ghudson:test -c dev
pts: Unknown code dm 120 (268438904) so failed to get membership of ghudson:test (id: -98008)
glacier% pts delete ghudson:test -c dev
If I add someone to the group, "pts mem" starts to work; if I then
delete someone from the group, "pts mem" stops working.