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

Error response from daemon: unable to find user phper: no matching entries in passwd file #268

Open
minhkhoablieu opened this issue May 10, 2024 · 2 comments

Comments

@minhkhoablieu
Copy link

I'm run make install with root user

It show error: Error response from daemon: unable to find user phper: no matching entries in passwd file

image

Please help me. Thanks

@ucan-lab
Copy link
Owner

ucan-lab commented May 12, 2024

@minhkhoablieu
Please provide details of your execution environment.

This is the effect that was addressed in this issue #258
It is now possible to run it as a general user, but on the other hand, it seems that an error will occur in the Dockerfile because a root user cannot create a phper user with UID=0.

If you are in a hurry, running Docker as a general user should resolve the issue.
Or, the v2.5.1 version should work, so please try this.

I will consider whether it is possible to make it work even for the root user, or whether it should be supported.

@minhkhoablieu
Copy link
Author

My execution environment is:

  • Ubuntu 22.04
  • User = root
  • UID = 0
  • GID = 0

I have created a new user, and it ran successfully, thank you.

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