Bug 2097049
Summary: | ERRO[0009] Error forwarding signal 18 to container using rootless user with timeout+sleep in the podman run command [rhel-8.6.0.z] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | RHEL Program Management Team <pgm-rhel-tools> |
Component: | podman | Assignee: | Jindrich Novy <jnovy> |
Status: | CLOSED ERRATA | QA Contact: | Alex Jia <ajia> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.6 | CC: | bbaude, ddarrah, dornelas, dwalsh, falim, fsayyed, jligon, jnovy, lsm5, mheon, pghadge, pthomas, umohnani, ypu |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | podman-4.1.1-2.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | 2090609 | Environment: | |
Last Closed: | 2022-08-02 10:05:42 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 2090609 | ||
Bug Blocks: |
Comment 4
Alex Jia
2022-06-28 08:51:48 UTC
This bug has been verified on podman-4.1.1-2.module+el8.6.0+15917+093ca6f8. [root@sweetpig-22 ~]# rpm -q podman runc systemd kernel podman-4.1.1-2.module+el8.6.0+15917+093ca6f8.x86_64 runc-1.1.3-2.module+el8.6.0+15917+093ca6f8.x86_64 systemd-239-58.el8_6.3.x86_64 kernel-4.18.0-372.18.1.el8_6.x86_64 [root@sweetpig-22 ~]# podman images REPOSITORY TAG IMAGE ID CREATED SIZE registry.access.redhat.com/ubi8 latest 2fd9e1478809 4 weeks ago 225 MB [root@sweetpig-22 ~]# yes | head -10 | xargs --replace -P5 timeout 2 podman run --rm --init ubi8 sleep 5 ERRO[0000] container not running ERRO[0000] container not running ERRO[0000] container not running ERRO[0000] container not running ERRO[0000] container not running [root@sweetpig-22 ~]# podman ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES [root@sweetpig-22 ~]# timeout 4 podman run --log-level=info -i --rm registry.redhat.io/ansible-automation-platform-21/ee-supported-rhel8 python3 -c 'import time; time.sleep(5)' INFO[0000] podman filtering at log level info INFO[0000] Not using native diff for overlay, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled INFO[0000] Setting parallel job count to 7 Trying to pull registry.redhat.io/ansible-automation-platform-21/ee-supported-rhel8:latest... Getting image source signatures Checking if image destination supports signatures Copying blob 0d725b91398e [--------------------------------------] 0.0b / 1.7KiB Copying blob 1e09a5ee0038 [--------------------------------------] 0.0b / 34.7MiB Copying blob efe94c0f6ff6 [--------------------------------------] 0.0b / 189.4MiB Copying blob 47c1fb849539 [--------------------------------------] 0.0b / 19.9MiB Copying blob 971ebcb22551 [--------------------------------------] 0.0b / 65.6MiB INFO[0003] Received shutdown signal "terminated", terminating! PID=21196 INFO[0003] Invoking shutdown handler "libpod" PID=21196 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 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:5824 |