<?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 work for some processes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575524#M858505</link>
    <description>kill -9 can not be ignored by the process, however, it doesnot work in some cases. For instance, for a zombie process. A zombie(defunct) process is a child process whose parent died without doing a wait on the child. It takes up no resources other than an entry in the process table. The only way to remove this from the process table is to reboot the system. You can use ps to display it.&lt;BR /&gt;</description>
    <pubDate>Wed, 05 Sep 2001 13:49:30 GMT</pubDate>
    <dc:creator>Victor_5</dc:creator>
    <dc:date>2001-09-05T13:49:30Z</dc:date>
    <item>
      <title>kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575521#M858502</link>
      <description>Hi,&lt;BR /&gt;I am not able to kill some prcesses using kill -9 pid .Theses proceses are user intiated processesand of some application and its not os related like nfs,etc.Pls let me know if anybody has any clue.</description>
      <pubDate>Wed, 05 Sep 2001 12:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575521#M858502</guid>
      <dc:creator>guru_1</dc:creator>
      <dc:date>2001-09-05T12:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575522#M858503</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;1) Kill -9 is VERY BAD! Avoid if at all possible. It does no cleanup of shared memory,&lt;BR /&gt;temp files, ... . If you must use kill -11 it's almost as sure a kill and does cleanup.&lt;BR /&gt;&lt;BR /&gt;2) If a process is blocked and waiting on I/O for example. You can signal the process all you want and it will not respond. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 13:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575522#M858503</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-05T13:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575523#M858504</link>
      <description>Hi,&lt;BR /&gt;when some of the application process becomes orphan,their PPID will be set to PID of init process(1). such process can't be killed by kill -9. onlt way to getrid of such process is to reboot the machine.</description>
      <pubDate>Wed, 05 Sep 2001 13:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575523#M858504</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-09-05T13:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575524#M858505</link>
      <description>kill -9 can not be ignored by the process, however, it doesnot work in some cases. For instance, for a zombie process. A zombie(defunct) process is a child process whose parent died without doing a wait on the child. It takes up no resources other than an entry in the process table. The only way to remove this from the process table is to reboot the system. You can use ps to display it.&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 13:49:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575524#M858505</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-09-05T13:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575525#M858506</link>
      <description>If you know the user name and if the user if you are sure that cleaning up the shared memory is not going to cause problems, you can try with ipcs -a, get the id (if it is there) of the user and then do an ipcrm -m id&lt;BR /&gt;&lt;BR /&gt;This is not a 100% workaround and you have to be very cautious before executing this command.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 13:51:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575525#M858506</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-09-05T13:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575526#M858507</link>
      <description>Better to do just a kill on the process twice before using a kill -9.&lt;BR /&gt;&lt;BR /&gt;What processes will not die?  SOunds like you need to get with your users to see what they are doing.&lt;BR /&gt;&lt;BR /&gt;Processes that are waiting on I/O or sometimes user input will not die without killing the user.</description>
      <pubDate>Wed, 05 Sep 2001 13:54:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575526#M858507</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-09-05T13:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575527#M858508</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Like shawn has been saying, zombie or defunct processes are difficult to kill. I believe some applications advise to use kill -3 to kill th application initiated processes. &lt;BR /&gt;&lt;BR /&gt;See th man pages of kill for more info.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Sep 2001 13:56:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575527#M858508</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-09-05T13:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575528#M858509</link>
      <description>Wrong guys,&lt;BR /&gt;&lt;BR /&gt;Zombie's or (defunct) processes are impossible to kill - they are already dead.</description>
      <pubDate>Wed, 05 Sep 2001 14:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575528#M858509</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-09-05T14:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575529#M858510</link>
      <description>Zombies are waiting to return info to their parent.  Since the parent is gone, they will wait until the machine is rebooted.&lt;BR /&gt;&lt;BR /&gt;I think we need more info from the author of this question.</description>
      <pubDate>Wed, 05 Sep 2001 14:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575529#M858510</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2001-09-05T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575530#M858511</link>
      <description>Yeah Clay,&lt;BR /&gt;&lt;BR /&gt;Why am I hearing Stephen Ciullo's "THEY"RE DEAD!!!" echoing through my head?  hehehehe&lt;BR /&gt;&lt;BR /&gt;If they *are* zombies (PPID=1), don't forget that init goes through periodically and strokes its adopted orphans with a WAIT2 which should clear them.&lt;BR /&gt;&lt;BR /&gt;Kuls,&lt;BR /&gt;&lt;BR /&gt;If your users/programmers continue on this wreckless path, I'd suggest the liberal application of an aluminium baseball bat.  It makes a very satisfying ping! sound when it ricochets off the skull of a clueless luser.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 05 Sep 2001 14:19:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575530#M858511</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-09-05T14:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575531#M858512</link>
      <description>I have had problems with pfs_mount where when it hangs (bad cd usually) there is no way kill the dang pfs_mountd and pfsd processes ..kill -9, kill -KILL nothing works and the pfs processes seem to eat up resources till the box becomes unusable until a reboot ..they are not zombie or dead processes ..i would to see a soultion for this other then rebooting</description>
      <pubDate>Wed, 05 Sep 2001 19:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575531#M858512</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2001-09-05T19:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575532#M858513</link>
      <description>As mentioned earlier, James, if the proc's blocked on i/o, then you're screwed.  The only choice left is the "Microsoft Solution" (reboot).</description>
      <pubDate>Wed, 05 Sep 2001 19:55:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575532#M858513</guid>
      <dc:creator>Jim Turner</dc:creator>
      <dc:date>2001-09-05T19:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: kill -9 does not work for some processes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575533#M858514</link>
      <description>This is directed especially to the HP/UX support team;&lt;BR /&gt;   I am going to take this oppurtunity to make like Gene Krupa and pound my favorite drum again. &lt;BR /&gt;  When a unix process is waiting for an I/O event to occur, either it will occur within a "reasonable time"(like 5 minutes for example), or it will not occur within a reasonable time. 99.999% of I/O requests complete within a "reasonable" time. &lt;BR /&gt;  Why couldn't an I/O wait set a parallel 5 minute timer that would wake up the process and cancel the never ending I/O wait. This would make it possible to "kill" the process, without resorting to a reboot. &lt;BR /&gt;   A cleaner solution would be to provide the ability within unix  to "kill" an "I/O waiting process" by doing everything termination does on behalf of the process, without acknowledgement or cooperation from the intended victim.&lt;BR /&gt;   My solo is fini.&lt;BR /&gt;   CIAO</description>
      <pubDate>Thu, 06 Sep 2001 15:30:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/kill-9-does-not-work-for-some-processes/m-p/2575533#M858514</guid>
      <dc:creator>Jack Werner</dc:creator>
      <dc:date>2001-09-06T15:30:27Z</dc:date>
    </item>
  </channel>
</rss>

