Replies: 11 comments 6 replies
-
Do you have a If you are using |
Beta Was this translation helpful? Give feedback.
-
locate shows /usr/share/containers/storage.conf but that does not exist (removed when I downgraded?). There exists /usr/share/containers/containers.conf. IDK if I am using overlay, seems not, as $STORAGE/overlay/ does not exist so I would say it is fuse-overlayfs. But where is that defined, if storage.conf does not exist? I guess fuse-overlayfs is the only option. As if #22810, I tried the same Containerfile and it was OK:
~ % podman info
In the previous strace, I saw "st_uid=0, st_gid=0 " is that indicative of an error? |
Beta Was this translation helpful? Give feedback.
-
That file does not exist:
Is there a way to recreate it? |
Beta Was this translation helpful? Give feedback.
-
I created it, but still have the same error. I am grateful that you look at this, any idea how to get back those containers to work?
|
Beta Was this translation helpful? Give feedback.
-
I tried that |
Beta Was this translation helpful? Give feedback.
-
I guess that |
Beta Was this translation helpful? Give feedback.
-
I tried |
Beta Was this translation helpful? Give feedback.
-
You need to reset storage if you want to use native-overlay. /home/t/.local/share/containers/storage/overlay/.has-mount-program Indicates at some point that you used a mount-program on this storage and podman will refuse to use the storage without a mount-program until this file is gone. |
Beta Was this translation helpful? Give feedback.
-
Content of |
Beta Was this translation helpful? Give feedback.
-
Yes, containers were created using fuse-overlay because I started with podman 3.4. |
Beta Was this translation helpful? Give feedback.
-
If there are no further ideas here, I plan to reset all podman conf ( I assume |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First I appologize for low quality question "Rootless containers stopped working". But I am beginner user and no idea how to pinpoint.
Some months ago I created few rootless containers and they worked, also used named volumes so that I can upgrade image version.
OS is Linux Mint 21.3 (based on Ubnutu 22.04). I used built-in podman version 3.4, then upgraded in PPA to 6.x then today when this happened reverted to 3.4.4.
Today wanted to start the same containers, MariaDB runs but some do not start, notably Nextcloud and Collabora Online. Common is they have remapped ports >1024, if that is an indication. In later, coolwsd.xml is the main conf. file inside and without it container does not start.
For example (using old image I had I tried to create new container):
podman run --rm -it -p 9080:9980 -e "extra_params=--o:ssl.enable=false" --name 24.04.1-test collabora/code:24.04.1.4.1
gives:
I must have changed something in the meantime in the system, but cannot find what (user namespace?). This looks like a permission issue but where.
Help is more than welcome.
I looked issues here but cannot see if related, mostly they are above my level. Similar is #18300 but how to test that root is mapped properly..
Beta Was this translation helpful? Give feedback.
All reactions