-
Notifications
You must be signed in to change notification settings - Fork 379
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
x11docker ERROR: Could not find user #510
Comments
Have the same problem with MSYS2 setup, there is no /etc/passwd at all.
|
i have the same problem. Do you have any suggestions for this? |
Unfortunately, I do not have an answer for this yet. I stopped using x11docker because of it. |
Does "getent passwd your_user_name" (using your actual username) show anything in the terminal, or give an error? (On msys, you might need to install the getent package first.) You can probably avoid the "--update" by downloading the latest copy from GitHub manually, and you can skip installing it by running it from the directory where you cloned the repo. However, if you're seeing this issue, the other basic commands might show errors too. |
Doing |
Hello,
I am trying to run some of the basic commands from
x11docker
:x11docker --update
but I run into the following error that I do not understand, perhapsx11docker
requires different privileges? I am using Ubuntu 22.04, I did the installation as stated in the README, and also pulled thex11docker/xserver
image. I did check that the user indeed exists by runningid -u <user_name>
The text was updated successfully, but these errors were encountered: