wildtreetech / ohjh

ohjh - The OpenHumans JupyterHub deployment
MIT License
8 stars 7 forks source link

Groups error on launching Terminal #13

Open BenjaminHCCarr opened 6 years ago

BenjaminHCCarr commented 6 years ago

When launching a Terminal from the Notebook interface

https://notebooks.openhumans.org/user/{user}/terminals/1

groups: cannot find name for group ID 1000
jovyan@jupyter-{user}:~$ ls
lost+found
jovyan@jupyter-{user}:/$ groups
users groups: cannot find name for group ID 1000
1000

Likely just needs to be defined in your docker's /etc/group

betatim commented 6 years ago

Let's see if we can get this fixed in the base image that the whole stack of jupyter(hub) docker images is based on. I think jovyan should be in the group 100 not 1000 anyway.

betatim commented 6 years ago

Created an issue here: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/issues/506 to find out.