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 803727 - silent ps -o pid,user,context,args -C matahari-brokerd
Summary: silent ps -o pid,user,context,args -C matahari-brokerd
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: procps
Version: 6.3
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Jaromír Cápík
QA Contact: BaseOS QE - Apps
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-15 14:17 UTC by Milos Malik
Modified: 2016-02-01 01:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-04 11:43:32 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Milos Malik 2012-03-15 14:17:24 UTC
Description of problem:


Version-Release number of selected component (if applicable):
RHEL6.3-20120313.n.0
procps-3.2.8-21.el6.x86_64

How reproducible:
always

Steps to Reproduce:
# service matahari-broker start
Starting Matahari broker daemon:                           [  OK  ]
# ps -efZ | grep mata
unconfined_u:system_r:qpidd_t:s0 qpidd    4272     1  0 14:14 ?        00:00:00 /usr/sbin/matahari-brokerd --port=49000 --data-dir=/var/lib/matahari --no-module-dir --load-module=/usr/lib64/qpid/daemon/ssl.so --pid-dir /var/run/matahari --config /etc/matahari-broker.conf --daemon
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 4287 4173  0 14:14 pts/0 00:00:00 grep mata
# ps -o pid,user,context,args -C matahari-brokerd
  PID USER     CONTEXT                         COMMAND
# ps -efZ | grep mata
unconfined_u:system_r:qpidd_t:s0 qpidd    4272     1  0 14:14 ?        00:00:00 /usr/sbin/matahari-brokerd --port=49000 --data-dir=/var/lib/matahari --no-module-dir --load-module=/usr/lib64/qpid/daemon/ssl.so --pid-dir /var/run/matahari --config /etc/matahari-broker.conf --daemon
unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 root 4290 4173  0 14:14 pts/0 00:00:00 grep mata
# service matahari-broker status
qpidd (pid  4272) is running...
# 
  
Actual results:
* "ps -o pid,user,context,args -C matahari-brokerd" does not print info about matahari-brokerd

Expected results:
* "ps -o pid,user,context,args -C matahari-brokerd" prints info about matahari-brokerd

Comment 2 RHEL Program Management 2012-07-10 06:46:50 UTC
This request was not resolved in time for the current release.
Red Hat invites you to ask your support representative to
propose this request, if still desired, for consideration in
the next release of Red Hat Enterprise Linux.

Comment 3 RHEL Program Management 2012-07-11 01:56:47 UTC
This request was erroneously removed from consideration in Red Hat Enterprise Linux 6.4, which is currently under development.  This request will be evaluated for inclusion in Red Hat Enterprise Linux 6.4.

Comment 4 Ondrej Oprala 2012-09-04 11:43:32 UTC
This actually isn't a bug, as the ps -C switch looks up processes based on their command name, which in this case is qpidd, which is forked after running the service, not matahari-brokerd. The grep match above actually matches one of qpidd's arguments. Closing NOTABUG.


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