<?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: process problem - PPID is 0 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887531#M401784</link>
    <description>It seems to be a deactivated process</description>
    <pubDate>Wed, 23 Feb 2005 10:53:49 GMT</pubDate>
    <dc:creator>Olivier LEGRAND</dc:creator>
    <dc:date>2005-02-23T10:53:49Z</dc:date>
    <item>
      <title>process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887526#M401779</link>
      <description>On a HP-UX server, I have this :&lt;BR /&gt;apache 10788     0  0 11:01:08 ?         0:00 /opt/hpapache2/bin/httpd&lt;BR /&gt;&lt;BR /&gt;The PPID is 0&lt;BR /&gt;&lt;BR /&gt;     UID   PID  PPID  C    STIME TTY       TIME COMMAND&lt;BR /&gt;    root     0     0  0  Feb 15  ?         0:13 swapper&lt;BR /&gt;&lt;BR /&gt;I can't kill this process. Does anyone know this kind of problem</description>
      <pubDate>Wed, 23 Feb 2005 10:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887526#M401779</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-02-23T10:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887527#M401780</link>
      <description>I think those processes with PPID = 0 are system processes...</description>
      <pubDate>Wed, 23 Feb 2005 10:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887527#M401780</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2005-02-23T10:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887528#M401781</link>
      <description>I can't kill the apache process, Sorry</description>
      <pubDate>Wed, 23 Feb 2005 10:43:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887528#M401781</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-02-23T10:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887529#M401782</link>
      <description>A PPID of 0 indicates that it is probably a daemon started during the rc process.  Assuming that's true, there should be a start/stop script in /sbin/init.d.  Try running "grep httpd /sbin/init.d/*" to see if you can find the script (probably /sbin/init.d/webadmin?).  Assuming you do find it, you should be able to run the script with the "stop" parameter to get rid of the process.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 23 Feb 2005 10:43:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887529#M401782</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-02-23T10:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887530#M401783</link>
      <description>I can't stop apache properly.&lt;BR /&gt;And the kill -9 does not work</description>
      <pubDate>Wed, 23 Feb 2005 10:46:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887530#M401783</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-02-23T10:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887531#M401784</link>
      <description>It seems to be a deactivated process</description>
      <pubDate>Wed, 23 Feb 2005 10:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887531#M401784</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-02-23T10:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887532#M401785</link>
      <description>Hi,&lt;BR /&gt;There is a command "apachectl" that should be used for managing apache. Check the man page or do a "apachectl -h"</description>
      <pubDate>Wed, 23 Feb 2005 10:54:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887532#M401785</guid>
      <dc:creator>Leif Halvarsson_2</dc:creator>
      <dc:date>2005-02-23T10:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887533#M401786</link>
      <description>It is not a apache problem. The process is hanged because of a problem of memory (and swap). But now I can not do a "kill -9", and I don't know how I can reactivated this process</description>
      <pubDate>Wed, 23 Feb 2005 10:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887533#M401786</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-02-23T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887534#M401787</link>
      <description>If you can not kill the process, the only alternative is to boot the machine.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 23 Feb 2005 11:04:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887534#M401787</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-23T11:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: process problem - PPID is 0</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887535#M401788</link>
      <description>I had to reboot the server</description>
      <pubDate>Mon, 07 Mar 2005 05:00:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/process-problem-ppid-is-0/m-p/4887535#M401788</guid>
      <dc:creator>Olivier LEGRAND</dc:creator>
      <dc:date>2005-03-07T05:00:22Z</dc:date>
    </item>
  </channel>
</rss>

