Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 287559

Summary: pidof -x does not work on python scripts since the python2.6 upgrade
Product: Gentoo Linux Reporter: Andy <gentoobugzilla3>
Component: [OLD] Core systemAssignee: Python Gentoo Team <python>
Status: RESOLVED DUPLICATE    
Severity: normal CC: base-system
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Andy 2009-10-03 19:56:46 UTC
ps aux | grep hella
nzbget   30521  4.5  0.2 206364 22240 ?        SNl  13:36   0:47 /usr/bin/python2.6 /usr/bin/hellanzb.py -D -c /etc/hellanzb.conf

no output from:
pidof hellanzb.py



Reproducible: Always

Steps to Reproduce:
1. run a python2.6 script
2. try pidof on the script name
3. shake your arms at the heavens

Actual Results:  
no output on pidof

Expected Results:  
output the pid of the script
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-12-15 18:58:29 UTC

*** This bug has been marked as a duplicate of bug 286191 ***