<?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: strange ps -ef in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097791#M146263</link>
    <description>Thanks jakes and Jean-louis&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 21 Oct 2003 09:43:06 GMT</pubDate>
    <dc:creator>Vijaya Kumar_3</dc:creator>
    <dc:date>2003-10-21T09:43:06Z</dc:date>
    <item>
      <title>strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097784#M146256</link>
      <description>Hi i am getting strange ps -ef behavior sinve my /var is full. I cleared /var and now is ok.&lt;BR /&gt;but still ps shows like this (no user name)&lt;BR /&gt;$ ps -f&lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;    5029 29396 29395  1 16:19:29 pts/tj    0:00 -ksh&lt;BR /&gt;    5029 29520 29396  4 16:22:37 pts/tj    0:00 ps -f&lt;BR /&gt;       0 29395   879  0 16:19:29 pts/tj    0:00 telnetd&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;someone show me some light&lt;BR /&gt;TIA&lt;BR /&gt;vijay</description>
      <pubDate>Mon, 20 Oct 2003 15:23:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097784#M146256</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-20T15:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097785#M146257</link>
      <description>i know ps uses /var/adm/ps-data..for logging&lt;BR /&gt;&lt;BR /&gt;but now it is fine&lt;BR /&gt;&lt;BR /&gt;what else then?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 15:24:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097785#M146257</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-20T15:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097786#M146258</link>
      <description>Please verify your O/S and paste in the verify.log errors.&lt;BR /&gt; &lt;BR /&gt;# check_patches&lt;BR /&gt;</description>
      <pubDate>Mon, 20 Oct 2003 15:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097786#M146258</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-10-20T15:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097787#M146259</link>
      <description>The user ID is 5029 which is correct. The reason that ps doesn't show the user name is likely due to someone deleting the user from the password file. Try this:&lt;BR /&gt; &lt;BR /&gt;grep 5029 /etc/passwd&lt;BR /&gt; &lt;BR /&gt;If nothing comes back, then the user was deleted. NOTE: it is quite possible to have processes running for a user that does not exist in /etc/passwd. After all, all the files owned by this user still have the UID (try ls -l on the user's HOME directory) stored in the inode. It's just the decoding of UID into a friendly username that is failing.</description>
      <pubDate>Mon, 20 Oct 2003 21:10:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097787#M146259</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-10-20T21:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097788#M146260</link>
      <description>thanks bill and michael for ur time.&lt;BR /&gt;&lt;BR /&gt;i tried both options already. but no success. I am doubting /var/adm/ps-data file. On that day, /var was full and 0 blocks. &lt;BR /&gt;We solved the issue by rebooting(obviously, standard solution!). but i wonder why this happens. what is the reason behind this? whu user name is not showing up after /var is freed up?&lt;BR /&gt;&lt;BR /&gt;any experts?&lt;BR /&gt;&lt;BR /&gt;TIA&lt;BR /&gt;Vijay</description>
      <pubDate>Mon, 20 Oct 2003 22:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097788#M146260</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-20T22:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097789#M146261</link>
      <description>I've only seen this on a trusted system where the UID cannot resolve to a username because the filesystem is full, but this is usually /, not /var.</description>
      <pubDate>Tue, 21 Oct 2003 01:25:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097789#M146261</guid>
      <dc:creator>Jakes Louw</dc:creator>
      <dc:date>2003-10-21T01:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097790#M146262</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I played with my ps_data file and I corrupted it manually. After that I got some strange results like :&lt;BR /&gt;&lt;BR /&gt;/var/adm&amp;gt; ps -ef&lt;BR /&gt;ps: not enough memory for tables&lt;BR /&gt;&lt;BR /&gt;I removed it and ps worked correctly after recreation ... Your full /var perhaps also corrupted yours.&lt;BR /&gt;&lt;BR /&gt;Best regards.&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 03:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097790#M146262</guid>
      <dc:creator>Jean-Louis Phelix</dc:creator>
      <dc:date>2003-10-21T03:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097791#M146263</link>
      <description>Thanks jakes and Jean-louis&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 09:43:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097791#M146263</guid>
      <dc:creator>Vijaya Kumar_3</dc:creator>
      <dc:date>2003-10-21T09:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: strange ps -ef</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097792#M146264</link>
      <description>I think your /var/adm/ps_data  file was corrupted because of the space problem.&lt;BR /&gt;&lt;BR /&gt;I kind of duplicated this on my test box by&lt;BR /&gt;doing the following:&lt;BR /&gt;&lt;BR /&gt;1. mv ps_data ps_data.rl&lt;BR /&gt;2. head ps_data.rl &amp;gt; ps_data&lt;BR /&gt;&lt;BR /&gt;3. ps -fe&lt;BR /&gt;ps: not enough memory for tables&lt;BR /&gt;&lt;BR /&gt;4. rm ps_data&lt;BR /&gt;5 ps -fe         #every thing works.&lt;BR /&gt;6. diff ps_data ps_data.rl   #no difference&lt;BR /&gt; &lt;BR /&gt;I think you might have been able to fix the problem by deleting ps_data and running ps&lt;BR /&gt;It recreated an exact duplicate of the old ps_data&lt;BR /&gt;&lt;BR /&gt;Rory&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Oct 2003 16:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-ps-ef/m-p/3097792#M146264</guid>
      <dc:creator>Rory R Hammond</dc:creator>
      <dc:date>2003-10-21T16:15:19Z</dc:date>
    </item>
  </channel>
</rss>

