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
kind/bugCategorizes issue or PR as related to a bug.remoteProblem is in podman-remote
1 participant
Converted from issue
This discussion was converted from issue #21341 on January 24, 2024 10:01.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
podman can't run image "crops/poky" on Intel Mac.
Another generic images are work well (e.g. hello, nginx)
Steps to reproduce the issue
Steps to reproduce the issue
Describe the results you received
% podman run crops/poky
sudo: unable to send audit message
sudo: pam_open_session: System error
sudo: policy plugin failed session initialization
Traceback (most recent call last):
File "/usr/bin/usersetup.py", line 82, in
grp.getgrgid(args.gid)
KeyError: 'getgrgid(): gid not found: 1000'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/usersetup.py", line 85, in
subprocess.check_call(cmd.split(), stdout=sys.stdout, stderr=sys.stderr)
File "/opt/poky/4.1/sysroots/x86_64-pokysdk-linux/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', 'restrict_groupadd.sh', '1000', 'pokyuser']' returned non-zero exit status 1.
Describe the results you expected
Run without error
podman info output
Podman in a container
No
Privileged Or Rootless
None
Upstream Latest Release
Yes
Additional environment details
Intel macOS Sonoma 14.2.1
Podman installed via podman desktop
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
Beta Was this translation helpful? Give feedback.
All reactions