-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Error "unable to find user user" #669
Comments
Interesting... What if you run this image manually:
Will you be able to enter a container as a user? FYI, I was unable to reproduce it on a fresh Debian 8 instance with the latest Docker installed. |
If I run this manually I get into the shell of the container as expected. How can I find out which steps are executed in "step3 injecting....". ? This might be totally unrelated but:
Where as starting it without the |
When a workspace agent is injected, we unzip it from /mnt/che into /home/user/che - https://github.com/eclipse/che/blob/master/assembly/assembly-ide-war/src/main/java/org/eclipse/che/api/deploy/ApiModule.java#L125 Address already in use is quite self explaining - there seems to be a process listening on the debug port - 8000 |
Another text you can do is:
The exec command can be anything you want. I want to make sure execs are working ok. Looks like you have got an old Kernel. I suspect this may be related - RocketChat/Rocket.Chat#1530 Can you run |
|
It is a Kernel issue then. Docs docs say:
|
You were right. I upgraded the kernel to 3.16 and now it works. |
Description of problem: When creating a new project on step3 (Injecting and starting workspace agent) i get the error:
Che version: 4.0.0-RC13
Che install directory: ~/eclipse-che-4.0.0-RC13-SNAPSHOT
Docker version:
Java version:
Environment details (AWS, VirtualBox, physical, etc.):
Steps to Reproduce:
./bin/che.sh
as userfoo
(id 1000)[STDERR] Unable to find user user
Other way to produce a similar error:
./bin/che.sh -i
The text was updated successfully, but these errors were encountered: