<?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: can't kill process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776688#M23015</link>
    <description>renicing the PID did not have any effect.&lt;BR /&gt;&lt;BR /&gt;strace wouldn't do a thing on the PID.&lt;BR /&gt;&lt;BR /&gt;I'll try lsof the next time, forgot about that one... thanks.&lt;BR /&gt;&lt;BR /&gt;For what it's worth, I was given this possible explanation from elsewhere...&lt;BR /&gt;"Process 1575 is spinning in user code and has signals blocked.  A process in Linux SHOULD NOT be able to get into this problematic state, but apparently the operating system is not yet 100% foolproof concerning spinning processes.  Unfortunately, the only way to exit process 1575 will be with a reboot at your convenience".</description>
    <pubDate>Tue, 25 Apr 2006 09:40:55 GMT</pubDate>
    <dc:creator>westb</dc:creator>
    <dc:date>2006-04-25T09:40:55Z</dc:date>
    <item>
      <title>can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776682#M23009</link>
      <description>RHEL 4 u1 on BL25&lt;BR /&gt;&lt;BR /&gt;Every couple of weeks a process gets into a state that consumes 99% of CPU and cannot be stopped or killed with kill -9. Rebooting seems to be the only solution.&lt;BR /&gt;&lt;BR /&gt;The process is always different.</description>
      <pubDate>Mon, 24 Apr 2006 12:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776682#M23009</guid>
      <dc:creator>westb</dc:creator>
      <dc:date>2006-04-24T12:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776683#M23010</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;sysctl output might be helpful here&lt;BR /&gt;&lt;BR /&gt;Try killing the process without the -9&lt;BR /&gt;&lt;BR /&gt;If its PPID is 1, then using kill -9 says kill the system. The results can't be good.&lt;BR /&gt;&lt;BR /&gt;Check top for zombie proceses.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 24 Apr 2006 13:20:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776683#M23010</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-04-24T13:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776684#M23011</link>
      <description>kill PID does not work either.</description>
      <pubDate>Mon, 24 Apr 2006 13:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776684#M23011</guid>
      <dc:creator>westb</dc:creator>
      <dc:date>2006-04-24T13:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776685#M23012</link>
      <description>Hi westb,&lt;BR /&gt;&lt;BR /&gt;A bit more info would be useful.&lt;BR /&gt;&lt;BR /&gt;Is the process always different, or do you mean the process ID? Typically what type of process is involved? Is there any correlation betweem processes that perform this?&lt;BR /&gt;&lt;BR /&gt;Some examples of processes you've seen get into this state would help.&lt;BR /&gt;&lt;BR /&gt;When the process takes 99% CPU, are there other processes competing for CPU time?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Andy Bruce</description>
      <pubDate>Mon, 24 Apr 2006 18:43:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776685#M23012</guid>
      <dc:creator>Andrew Bruce</dc:creator>
      <dc:date>2006-04-24T18:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776686#M23013</link>
      <description>To date the process name has always been different. &lt;BR /&gt;&lt;BR /&gt;smbd, vsftpd and su have been the culprits.&lt;BR /&gt;&lt;BR /&gt;In the case of su, I was the person who issued this command. When I did a "Control D" to exit root it hung the putty session and then su got stuck in this weird state. Also, at the same time there was a "System error" message logged in the cron log.&lt;BR /&gt;&lt;BR /&gt;Yes there are other jobs competing for cpu time.</description>
      <pubDate>Tue, 25 Apr 2006 07:30:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776686#M23013</guid>
      <dc:creator>westb</dc:creator>
      <dc:date>2006-04-25T07:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776687#M23014</link>
      <description>Even if you can't kill it you should be&lt;BR /&gt;able to drop its priority using renice.&lt;BR /&gt;&lt;BR /&gt;Take a look at the process with lsof and&lt;BR /&gt;see what files it has open.  Does it have&lt;BR /&gt;any files or network connections open that&lt;BR /&gt;shouldn't be.&lt;BR /&gt;&lt;BR /&gt;Connect with a tracing tool and see what&lt;BR /&gt;services it is calling.&lt;BR /&gt;&lt;BR /&gt;You may want to reinstall any libraries&lt;BR /&gt;that the service has open.  At least verify&lt;BR /&gt;checksums (preferably more that one checksum&lt;BR /&gt;per file).&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Apr 2006 09:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776687#M23014</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2006-04-25T09:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: can't kill process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776688#M23015</link>
      <description>renicing the PID did not have any effect.&lt;BR /&gt;&lt;BR /&gt;strace wouldn't do a thing on the PID.&lt;BR /&gt;&lt;BR /&gt;I'll try lsof the next time, forgot about that one... thanks.&lt;BR /&gt;&lt;BR /&gt;For what it's worth, I was given this possible explanation from elsewhere...&lt;BR /&gt;"Process 1575 is spinning in user code and has signals blocked.  A process in Linux SHOULD NOT be able to get into this problematic state, but apparently the operating system is not yet 100% foolproof concerning spinning processes.  Unfortunately, the only way to exit process 1575 will be with a reboot at your convenience".</description>
      <pubDate>Tue, 25 Apr 2006 09:40:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-kill-process/m-p/3776688#M23015</guid>
      <dc:creator>westb</dc:creator>
      <dc:date>2006-04-25T09:40:55Z</dc:date>
    </item>
  </channel>
</rss>

