<?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: Proc::ProcessTable in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841624#M936573</link>
    <description>You need a small patch. I don't have it handy here, but I'll post it asap with a sample application. 0.35?</description>
    <pubDate>Sat, 09 Nov 2002 08:34:45 GMT</pubDate>
    <dc:creator>H.Merijn Brand (procura</dc:creator>
    <dc:date>2002-11-09T08:34:45Z</dc:date>
    <item>
      <title>Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841623#M936572</link>
      <description>Using module Proc::ProcessTable to manage processes running on HP11.00 produces only processes of UID 0. Same module on HP10.20 seems to work just fine. Any ideas on how to get this module to yield pids for all uids?&lt;BR /&gt;Thanks,&lt;BR /&gt;Jonathan&lt;BR /&gt;&lt;BR /&gt;use Proc::ProcessTable;&lt;BR /&gt;&lt;BR /&gt;$ref = new Proc::ProcessTable;&lt;BR /&gt;&lt;BR /&gt;foreach $proc (@{$ref-&amp;gt;table}) {&lt;BR /&gt;  print $proc-&amp;gt;{pid}, ":  ", $proc-&amp;gt;{uid}, "\n";   &lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Nov 2002 20:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841623#M936572</guid>
      <dc:creator>Jonathan Lohrmann</dc:creator>
      <dc:date>2002-11-08T20:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841624#M936573</link>
      <description>You need a small patch. I don't have it handy here, but I'll post it asap with a sample application. 0.35?</description>
      <pubDate>Sat, 09 Nov 2002 08:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841624#M936573</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-09T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841625#M936574</link>
      <description>Fetched it. Here's the modified package. Use&lt;BR /&gt;&lt;BR /&gt;# bzip2 -d &lt;PROC-PR....&gt;&lt;/PROC-PR....&gt;&lt;BR /&gt;to unpack. You can get bzip2 from several places, and on my ITRC home &lt;A href="https://www.beepz.com/personal/merijn" target="_blank"&gt;https://www.beepz.com/personal/merijn&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;next mail will have the application posted.</description>
      <pubDate>Sat, 09 Nov 2002 08:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841625#M936574</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-09T08:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841626#M936575</link>
      <description>Here's the app. It's called 'px' and I use it as a replacement for 'ps'. Not all options are supported, but filters are builtin</description>
      <pubDate>Sat, 09 Nov 2002 08:50:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841626#M936575</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-09T08:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841627#M936576</link>
      <description>There was a java error with the patch. Can you resend the path where I can download the patch? Is this a modified version of the .35 patch or does it go by a different name?&lt;BR /&gt;&lt;BR /&gt;Thanks!!</description>
      <pubDate>Mon, 11 Nov 2002 16:34:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841627#M936576</guid>
      <dc:creator>Jonathan Lohrmann</dc:creator>
      <dc:date>2002-11-11T16:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841628#M936577</link>
      <description />
      <pubDate>Mon, 11 Nov 2002 17:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841628#M936577</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-11T17:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841629#M936578</link>
      <description>I've loaded the .37 module into perl and I'm still getting only the root pids.&lt;BR /&gt;&lt;BR /&gt;Any other ideas or things I should check?&lt;BR /&gt;&lt;BR /&gt;I noticed the .35 change notes allow the non-root users to list processes for IRIX, but I didn't see any changes like that listed for .37.&lt;BR /&gt;&lt;BR /&gt;Is there a separate patch that needs to be installed?&lt;BR /&gt;&lt;BR /&gt;The module that you included with your reply, is that the px?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Nov 2002 00:20:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841629#M936578</guid>
      <dc:creator>Jonathan Lohrmann</dc:creator>
      <dc:date>2002-11-12T00:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Proc::ProcessTable</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841630#M936579</link>
      <description>&amp;gt; I've loaded the .37 module into perl and I'm still&lt;BR /&gt;&amp;gt; getting only the root pids.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Any other ideas or things I should check?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I noticed the .35 change notes allow the non-&lt;BR /&gt;&amp;gt; root users to list processes for IRIX, but I didn't&lt;BR /&gt;&amp;gt; see any changes like that listed for .37.&lt;BR /&gt;&lt;BR /&gt;Changes are all listed as changes to the previous build. Major change from 35 to 37 is the cmd =&amp;gt; cmdline name change for hpux&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is there a separate patch that needs to be&lt;BR /&gt;&amp;gt; installed?&lt;BR /&gt;&lt;BR /&gt;No&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The module that you included with your reply, is&lt;BR /&gt;&amp;gt; that the px?&lt;BR /&gt;&lt;BR /&gt;Yes, but it is not a module, but a script. Save it to a file (named px), reformat for better readability (unless you can read the attached px from my second post with attachment here) and then&lt;BR /&gt;&lt;BR /&gt;# chmod 755 px&lt;BR /&gt;# ./px&lt;BR /&gt;&lt;BR /&gt;and see what happens. Otherwise it's a question of how well you can debug, I guess ...</description>
      <pubDate>Tue, 12 Nov 2002 07:41:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/proc-processtable/m-p/2841630#M936579</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2002-11-12T07:41:34Z</dc:date>
    </item>
  </channel>
</rss>

