<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: username not shown in ps -ef output in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226174#M650968</link>
    <description>Hi all!&lt;BR /&gt;&lt;BR /&gt; Thank you very for your contributions, I appreciate your help, but now I'm gonna have to close this thread and assign some points to all you.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
    <pubDate>Mon, 22 Feb 2010 16:55:37 GMT</pubDate>
    <dc:creator>NDO</dc:creator>
    <dc:date>2010-02-22T16:55:37Z</dc:date>
    <item>
      <title>username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226159#M650953</link>
      <description>hi all!&lt;BR /&gt;&lt;BR /&gt;Please can some help on this one.&lt;BR /&gt;Somebody must have changed something, what is happening is that when "ps -ef" it does not show the owner of the process, it onlys shows the the user ID,which is a problem for us because we have an application that has its own user to start it up. Please can somebody help?&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Sun, 21 Feb 2010 13:00:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226159#M650953</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-21T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226160#M650954</link>
      <description>Hi Fernando:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; it does not show the owner of the process, it only shows the the user ID,&lt;BR /&gt;&lt;BR /&gt;This suggests that either (1) the user (account) has been deleted from the system after the process was started; or (2) the permissions of '/etc/passwd' are not world-readable.&lt;BR /&gt;&lt;BR /&gt;Verify your '/etc/passwd' file contains an entry for the 'uid' associated with the process and that the file is world-readable.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 21 Feb 2010 13:37:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226160#M650954</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-21T13:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226161#M650955</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Unfortuately its not only processes owned by a particular user that are not shown in the ps -ef. Even processes owned by root or any user, look below at one listing:&lt;BR /&gt;mpecu007[344] / # ps -ef | more&lt;BR /&gt;23y0C     UID   PID  PPID  C    STIME TTY       TIME&lt;BR /&gt;COMMAND&lt;BR /&gt;      0     0     0  0  Jan 19  ?        140:15 swapper&lt;BR /&gt;      0     1     0  0  Jan 19  ?         4:40 init&lt;BR /&gt;      0     2     0  0  Jan 19  ?        164:01 vhand&lt;BR /&gt;      0     3     0  0  Jan 19  ?        1893:44 statdaemon&lt;BR /&gt;      0     4     0  0  Jan 19  ?         9:17 unhashdaemon&lt;BR /&gt;      0     8     0  0  Jan 19  ?        352:41 supsched&lt;BR /&gt;      0     9     0  0  Jan 19  ?         0:00 strmem&lt;BR /&gt;      0    10     0  0  Jan 19  ?         0:00 strweld&lt;BR /&gt;      0    11     0  0  Jan 19  ?         0:00 strfreebd&lt;BR /&gt;      0    12     0  0  Jan 19  ?         0:12 ttisr&lt;BR /&gt;      0    18     0  0  Jan 19  ?        97:44 lvmkd&lt;BR /&gt;      0    19     0  0  Jan 19  ?        99:28 lvmkd&lt;BR /&gt;      0    20     0  0  Jan 19  ?        92:07 lvmkd&lt;BR /&gt;      0    21     0  0  Jan 19  ?        96:19 lvmkd&lt;BR /&gt;      0    22     0  0  Jan 19  ?        87:41 lvmkd&lt;BR /&gt;      0    23     0  0  Jan 19  ?        94:18 lvmkd&lt;BR /&gt;      0    24     0  0  Jan 19  ?         0:00 lvmschedd&lt;BR /&gt;    305 27349 27347  0  Jan 29  pts/0     0:00 /csh_ceexec&lt;BR /&gt;    305 27965     1  0  May  5  ?         0:00 /usr/dt/bin/dtexec -open 0 -ttpr&lt;BR /&gt;ocid 2.1A06oT 01 27938 13421&lt;BR /&gt;      0    29     0  0  Jan 19  ?        933:24 vxfsd&lt;BR /&gt;    305   331     1  0  Apr 29  ?         0:00 /usr/dt/bin/dtterm&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Any hints in what could be wrong?&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Sun, 21 Feb 2010 15:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226161#M650955</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-21T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226162#M650956</link>
      <description>Hi (again) Fernando:&lt;BR /&gt;&lt;BR /&gt;Verify that your '/etc/passwd' hasn't been truncated (to a size of zero).&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Sun, 21 Feb 2010 15:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226162#M650956</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-21T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226163#M650957</link>
      <description>Ok, I'll check that, I'm already at home now, and I do not have access from home, I'll let you know tomorrow&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Sun, 21 Feb 2010 15:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226163#M650957</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-21T15:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226164#M650958</link>
      <description>user names are stored in only one place: /etc/passwd. For programs like ps and ll, the user ID (number) is translated to a user name for convenience. The UID number is still the same and processes should run correctly unless there is code that relies on the translated user name. Since /etc/passwd contains the user names, someone may have tried to "improve" security by taking away read permission for /etc/passwd. Or worse, the file has been corrupted with bad editing. As soon as possible open a couple of root logins as asses the damage.</description>
      <pubDate>Sun, 21 Feb 2010 17:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226164#M650958</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-02-21T17:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226165#M650959</link>
      <description>Are you using NIS?  If so, then a failure there would suppress those UIDs.  But it seems that root is also suppressed.  So your passwd file is bad.  Is pwgrd(1M) running?&lt;BR /&gt;What OS version are you running?</description>
      <pubDate>Sun, 21 Feb 2010 20:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226165#M650959</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-21T20:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226166#M650960</link>
      <description>Ur ps -ef output shows numbers (0,30..) in UID colums that means its showing uid not username.&lt;BR /&gt;&lt;BR /&gt;What does ps -elf shows.&lt;BR /&gt;&lt;BR /&gt;and yes check passwd file if its intact.&lt;BR /&gt;&lt;BR /&gt;Better u don't log out a root session.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 22 Feb 2010 01:53:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226166#M650960</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-22T01:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226167#M650961</link>
      <description>hi the passwd file has size 854, it looks ok, but if I type whoami at prompt it shows Intruder alert. I will be posting the passwd file soon. Fernandi</description>
      <pubDate>Mon, 22 Feb 2010 07:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226167#M650961</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-22T07:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226168#M650962</link>
      <description>don post passwd file if it has encrypted passwd :)&lt;BR /&gt;&lt;BR /&gt;what does id command shows.&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;Kapil+</description>
      <pubDate>Mon, 22 Feb 2010 07:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226168#M650962</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2010-02-22T07:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226169#M650963</link>
      <description>Check the integrity of passwd file by running pwck &lt;BR /&gt;&lt;BR /&gt;Also post the permission of /etc/passwd and contents of /etc/nsswitch.conf file</description>
      <pubDate>Mon, 22 Feb 2010 07:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226169#M650963</guid>
      <dc:creator>johnsonpk</dc:creator>
      <dc:date>2010-02-22T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226170#M650964</link>
      <description>Hi, All&lt;BR /&gt;&lt;BR /&gt;For some reason everthing is back to normal, that is before I run the pwck comand which the output is:mpecu007[389] /tmp # pwck &amp;gt; /tmp/pwck.out                                       &lt;BR /&gt;                                                                                &lt;BR /&gt;smbnull:*:101:101:DO NOT USE OR DELETE - needed by Samba:/home/smbnull:/sbin/sh &lt;BR /&gt;        Login directory not found                                               &lt;BR /&gt;                                                                                &lt;BR /&gt;postgres:*:378:20:PostgresSQL,,,:/usr/local/pgsql:/usr/bin/sh                   &lt;BR /&gt;        Login directory not found   &lt;BR /&gt;.........................................&lt;BR /&gt;&lt;BR /&gt;The paswwd file is not encrypted, please find attached  the file.&lt;BR /&gt;&lt;BR /&gt;But I'm a bit nervous because now everthing is fine, ps -ef it does show the username, and the whoami comand shows me root.&lt;BR /&gt;Please can  you give me some hints.&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Mon, 22 Feb 2010 08:22:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226170#M650964</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-22T08:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226171#M650965</link>
      <description>&amp;gt;the whoami com and shows me root.&lt;BR /&gt;&lt;BR /&gt;Did you su from root?</description>
      <pubDate>Mon, 22 Feb 2010 09:06:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226171#M650965</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-22T09:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226172#M650966</link>
      <description>Yes, I was root.&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Mon, 22 Feb 2010 11:17:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226172#M650966</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-22T11:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226173#M650967</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;You have yet to verify that the permissions of your '/etc/passwd' file are "-r--r--r--".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Feb 2010 12:57:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226173#M650967</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-22T12:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226174#M650968</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt; Thank you very for your contributions, I appreciate your help, but now I'm gonna have to close this thread and assign some points to all you.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Bye&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Mon, 22 Feb 2010 16:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226174#M650968</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-22T16:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226175#M650969</link>
      <description>thank you all&lt;BR /&gt;&lt;BR /&gt;Fernando</description>
      <pubDate>Mon, 22 Feb 2010 16:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226175#M650969</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2010-02-22T16:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: username not shown in ps -ef output</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226176#M650970</link>
      <description>Hi (again) Fernando:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; but now I'm gonna have to close this thread and assign some points to all you.&lt;BR /&gt;&lt;BR /&gt;That's very nice, but more importantly exactly *what* caused your problem?&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 22 Feb 2010 16:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/username-not-shown-in-ps-ef-output/m-p/5226176#M650970</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-02-22T16:59:38Z</dc:date>
    </item>
  </channel>
</rss>

