|
Bugzilla – Full Text Bug Listing |
| Summary: | [Build 44.1] openQA test fails in rootless_podman | ||
|---|---|---|---|
| Product: | [openSUSE] PUBLIC SUSE Linux Enterprise Server 15 SP6 | Reporter: | Pablo Herranz Ramírez <pablo.herranz> |
| Component: | Containers | Assignee: | Containers Team <containers-bugowner> |
| Status: | RESOLVED INVALID | QA Contact: | |
| Severity: | Normal | ||
| Priority: | P1 - Urgent | CC: | dcermak, pdostal, rtsvetkov |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://openqa.suse.de/tests/13060038/modules/rootless_podman/steps/110 | ||
| Whiteboard: | |||
| Found By: | openQA | Services Priority: | |
| Business Priority: | Blocker: | Yes | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Pablo Herranz Ramírez
2023-12-13 13:37:19 UTC
This is caused by the unprivileged user not having privileges to read journald. You can either add the user to the systemd-journal group: usermod -a -G systemd-journal bernhard or follow this guide: https://documentation.suse.com/sles/15-SP4/html/SLES-all/cha-journalctl.html#sec-journalctl-persistent |