<?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: Unable to kill a process in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972442#M27608</link>
    <description>Hi,&lt;BR /&gt;   Make sure u r not in the current directory path.From root kill that processes forcely.&lt;BR /&gt;   Use fuser -v which will identitfy and displays the PIDs of processes using the specified files or sockets.&lt;BR /&gt;   Normally if ur not able to kill some proccesses becaz the processes may be dependent on other processes.so try to find the dependent processes files using fuser.And then try to kill it.&lt;BR /&gt;  Make sure that u unmount the directories which are required by the processes if u had manually mounted.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Palani&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
    <pubDate>Fri, 30 Mar 2007 00:23:20 GMT</pubDate>
    <dc:creator>palaniappan.sp</dc:creator>
    <dc:date>2007-03-30T00:23:20Z</dc:date>
    <item>
      <title>Unable to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972440#M27606</link>
      <description>I want to umount a path , I have checked what process is running in the path by lsof , now I found that there are three processes is running , I try to kill this process but can't , it is strange that the pid is change and change , every time I use lsof , the output is different , so I can't kill any process , can advise how can I umount it ? thx&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#lsof /orc_tmp&lt;BR /&gt;lsof    14429 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;lsof    14430 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;bash    21871 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;&lt;BR /&gt;#lsof /orc_tmp&lt;BR /&gt;lsof    14434 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;lsof    14435 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;bash    21871 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;&lt;BR /&gt;#lsof /orc_tmp&lt;BR /&gt;lsof    14441 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;lsof    14442 root  cwd    DIR 232,48 4096 32769 /orc_tmp&lt;BR /&gt;bash    21871 root  cwd    DIR 232,48 4096 32769 /orc_tmp</description>
      <pubDate>Thu, 29 Mar 2007 21:03:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972440#M27606</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2007-03-29T21:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972441#M27607</link>
      <description>You aren't in '/orc_tmp' when you're doing the 'lsof' are you?</description>
      <pubDate>Thu, 29 Mar 2007 23:22:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972441#M27607</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-03-29T23:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972442#M27608</link>
      <description>Hi,&lt;BR /&gt;   Make sure u r not in the current directory path.From root kill that processes forcely.&lt;BR /&gt;   Use fuser -v which will identitfy and displays the PIDs of processes using the specified files or sockets.&lt;BR /&gt;   Normally if ur not able to kill some proccesses becaz the processes may be dependent on other processes.so try to find the dependent processes files using fuser.And then try to kill it.&lt;BR /&gt;  Make sure that u unmount the directories which are required by the processes if u had manually mounted.&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;Palani&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Fri, 30 Mar 2007 00:23:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972442#M27608</guid>
      <dc:creator>palaniappan.sp</dc:creator>
      <dc:date>2007-03-30T00:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972443#M27609</link>
      <description>Hello Hangyu&lt;BR /&gt;&lt;BR /&gt;You just grep the process id by &lt;BR /&gt;&lt;BR /&gt;ps -ef | grep process_name &lt;BR /&gt;&lt;BR /&gt;and then use &lt;BR /&gt;&lt;BR /&gt;kill -9 Pid.&lt;BR /&gt;&lt;BR /&gt;it will work,if the processes are not Zombie.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ashish</description>
      <pubDate>Fri, 06 Apr 2007 18:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972443#M27609</guid>
      <dc:creator>Ashish Parashar</dc:creator>
      <dc:date>2007-04-06T18:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to kill a process</title>
      <link>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972444#M27610</link>
      <description>cd /&lt;BR /&gt;fuser -ku /orc_tmp&lt;BR /&gt;fuser -ku /dev/device&lt;BR /&gt;or&lt;BR /&gt;fuser -k -m /dev/device&lt;BR /&gt;&lt;BR /&gt;kill -9 process_id (as always)</description>
      <pubDate>Mon, 09 Apr 2007 01:16:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/unable-to-kill-a-process/m-p/3972444#M27610</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-04-09T01:16:45Z</dc:date>
    </item>
  </channel>
</rss>

