Replies: 1 comment
-
Quote from "The delegation of the subordinate uids can be configured via the subid field in /etc/nsswitch.conf file". Maybe you need to configure the subid field in the file /etc/nsswitch.conf? (just a wild guess) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, we have setup an Ubuntu 24.04 server and installed podman on it. The local user had no issues as it is rootful as well. However, we have several ldap users connected to the server and I set up one of them according to:
https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md
However, when trying to build, it fails with:
sd-bus call: Interactive authentication required.: Permission denied : exit status 1 ERRO[0002] did not get container create message from subprocess: EOF
I tried doing 'podman system migrate' and it did not help.
Beta Was this translation helpful? Give feedback.
All reactions