RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2137345 - Error: runc: exec failed: unable to start container process: open /dev/pts/0: operation not permitted: OCI permission denied [rhel-8.6.0.z]
Summary: Error: runc: exec failed: unable to start container process: open /dev/pts/0:...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: runc
Version: 8.6
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Jindrich Novy
QA Contact: atomic-bugs@redhat.com
URL:
Whiteboard:
Depends On: 2117928
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-10-24 14:38 UTC by RHEL Program Management Team
Modified: 2022-11-16 02:08 UTC (History)
14 users (show)

Fixed In Version: runc-1.1.3-3.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2117928
Environment:
Last Closed: 2022-10-27 11:26:51 UTC
Type: ---
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github opencontainers runc pull 3554 0 None Merged [1.1] Fix failed exec after systemctl daemon-reload (regression in 1.1.3) 2022-10-24 14:49:17 UTC
Red Hat Issue Tracker RHELPLAN-137434 0 None None None 2022-10-24 14:52:55 UTC
Red Hat Product Errata RHBA-2022:7240 0 None None None 2022-10-27 11:26:53 UTC

Comment 3 Alex Jia 2022-10-25 05:45:55 UTC
This bug has been verified on runc-1.1.3-3.module+el8.6.0+16986+c8760fe3.

[root@sweetpig-18 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux release 8.6 (Ootpa)

[root@sweetpig-18 ~]# rpm -q podman runc systemd kernel
podman-4.1.1-7.module+el8.6.0+16889+9f154fa9.x86_64
runc-1.1.3-3.module+el8.6.0+16986+c8760fe3.x86_64
systemd-239-58.el8_6.8.x86_64
kernel-4.18.0-372.32.1.el8_6.x86_64

[root@sweetpig-18 ~]# podman run -d --name exec-test -p 8578:80 quay.io/redhattraining/httpd-parent
Trying to pull quay.io/redhattraining/httpd-parent:latest...
Getting image source signatures
Copying blob a3ed95caeb02 done  
Copying blob a3ed95caeb02 done  
Copying blob 787f47dbeaac done  
Copying blob 6a5240d60dc4 done  
Copying blob a3ed95caeb02 done  
Copying blob 08b8c9fdec44 done  
Copying blob a3ed95caeb02 skipped: already exists  
Copying blob 408208567b9a done  
Copying blob a3ed95caeb02 skipped: already exists  
Copying blob a3ed95caeb02 skipped: already exists  
Writing manifest to image destination
Storing signatures
82aa165e7473322676d4b4ab6d9f88c599306f7c461c100cfec07d8f75bbdaa8

[root@sweetpig-18 ~]# podman ps --filter name=exec-test
CONTAINER ID  IMAGE                                       COMMAND               CREATED        STATUS            PORTS                 NAMES
82aa165e7473  quay.io/redhattraining/httpd-parent:latest  /bin/sh -c /usr/s...  2 seconds ago  Up 2 seconds ago  0.0.0.0:8578->80/tcp  exec-test

[root@sweetpig-18 ~]# systemctl daemon-reload
[root@sweetpig-18 ~]# podman exec -it exec-test sh
sh-4.4# ls    
bin  boot  dev	etc  home  lib	lib64  lost+found  media  mnt  opt  proc  root	run  sbin  srv	sys  tmp  usr  var
sh-4.4# exit
exit
[root@sweetpig-18 ~]# echo $?
0

Comment 10 errata-xmlrpc 2022-10-27 11:26:51 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (container-tools:rhel8 bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:7240


Note You need to log in before you can comment on or make changes to this bug.