-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to log to jupyterhub notebook as admin #491
Comments
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗 |
I found myself in a similar situation although I did not try with a root user. The singleserver does not start for some users. All those users are part of the same Group. I created that goup to give access a service but that prevents the singleservers to be created. The panel for administration can be accessed in my case so it is somewhat different. Just in case this might help someone, this is part of the logfile that I get: |
Did you solve the problem? |
My jupyterhub instance is running in a docker container. not able to login to the jupyterhub as admin. i created a user
adduser and provided the privileges to the user. but when i signed in to the jupytehub notebook the admin block is not available.
i even tired this, docker exec -it jupyterhub bash and then passwd root to set the password of root.
After that, i tried to login with the username "root" and password. However, root admin always returned "Spawn failed" error.
Only normal user which is created in docker container can get spawn successfully.
Did anyone know the solution?
The text was updated successfully, but these errors were encountered: