Hide Forgot
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
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.
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.
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.