[info=069e5e9e8b8271ae8902ddb59d7f6977]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/pcp-image?expand=0&rev=34
This commit is contained in:
Dan Čermák 2023-03-02 13:24:21 +00:00 committed by Git OBS Bridge
parent 28fe94d382
commit ff5ce6b71b
2 changed files with 7 additions and 0 deletions

View File

@ -35,5 +35,7 @@ touch /etc/pcp/pmieconf/dm/metadata_high_util
mkdir -p /etc/pcp/pmieconf/zeroconf
touch /etc/pcp/pmieconf/zeroconf/all_threads
chown pcp:pcp /var/log/pcp/pmlogger
echo Starting systemd...
exec "$@"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 24 13:12:03 UTC 2023 - Darragh O'Reilly <doreilly@suse.com>
- The pmlogger_daily.service was failing silently because it runs as user pcp which did not have permissions on /var/log/pcp/pmlogger. Normally pcp running on the host creates /var/log/pcp/pmlogger and also does chown pcp:pcp /var/log/pcp/pmlogger if it does not exist. But VOLUME /var/log/pcp/pmlogger in the Dockerfile causes the directory to exist with
-------------------------------------------------------------------
Wed Dec 21 16:02:13 UTC 2022 - Dirk Müller <dmueller@suse.com>