Bug 219759

Summary: ps doesn't display usernames > 8 characters
Product: [Fedora] Fedora Reporter: Pavel Urban <fc-bugzilla>
Component: procpsAssignee: Karel Zak <kzak>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-12-25 20:30:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Pavel Urban 2006-12-15 07:37:08 UTC
Description of problem:
When a prosess runs under username with length > 8 characters, only UID is
displayed.

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

How reproducible:
Always

Steps to Reproduce:
1. useradd longusername
2. su -
3. ps -f
  
Actual results:
[longusername@mufinek ~]$ ps -f
UID        PID  PPID  C STIME TTY          TIME CMD
500       4070  4069  1 09:31 pts/1    00:00:00 -bash
500       4088  4070  0 09:31 pts/1    00:00:00 ps -f


Expected results:
[longusername@mufinek ~]$ ps -f
UID        PID  PPID  C STIME TTY          TIME CMD
longusername       4070  4069  1 09:31 pts/1    00:00:00 -bash
longusername       4088  4070  0 09:31 pts/1    00:00:00 ps -f

...or maybe the username cut after the eigth character?

Additional info:
Maybe it's just a flavor, but I haven't noticed this behaviour mentioned in
docs/man page/etc

Comment 1 Albert Cahalan 2006-12-25 19:00:14 UTC
http://procps.sourceforge.net/faq.html


Comment 2 Pavel Urban 2006-12-25 20:30:39 UTC
Ahh... so another place to look at. Thanks a lot!