-
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
Wrong user id on Debian #18633
Comments
Switching the UID is not supported by podman as we store full paths in our db. #11377 Something like |
Doesn't fix that command the issue I have. The folder on |
Do you have a containers.conf or storage.conf that defines this incorrect path? |
Is XDG_RUNTIME_DIR set properly? |
$XDG_RUNTIME_DIR = /tmp/runtime-mte90 About containers.conf I don't find that file, there isn't anything on |
Any hint where is getting this value? |
try running podman --log-level debug ... |
Bingo! I mapped the folder for podman stuff in a different folder so in my case the database it was on Just for someone looking for the same command |
Issue Description
I have an old workstation that I am still using with debian sid since 10 years.
So I had some issue on running podman for missing setuid/setgid that was missing and I added them. I changed the id from 1000 to 10000 because there was some issues.
I am able only to run on root, if I run from the user I get this:
If you need more commands to run let me know.
Steps to reproduce the issue
The screen above
Describe the results you received
An error
Describe the results you expected
Don't get any error...
podman info output
Debian sid, podman 4.3.1+ds1-8
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: