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 1894526 - pidof returns running scripts in without the '-x' parameter
Summary: pidof returns running scripts in without the '-x' parameter
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: procps-ng
Version: 8.3
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: rc
: 8.0
Assignee: Jan Rybar
QA Contact: Karel Volný
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-11-04 12:41 UTC by ileppala
Modified: 2021-05-18 14:56 UTC (History)
4 users (show)

Fixed In Version: procps-ng-3.3.15-4.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-05-18 14:56:14 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2021:1626 0 None None None 2021-05-18 14:56:18 UTC

Description ileppala 2020-11-04 12:41:27 UTC
Description of problem:
Lets say you have script like this on a RHEL 8 system that is also running sssd  daemon and you would like to get it's PID using pidof and your bash script happens to be named "sssd"

cat sssd 
#!/bin/bash
echo "my pid is $$"
echo "normal pidof:"
pidof sssd
echo "pidof with -x"
echo "-x     Scripts too - this causes the program to also return process id's of shells running the named scripts."
pidof -x sssd
echo 

Trying to run this on RHEL 8.2 works as expected:
./sssd 
my pid is 3286240
normal pidof:
945
pidof with -x
-x     Scripts too - this causes the program to also return process id's of shells running the named scripts.
3286240 945

Trying to run this on RHEL 8.3 works in a unexpected way:
./sssd 
my pid is 26311
normal pidof:
26311 1096
pidof with -x
-x     Scripts too - this causes the program to also return process id's of shells running the named scripts.
26311 1096

it returns the running scripts PID even though "-x" was not given as a parameter to pidof





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


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Jan Rybar 2020-11-09 08:48:14 UTC
Moving resolution of bz#1803640 under new '-w' program option so the default behavior of pidof is untouched.
Pull request sent upstream.

Comment 11 Yoko Oguma 2021-02-01 00:14:39 UTC
My apologies, I made a mistake. so please ignore my previous comment.

Comment 13 Christian Horn 2021-02-22 01:43:18 UTC
Current states:

bz1894526 rhel8.4GA VERIFIED
bz1919284 rhel8.3.z ON_QA

Comment 14 Yoko Oguma 2021-04-23 00:21:17 UTC
Current states:

bz1894526 rhel8.4GA VERIFIED
bz1919284 rhel8.3.z https://access.redhat.com/errata/RHBA-2021:1320

Comment 16 errata-xmlrpc 2021-05-18 14:56:14 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 (procps-ng 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-2021:1626


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