-
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
system reset doesn't work after user has been recreated #9413
Comments
Core of the issue seems to be that |
A friendly reminder that this issue had no activity for 30 days. |
This looks like XDG_RUNTIME_DIR was not set correctly. How do you get into this condition? |
@rhatdan The paths cached in the database no longer match system configuration. The solution will require a significant rewrite to |
A friendly reminder that this issue had no activity for 30 days. |
I wonder as well. |
Closing in favor of #11377 which has some reproducer |
/kind bug
Description
When creating a new user and deleting an old user podman no longer works.
$ podman images
Error: error creating tmpdir: mkdir /run/user/1000: permission denied
$ podman system reset
Error: error creating tmpdir: mkdir /run/user/1000: permission denied
What does resolve the error:
$ rm -rf ~/.local/share/containers
The text was updated successfully, but these errors were encountered: