Skip to content
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

Groups error on launching Terminal #13

Open
BenjaminHCCarr opened this issue Feb 13, 2018 · 2 comments
Open

Groups error on launching Terminal #13

BenjaminHCCarr opened this issue Feb 13, 2018 · 2 comments

Comments

@BenjaminHCCarr
Copy link

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
Copy link
Member

betatim commented Feb 20, 2018

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
Copy link
Member

betatim commented Feb 20, 2018

Created an issue here: jupyterhub/zero-to-jupyterhub-k8s#506 to find out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants