Unable to start rootless containers as users with long UIDs #9074
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When trying to start rootless containers as a user with a large UID, the attach socket path gets truncated and the container fails to start.
Steps to reproduce the issue:
Describe the results you received:
If user UID exceeds 8 characters, container's attach socket path gets truncated
Describe the results you expected:
podman run
should work with any allowed UID (e.g. 32-bit numbers on some distros)Additional information you deem important (e.g. issue happens only occasionally):
Centralized authentication solutions like FreeIPA/Red Hat IdM default to a high range for domain accounts, like 909800000-... for my domain, so this prevents the usage of rootless podman in a FreeIPA domain deployed using default settings.
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Physical Fedora 32 installation running 5.8.12-200.fc32.x86_64
The text was updated successfully, but these errors were encountered: