-
Bug
-
Resolution: Done
-
Critical
-
rhelai-1.3
To Reproduce Steps to reproduce the behavior:
- Install registry.stage.redhat.io/rhelai1/bootc-intel-rhel9:1.3-1732202338
- Perform podman login
[devcloud@dhcp-10-111-212-61 home]$ podman login -u='7508531|rhel-ai-qe' -p=ey<REDACTED>gNU registry.stage.redhat.io ERRO[0000] running `/usr/bin/newuidmap 10183 0 1002 1 1 231072 65536`: newuidmap: write to uid_map failed: Operation not permitted Error: cannot set up namespace using "/usr/bin/newuidmap": should have setuid or have filecaps setuid: exit status 1
Expected behavior
- podman login to work properly . This error prevents model download
Screenshots
- Attached Image
Device Info (please complete the following information):
- Hardware Specs: Intel Gaudi 3
- OS Version: RHELAI 1.3
- Python Version: [output of \\{{{}python --version{}}}]
- InstructLab Version: 0.21
Additional context
- On Nvidia system I see this:
[cloud-user@ecosystem-qe-auto ~]$ getcap /usr/bin/newuidmap /usr/bin/newgidmap /usr/bin/newuidmap cap_setuid=ep /usr/bin/newgidmap cap_setgid=ep
- While on Intel system :
[devcloud@dhcp-10-111-212-61 home]$ getcap /usr/bin/newuidmap /usr/bin/newgidmap [devcloud@dhcp-10-111-212-61 home]$
- On an system installed with ISO, this issue is not seen, so somehow this permissions are coming already set