<?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: kill -9 does not kill??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650822#M46005</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Neither zombies nor processes waiting on IO can be killed.  Patience or a reboot is the only way to eliminate them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 23 Jan 2002 12:36:39 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2002-01-23T12:36:39Z</dc:date>
    <item>
      <title>kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650815#M45998</link>
      <description>Hi,&lt;BR /&gt;I am trying to kill one process but it is not getting killed using kill -9 .In hp can we kill these processes which are not getting killed forcibly by any means???&lt;BR /&gt;&lt;BR /&gt;thnks</description>
      <pubDate>Wed, 23 Jan 2002 12:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650815#M45998</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-23T12:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650816#M45999</link>
      <description>If you do not require it you could try killing the parent process as well.</description>
      <pubDate>Wed, 23 Jan 2002 12:16:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650816#M45999</guid>
      <dc:creator>Mervyn Stephens</dc:creator>
      <dc:date>2002-01-23T12:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650817#M46000</link>
      <description>What application does the proc belong to?&lt;BR /&gt;With some apps -9 wont work</description>
      <pubDate>Wed, 23 Jan 2002 12:19:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650817#M46000</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-01-23T12:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650818#M46001</link>
      <description>ITO procs require kill -11 to bump em off!</description>
      <pubDate>Wed, 23 Jan 2002 12:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650818#M46001</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2002-01-23T12:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650819#M46002</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;A process that has exited and has a parent, but has not yet been&lt;BR /&gt;waited for by the parent, is marked &lt;DEFUNCT&gt; (see zombie process in&lt;BR /&gt;exit(2)).&lt;BR /&gt;&lt;BR /&gt;Similarly, defunct processes (see ps(1)) may have already finished&lt;BR /&gt;executing, but remain on the system until their parent reaps them&lt;BR /&gt;(see wait(2)).  Using kill to send signals to them has no effect.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;               Steve Steel&lt;/DEFUNCT&gt;</description>
      <pubDate>Wed, 23 Jan 2002 12:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650819#M46002</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-01-23T12:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650820#M46003</link>
      <description>Hi ,&lt;BR /&gt;Its a gdb process and i hav eseen earlier also smtimes the processes does not get get kill using -9.So do have some directory in HP like in solarais /proc where you can go and delete the process file/dir then the corresponding process will be killed.&lt;BR /&gt;&lt;BR /&gt;thnks&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jan 2002 12:25:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650820#M46003</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-01-23T12:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650821#M46004</link>
      <description>Hi, no, you haven't any similar. &lt;BR /&gt;Some times, some processes hangs and you need to reboot machine.I don't know if there are another way to do that, any command or some hint.&lt;BR /&gt;&lt;BR /&gt;David.</description>
      <pubDate>Wed, 23 Jan 2002 12:30:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650821#M46004</guid>
      <dc:creator>David Navarro</dc:creator>
      <dc:date>2002-01-23T12:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not kill???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650822#M46005</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Neither zombies nor processes waiting on IO can be killed.  Patience or a reboot is the only way to eliminate them.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 23 Jan 2002 12:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-kill/m-p/2650822#M46005</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-01-23T12:36:39Z</dc:date>
    </item>
  </channel>
</rss>

