<?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: How to kill a process in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560062#M918461</link>
    <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;If a process is waiting on I/O, for instance, then even a 'kill -9' will not work.  The process must be allowed to run (again) before it can die (be killed).&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 01 Aug 2001 15:18:24 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-08-01T15:18:24Z</dc:date>
    <item>
      <title>How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560061#M918460</link>
      <description>I have a NFS process hanging on the system, I am trying to kill it&lt;BR /&gt;&lt;BR /&gt;fuser -cuk /usr/NFS&lt;BR /&gt;kill -9 24129&lt;BR /&gt;kill -15 24129&lt;BR /&gt;kill -24 24129&lt;BR /&gt;kill -25 24129&lt;BR /&gt;Unfortunately, all of them failed.&lt;BR /&gt;&lt;BR /&gt;Why and how?</description>
      <pubDate>Wed, 01 Aug 2001 15:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560061#M918460</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-08-01T15:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560062#M918461</link>
      <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;If a process is waiting on I/O, for instance, then even a 'kill -9' will not work.  The process must be allowed to run (again) before it can die (be killed).&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 01 Aug 2001 15:18:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560062#M918461</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-01T15:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560063#M918462</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;How to let the process run again?</description>
      <pubDate>Wed, 01 Aug 2001 15:22:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560063#M918462</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-08-01T15:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560064#M918463</link>
      <description>do a ps -elf and check the PRI of the process. it it between 128-153, you cannot send signals to the process until it finishes..in your case, you will probably have to reboot.</description>
      <pubDate>Wed, 01 Aug 2001 15:23:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560064#M918463</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-08-01T15:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560065#M918464</link>
      <description>Hi James:&lt;BR /&gt;&lt;BR /&gt;In my case, the PRI is 148, however, I can not reboot my box only because of a process, any other ideas?</description>
      <pubDate>Wed, 01 Aug 2001 15:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560065#M918464</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-08-01T15:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560066#M918465</link>
      <description>No solution. Reboot is the only way.&lt;BR /&gt;&lt;BR /&gt;Reported to HP and waiting for patch.&lt;BR /&gt;&lt;BR /&gt;Bad luck.</description>
      <pubDate>Wed, 01 Aug 2001 15:41:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560066#M918465</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2001-08-01T15:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560067#M918466</link>
      <description>Hi Shawn:&lt;BR /&gt;&lt;BR /&gt;As already said, I think your stuck!  Sorry.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 01 Aug 2001 15:47:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560067#M918466</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-08-01T15:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560068#M918467</link>
      <description>To all who have participated in this dialogue. The Unix "kill" command is named inappropriately. It should be called "mother-may-I"(ie "kill you"). This has been a shortcoming of Unix since its conception. As long as the intended victim(process) is willing(ie not waiting for some event other than a SIG to be posted) to be killed, you may do so. However, if the intended victim is waiting for some event(other than a SIG event) to complete, he/she cannot be killed. This is a design deficiency of Unix. To have to reboot to clear this situation is PC mentality. There is absolutely no reason that Unix couldnot support multiple-waits, and by default a SIG-wait could be included with every explicit wait. A SIG could then awake any process that had issued a wait and KILL the process.</description>
      <pubDate>Thu, 02 Aug 2001 18:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-kill-a-process/m-p/2560068#M918467</guid>
      <dc:creator>Jack Werner</dc:creator>
      <dc:date>2001-08-02T18:54:23Z</dc:date>
    </item>
  </channel>
</rss>

