Bug 1327757 - service pmie stop interferes with pmmgr pmie instances
Summary: service pmie stop interferes with pmmgr pmie instances
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: pcp
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: pcp-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-15 21:05 UTC by Frank Ch. Eigler
Modified: 2019-03-05 03:37 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-03-05 03:37:36 UTC
Type: Bug


Attachments (Terms of Use)

Description Frank Ch. Eigler 2016-04-15 21:05:11 UTC
service pmie should be completely independent of pmmgr-managed pmie.
A bug probably somewhere in the rc.d pmie control scripts messes things up.
100% reproducible under 3.11.1 and git pcp.

To reproduce:

# yum install pmmgr
# chkconfi gpmmgr on
# service pmmgr start
[wait a couple of seconds]
# chkconfig pmie on
# service pmie start
# pcp
[observe a copy of pmie run from service* and at least one under pmmgr]
# service pmie stop
[this may fail; pmie sometimes blocks signals, which is a separate bug]
# pcp
[observe all copies of pmie are no longer represented]
# ps awux | grep pmie
[observe pmmgr-managed pmie instances are still running]
# ls -l /var/lib/pcp/tmp/pmie
[observe empty]

Comment 1 Nathan Scott 2019-03-05 03:37:36 UTC
This issue is not going to be addressed by PCP maintainers with limited resources, and is an unlikely combination in practice anyway (~noone uses pmmgr, and even fewer use both the pmmgr service and the pmie service simultaneously).


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