1577538 : login issue with jupyterhub on naf¶
Created: 2026-02-18T08:19:38Z - current status: new¶
Here’s the anonymized and summarized report of the issue:
Summary¶
A user is unable to log in to JupyterHub on the National Analysis Facility (NAF) since the previous day. The login attempt fails without further details provided.
Possible Causes & Solutions¶
- Project Permissions or Account Issues
- The user’s account or associated project may lack the necessary permissions to access JupyterHub.
-
Next Step: Verify project membership and permissions via the NAF portal or contact support to confirm account status.
-
No Available Worker Slots
- JupyterHub relies on worker nodes, which may be fully occupied.
-
Next Step: Check the log files in the user’s AFS home directory (
.jupyterhub.condor.errand.jupyterhub.condor.out) for messages like "no slots available". -
AFS or Authentication Problems
- Issues with AFS (Andrew File System) or authentication tokens could prevent login.
-
Next Step: Ensure AFS is accessible and tokens are valid (e.g., via
kinitandaklogcommands). -
Conflicting Python Modules
- Custom Python modules in
.local/may cause startup failures. -
Next Step: Review the logs for errors related to module conflicts and temporarily rename
.local/to test. -
Network or Service Outage
- The NAF-JupyterHub service (
naf-jhub.desy.de) may be temporarily unavailable. - Next Step: Check the NAF status page or contact support for service updates.
Recommended Actions¶
- Check Logs:
- Access the AFS home directory and review
.jupyterhub.condor.errand.jupyterhub.condor.outfor error messages. -
Example commands:
bash cat ~/.jupyterhub.condor.err cat ~/.jupyterhub.condor.out -
Verify Permissions:
-
Confirm project membership and permissions via the NAF portal.
-
Test Authentication:
-
Run
kinitandaklogto ensure Kerberos/AFS tokens are valid. -
Contact Support:
- If the issue persists, provide the log files to NAF support for further diagnosis.