You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just changed my uid from 1000 to 1026, so it matches with my other systems and rebooted 3 times for good measure.
I got an error saying tmp file /run/user/1000 could not be created. To find out what was being written to that folder I created it, with my permissions and ran the same command podman image build -f Containerfile -t localhost/mg-static again and got:
Now /run/user/1026/containers/overlay/overlay-true does exist, so not everything is writing to the old uid.
I checked all config files and none of them contain 1000 as my uid. I ran the same command with strace and that also didn't show the user id. journalctl --user -xe also gave no results. It's also not in my env.
Something is wrong here, but I don't know what. I hope someone can try to reproduce the problem, which should be fairly straightforward.
The text was updated successfully, but these errors were encountered:
OS: fedora 35 amd64
podman version: 3.3.1
I just changed my uid from 1000 to 1026, so it matches with my other systems and rebooted 3 times for good measure.
I got an error saying tmp file /run/user/1000 could not be created. To find out what was being written to that folder I created it, with my permissions and ran the same command
podman image build -f Containerfile -t localhost/mg-static
again and got:Now
/run/user/1026/containers/overlay/overlay-true
does exist, so not everything is writing to the old uid.I checked all config files and none of them contain 1000 as my uid. I ran the same command with
strace
and that also didn't show the user id.journalctl --user -xe
also gave no results. It's also not in myenv
.Something is wrong here, but I don't know what. I hope someone can try to reproduce the problem, which should be fairly straightforward.
The text was updated successfully, but these errors were encountered: