<?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: a process which can not be killed? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618723#M79491</link>
    <description>Hello eugene,&lt;BR /&gt;&lt;BR /&gt;If a process makes a system call and this system call gets blocked (let's say, because of a bug or waiting for a device to be available), you won't be able to kill the process (since the control is outside the process space).&lt;BR /&gt;&lt;BR /&gt;In some cases, the only way is to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Nov 2001 06:32:29 GMT</pubDate>
    <dc:creator>Marco Paganini</dc:creator>
    <dc:date>2001-11-22T06:32:29Z</dc:date>
    <item>
      <title>a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618720#M79488</link>
      <description>------------------------------- &lt;BR /&gt;7419 ?        00:00:00 gaim &lt;DEFUNCT&gt;&lt;BR /&gt;-------------------------------&lt;BR /&gt;&lt;BR /&gt;i can't kill this process.&lt;BR /&gt;what happend?&lt;BR /&gt;&lt;BR /&gt;i tried all signal..1-63&lt;BR /&gt;&lt;BR /&gt;powerkill.sh&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;BR /&gt;# kill process with signal 1-63&lt;BR /&gt;if(( $#&amp;lt;1))&lt;BR /&gt;    then&lt;BR /&gt; echo "Usage: $0 pid"&lt;BR /&gt; exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;pid=$1&lt;BR /&gt;let a=1&lt;BR /&gt;while (( a&amp;lt;64))&lt;BR /&gt;do&lt;BR /&gt;    b=$b$a" "&lt;BR /&gt;    let a=a+1&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;for i in $b&lt;BR /&gt;do&lt;BR /&gt;    kill -s $i $pid&lt;BR /&gt;done&lt;BR /&gt;&lt;/DEFUNCT&gt;</description>
      <pubDate>Thu, 22 Nov 2001 03:19:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618720#M79488</guid>
      <dc:creator>eugene_6</dc:creator>
      <dc:date>2001-11-22T03:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618721#M79489</link>
      <description>hmm&lt;BR /&gt;i found out this is so called 'zombie' process..&lt;BR /&gt;&lt;BR /&gt;zombie = a process whose parent is dead..&lt;BR /&gt;&lt;BR /&gt;what does 'dead' mean there?&lt;BR /&gt;&lt;BR /&gt;i killed the zombie process by killing its parent process..&lt;BR /&gt;&lt;BR /&gt;thx..</description>
      <pubDate>Thu, 22 Nov 2001 05:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618721#M79489</guid>
      <dc:creator>eugene_6</dc:creator>
      <dc:date>2001-11-22T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618722#M79490</link>
      <description>Hello eugene,&lt;BR /&gt;&lt;BR /&gt;If a process makes a system call and this system call gets blocked (let's say, because of a bug or waiting for a device to be available), you won't be able to kill the process (since the control is outside the process space).&lt;BR /&gt;&lt;BR /&gt;In some cases, the only way is to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2001 06:31:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618722#M79490</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-22T06:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618723#M79491</link>
      <description>Hello eugene,&lt;BR /&gt;&lt;BR /&gt;If a process makes a system call and this system call gets blocked (let's say, because of a bug or waiting for a device to be available), you won't be able to kill the process (since the control is outside the process space).&lt;BR /&gt;&lt;BR /&gt;In some cases, the only way is to reboot the server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Paga&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Nov 2001 06:32:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618723#M79491</guid>
      <dc:creator>Marco Paganini</dc:creator>
      <dc:date>2001-11-22T06:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618724#M79492</link>
      <description>I wonder what "lsof" would show on that process. &lt;BR /&gt;&lt;BR /&gt;If the process isn't consuming any resources, then just ignore it, otherwise you will have to reboot to get it to go away.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 22 Nov 2001 11:23:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618724#M79492</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-22T11:23:10Z</dc:date>
    </item>
    <item>
      <title>Re: a process which can not be killed?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618725#M79493</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;take care, NEVER kill the parent process if the PPID is "1".&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;Volker</description>
      <pubDate>Thu, 22 Nov 2001 16:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/a-process-which-can-not-be-killed/m-p/2618725#M79493</guid>
      <dc:creator>Volker Borowski</dc:creator>
      <dc:date>2001-11-22T16:42:27Z</dc:date>
    </item>
  </channel>
</rss>

