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 2166819 - /etc/pcp/pmcd/pmcd.conf getting rewritten without reason
Summary: /etc/pcp/pmcd/pmcd.conf getting rewritten without reason
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: pcp
Version: 9.1
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: rc
: 9.3
Assignee: Nathan Scott
QA Contact: Jan Kurik
Jacob Taylor Valdez
URL:
Whiteboard:
Depends On:
Blocks: 2211263
TreeView+ depends on / blocked
 
Reported: 2023-02-03 04:16 UTC by Christian Horn
Modified: 2024-08-07 08:54 UTC (History)
5 users (show)

Fixed In Version: pcp-6.0.4-1.el9
Doc Type: No Doc Update
Doc Text:
Clone Of:
: 2211263 (view as bug list)
Environment:
Last Closed: 2023-11-07 08:30:40 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-147529 0 None None None 2023-02-03 04:17:11 UTC
Red Hat Knowledge Base (Solution) 7008955 0 None None None 2023-06-21 08:06:58 UTC
Red Hat Product Errata RHBA-2023:6406 0 None None None 2023-11-07 08:30:52 UTC

Description Christian Horn 2023-02-03 04:16:48 UTC
Description of problem:
/etc/pcp/pmcd/pmcd.conf getting rewritten without reason

Version-Release number of selected component (if applicable):
all

How reproducible:
always

Steps to Reproduce:
[root@kosmos ~]# ll /etc/pcp/pmcd/pmcd.conf 
-rw-r--r--. 1 root root 1108 Feb  3 13:09 /etc/pcp/pmcd/pmcd.conf
[root@kosmos ~]# systemctl restart pmcd
[root@kosmos ~]# ll /etc/pcp/pmcd/pmcd.conf 

Actual results:
-rw-r--r--. 1 root root 1108 Feb  3 13:12 /etc/pcp/pmcd/pmcd.conf

Expected results:
-rw-r--r--. 1 root root 1108 Feb  3 13:09 /etc/pcp/pmcd/pmcd.conf

Additional info:
The contents of pmcd.conf are not rewritten in the observed cases,
so this is not because of pmda's having a .Needinstall file.

'Upgrade' files seem to lead to the rewriting, after removing them, pmcd.conf is
no longer rewritten:

/var/lib/pcp/pmdas/nfsclient/Upgrade
/var/lib/pcp/pmdas/dm/Upgrade
/var/lib/pcp/pmdas/openmetrics/Upgrade
/var/lib/pcp/pmdas/kvm/Upgrade
/var/lib/pcp/pmdas/bcc/Upgrade

[root@kosmos ~]# stat /etc/pcp/pmcd/pmcd.conf
  File: /etc/pcp/pmcd/pmcd.conf
  Size: 1108            Blocks: 8          IO Block: 4096   regular file
Device: 253,1   Inode: 268473606   Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Context: system_u:object_r:etc_t:s0
Access: 2023-02-03 13:12:21.204140462 +0900
Modify: 2023-02-03 13:12:21.204140462 +0900
Change: 2023-02-03 13:12:21.204140462 +0900
 Birth: 2023-02-03 13:12:21.204140462 +0900
[root@kosmos ~]# find /var/lib/pcp -name Upgrade -exec rm {} \;
[root@kosmos ~]# systemctl restart pmcd
[root@kosmos ~]# stat /etc/pcp/pmcd/pmcd.conf
  File: /etc/pcp/pmcd/pmcd.conf
  Size: 1108            Blocks: 8          IO Block: 4096   regular file
Device: 253,1   Inode: 268473606   Links: 1
Access: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Context: system_u:object_r:etc_t:s0
Access: 2023-02-03 13:13:51.525140498 +0900
Modify: 2023-02-03 13:12:21.204140462 +0900
Change: 2023-02-03 13:12:21.204140462 +0900
 Birth: 2023-02-03 13:12:21.204140462 +0900
[root@kosmos ~]# ll /etc/pcp/pmcd/pmcd.conf
-rw-r--r--. 1 root root 1108 Feb  3 13:12 /etc/pcp/pmcd/pmcd.conf
[root@kosmos ~]#

Comment 6 errata-xmlrpc 2023-11-07 08:30:40 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 (pcp 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-2023:6406


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