Podman reset and re-install #12910
Unanswered
rachelglenn
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you try rebooting the system? The steps you've described should work, but it looks like something is preventing Podman from creating a new user namespace; it's unclear exactly what, given the unhelpful error from newuidmap. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was having issues with Podman and was trying change the uid and gid with podman and user on Ubuntu 18.04. I decided to reset Podman and erase all images, containers, and etc. I ran
podman system reset
sudo apt remove podman
sudo apt -y install podman
I now get the error with any podman commands:
Error: cannot setup namespace using newuidmap: exit status 1
How do I reset everything and reinstall podman from scratch to resolve this issue?
Thanks,
Rachel
Beta Was this translation helpful? Give feedback.
All reactions