-
Notifications
You must be signed in to change notification settings - Fork 4
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 when pulling #2
Comments
I solved this problem by reading this issue. The solution was to run I will need to exec this command in the correct environment context prior to the EDIT: I created a new user and logged in to this user via ssh. Everything worked fine. So we need to imitate exactly the behavior sshd does when a new user logs in. We especially need to run pam_open_session, which is already implemented in the PAMAuthenticator. But what are the CAPABILITIES, a non-root process needs to do this. So there are two possibilities:
|
@gatoniel Thanks! Running |
Should be fixed with commit efc7c28 |
With my standard user everything works out fine. I created a testuser with UID=1004. When I try to use the PodmanSpawner with this user, I get this error:
From this comment in an issue (containers/podman#2542 (comment)) I get, that there might be some difference in how docker and podman run commands regarding the usage of user namespaces. Maybe we need to make also different images for podman?
This is the line for testuser in /etc/subuid:
Also there is no file under /run/user/1004/libpod/pause.pid
The text was updated successfully, but these errors were encountered: