-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Running sudo -E podman
after rootless podman
has side effects
#3463
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Comments
openshift-ci-robot
added
the
kind/bug
Categorizes issue or PR as related to a bug.
label
Jul 1, 2019
@giuseppe PTAL |
Adding some debug Printf right before trying to create |
Isn't XDG_RUNTIME_DIR pointing to the wrong directory with sudo -E? |
Yea, it is still pointing to |
giuseppe
added a commit
to giuseppe/libpod
that referenced
this issue
Jul 1, 2019
do not attempt to join the rootless namespace if it is running already with euid == 0. Closes: containers#3463 Signed-off-by: Giuseppe Scrivano <[email protected]>
I've opened a PR here: #3468 |
github-actions
bot
added
the
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
label
Sep 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Running
sudo -E podman <anycommand>
after a rootless podman command (that creates the pause process) causes podman to misbehave.Steps to reproduce the issue:
Output of
podman version
:The text was updated successfully, but these errors were encountered: