Bug 1293898

Summary: grep command cannot find a certain process name in ps_aux output
Product: Red Hat Enterprise Linux 5 Reporter: Mohit Agrawal <moagrawa>
Component: grepAssignee: Jaroslav Škarvada <jskarvad>
Status: CLOSED WONTFIX QA Contact: BaseOS QE - Apps <qe-baseos-apps>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 5.11CC: mpoole
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-23 12:41:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
ps_aux file none

Description Mohit Agrawal 2015-12-23 12:31:41 UTC
Description of problem:
grep command cannot find a certain process name in ps_aux output log file.

Version-Release number of selected component (if applicable):
grep-2.5.1-55.el5

How reproducible:
Always

Steps to Reproduce:
1.ps-aux.log file is attached in this bugzilla.
2.Execute command grep "process-name-of-pid-608 in attached log" ps-aux.log
3.

Actual results:
No output

Expected results:
It should print line which is matching string in file

Additional info:

Comment 1 Mohit Agrawal 2015-12-23 12:32:39 UTC
Created attachment 1108962 [details]
ps_aux file