1566748 : Fwd: ID not updated¶
Created: 2026-01-13T11:14:34Z - current status: new¶
Here is the anonymized and summarized version of the reported issue:
Summary of the Issue¶
A user ([USERNAME]) was recently added to the Unix group cssb on the Maxwell cluster to gain access to specific software for a CryoEM course. Despite logging out and starting a new session, the group assignment is not being reflected in the user’s active session.
The user confirmed that their account details (e.g., group membership) have not been updated on the cluster, even though the change was made ~45 minutes prior.
Possible Causes & Solution¶
- Group Propagation Delay:
- Group membership changes on Unix systems may require a relogin or session restart to take effect. However, the user has already done this without success.
-
Next Step: The user should verify their current group membership by running the command:
bash groupsorbash idin a terminal session. If thecssbgroup is still missing, the change may not have propagated correctly. -
Persistent Session Caching (FastX):
- If the user is accessing the cluster via FastX (browser/client), persistent sessions may retain old group permissions. Even after logging out, the session might still use cached credentials.
-
Solution:
- Fully terminate the FastX session (not just disconnect) and start a fresh one.
- Alternatively, try accessing the cluster via SSH (
ssh [USERNAME]@max-cssb-display.desy.de) to confirm if the group appears there.
-
System-Level Delay:
- Group changes may take time to sync across all nodes, especially in distributed environments like Maxwell.
- Next Step: If the issue persists after 1–2 hours, contact the Maxwell support team (
maxwell.service@desy.de) to verify the group assignment on the backend.
Recommended Action¶
- User: Run
groupsoridin a terminal to check current group membership. - User: Ensure the FastX session is fully terminated (not just disconnected) and start a new one.
- Admin: If the issue remains unresolved, escalate to
maxwell.service@desy.defor backend verification.