Bug 1895105
Summary: | Podman events nonfunctional as rootless | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Matthew Heon <mheon> |
Component: | skopeo | Assignee: | Tom Sweeney <tsweeney> |
Status: | CLOSED ERRATA | QA Contact: | Yuhui Jiang <yujiang> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.3 | CC: | bbaude, dwalsh, jligon, jnovy, kanderso, lsm5, mheon, pthomas, santiago, tsweeney, umohnani, ypu |
Target Milestone: | rc | ||
Target Release: | 8.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | skopeo-1.2.0-4.el8 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-16 14:21:54 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: |
Description
Matthew Heon
2020-11-05 18:40:17 UTC
Simplest reproducer I can find: $ podman run --name foo --log-driver journald alpine echo hi hi $ podman logs foo [there is no output. Expected: "hi"] AFAICT it does not matter what groups the user is in: neither wheel nor systemd-journal make any difference, there is never any output from `podman logs`. In fact, there isn't even any output when running `podman run` + `podman logs` as root. Am I responding to the wrong issue? Followup: I was testing the wrong podman. With podman-2.1.1-3.module+el8.3.1+8686+2a59bca3.x86_64: testuser in group adm, wheel, or systemd-journal group : 'podman logs' emits 'hi' as expected testuser NOT in any of the above groups : 'podman logs' emits nothing 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 (Moderate: container-tools:rhel8 security, 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/RHSA-2021:0531 |