You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have from times to times empty responses from mediator leading to 500 error for end user. It's hard to get the root cause now. Seems user can not spawn a process.
All of my non-admin users get this error when they login successfully.
EDIT
Figured out the problem: I forgot to add the user to the jupyterhub group and also forgot to change the last line in the sudoers configuration per this
Strangely enough I'm still getting some errors below.
[I 2018-12-17 12:55:18.439 JupyterHub log:158] 302 GET /user/username/ -> /hub/user/username/ (@137.15.35.177) 0.66ms
sh: 1: cannot create /run/motd.dynamic.new: Permission denied
Welcome to Ubuntu 16.04.5 LTS (GNU/Linux 4.4.0-137-generic x86_64)
[W 2018-12-17 12:55:18.517 JupyterHub auth:642] Failed to open PAM session for username: [PAM Error 14] Cannot make/remove an entry for the specified session
[W 2018-12-17 12:55:18.518 JupyterHub auth:643] Disabling PAM sessions from now on.
[I 181217 12:55:18 mediator:89] Spawning /usr/local/bin/jupyterhub-singleuser --port=41026
[I 2018-12-17 12:55:19.481 SingleUserNotebookApp singleuser:406] Starting jupyterhub-singleuser server version 0.9.4
Hi,
We have from times to times empty responses from mediator leading to 500 error for end user. It's hard to get the root cause now. Seems user can not spawn a process.
Anyone having the same issue ?
sudospawner/sudospawner/spawner.py
Line 80 in c291a89
Regards,
Yann
The text was updated successfully, but these errors were encountered: