
chameleon
@chameleon@fedia.io
i'm lizard
- Comment on Podman: Issues with multiple users running containers simultaneously 8 hours ago:
That looks correct to me if uid 1101 == userC. Sorry, don't really know what it might be then.
- Comment on Podman: Issues with multiple users running containers simultaneously 9 hours ago:
Complete shot in the dark, but I would start by comparing
podman system infobetween the two user accounts, with the most importance on theidMappings. Podman is usually configured to use rootless by default, and this can result in wildly different behavior based on whether/etc/subuidand/etc/subgidare configured to give your user IDs or not. See tutorial if your user 1001 is missing.Modern distro installers tend to give the user created during setup 65536 IDs, but
useraddusually doesn't do that by default. This is really distro-specific stuff though and I don't know how modern Fedora handles it, so I might be grasping at nothing here.