<?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 not working Red Hat linux - 9 Enterprise Edition in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294022#M12440</link>
    <description>Thanks Mark , &lt;BR /&gt;our software team are analyzing the code , is there any solution for it, apart from reboot , which we are doing right now , after ever  two or three days time</description>
    <pubDate>Fri, 04 Jun 2004 08:55:55 GMT</pubDate>
    <dc:creator>Sarvesh A Dhuri</dc:creator>
    <dc:date>2004-06-04T08:55:55Z</dc:date>
    <item>
      <title>Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294020#M12438</link>
      <description>Dear All&lt;BR /&gt;&lt;BR /&gt;I have a red hat linux - 9 enterprise edition machine installed on Intel platform , our software development team has written a program which is used for establish socket connecion to the users , when this process hungs , we try to kill it by kill -9 and its PID , but the process is not getting killed , in top and in ps , the process is still running &amp;amp; the only solution left for us to reboot the system, kindly provide me the solution / suggestion for the same.&lt;BR /&gt;&lt;BR /&gt;thanks in advance</description>
      <pubDate>Wed, 02 Jun 2004 12:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294020#M12438</guid>
      <dc:creator>Sarvesh A Dhuri</dc:creator>
      <dc:date>2004-06-02T12:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294021#M12439</link>
      <description>There is a very similar question going on in the HPUX forum at the moment.  Basically this process is blocking on i/o.&lt;BR /&gt; &lt;BR /&gt;If the process is hanging, you need to get your development team to find out why.  It may be that connecting to the port it listens on may be enough to wake it up, probably not though.  However, a well written process should not get itself in this state and an audit of the code may be in order.</description>
      <pubDate>Wed, 02 Jun 2004 12:35:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294021#M12439</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-06-02T12:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294022#M12440</link>
      <description>Thanks Mark , &lt;BR /&gt;our software team are analyzing the code , is there any solution for it, apart from reboot , which we are doing right now , after ever  two or three days time</description>
      <pubDate>Fri, 04 Jun 2004 08:55:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294022#M12440</guid>
      <dc:creator>Sarvesh A Dhuri</dc:creator>
      <dc:date>2004-06-04T08:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294023#M12441</link>
      <description>hi Sarvesh,&lt;BR /&gt;&lt;BR /&gt;I agree with Mark and I have following experience - if process can't be killed by kill&lt;BR /&gt;I use the killall -9 NAMEOFPID and sometimes it helps.  If it possible in your case, you can try it &lt;BR /&gt;&lt;BR /&gt;br Jan</description>
      <pubDate>Sun, 06 Jun 2004 05:36:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294023#M12441</guid>
      <dc:creator>Jan Sladky</dc:creator>
      <dc:date>2004-06-06T05:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294024#M12442</link>
      <description>It may be possible to kill or disconnect the resources that the culprit process is using. If it is an IO, you might bring down the IO to wake the process.&lt;BR /&gt;&lt;BR /&gt;I've seen this happen when programmers write code that disables interrupts while receiving or sending packets. Good code will always time out and re-enable interrupts when the expected doesn't happen.</description>
      <pubDate>Sun, 06 Jun 2004 06:41:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294024#M12442</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-06-06T06:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Kill not working Red Hat linux - 9 Enterprise Edition</title>
      <link>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294025#M12443</link>
      <description>A little trick:&lt;BR /&gt;&lt;BR /&gt;if you are mounting an area from the fallen machine&lt;BR /&gt;&lt;BR /&gt;192.168.13.45:/home/nfs/share&lt;BR /&gt;&lt;BR /&gt;you can kill the process [resuming the blocking  I/O] configuring a virtual loop interface with the ipaddress of the broken machine&lt;BR /&gt;eg&lt;BR /&gt;#ifconfig lo:0 inet 192.168.13.45/16 up&lt;BR /&gt;and bring it down&lt;BR /&gt;#ifconfig lo:0 down&lt;BR /&gt;it will close correctly the I/O&lt;BR /&gt;&lt;BR /&gt;NB. thin way you may experience problems due to the updated routing table which enroutes packets to 192.168 on the lo:0 ; maybe you may work on broadcast to correct this.&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Jun 2004 04:53:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/kill-not-working-red-hat-linux-9-enterprise-edition/m-p/3294025#M12443</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-06-07T04:53:47Z</dc:date>
    </item>
  </channel>
</rss>

