<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: kill a linux process that won&#8217;t die</title>
	<atom:link href="http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/</link>
	<description>It&#039;s Just Links</description>
	<lastBuildDate>Wed, 14 Sep 2011 13:47:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Costel</title>
		<link>http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/comment-page-1/#comment-91828</link>
		<dc:creator>Costel</dc:creator>
		<pubDate>Fri, 04 Jul 2008 06:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/#comment-91828</guid>
		<description>works like a charm;
eg. meld was stuck on ubuntu with large folders
&quot;kill -9 meld&quot; did not work
&quot;kill -s 9 meld&quot; id did</description>
		<content:encoded><![CDATA[<p>works like a charm;<br />
eg. meld was stuck on ubuntu with large folders<br />
&#8220;kill -9 meld&#8221; did not work<br />
&#8220;kill -s 9 meld&#8221; id did</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/comment-page-1/#comment-46106</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Fri, 28 Dec 2007 16:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/#comment-46106</guid>
		<description>I just tried it and it worked when I thought my computer was frozen.  Except I did:
kill -9 [PID]
without that &quot;s&quot; thrown in there.</description>
		<content:encoded><![CDATA[<p>I just tried it and it worked when I thought my computer was frozen.  Except I did:<br />
kill -9 [PID]<br />
without that &#8220;s&#8221; thrown in there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/comment-page-1/#comment-10072</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Wed, 18 Apr 2007 13:12:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tonyspencer.com/2004/02/25/kill-a-linux-process-that-wont-die/#comment-10072</guid>
		<description>Thanks for the tip, but it didn&#039;t work for me.  I was trying to run:

sudo mt -f /dev/std0 erase

to erase a tape and it got stuck.  I&#039;ve tried logging out of my session, using &#039;sudo kill -KILL (PID)&#039; and your suggestion and have not yet been able to make it dead.

Anything else I can try?  Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip, but it didn&#8217;t work for me.  I was trying to run:</p>
<p>sudo mt -f /dev/std0 erase</p>
<p>to erase a tape and it got stuck.  I&#8217;ve tried logging out of my session, using &#8217;sudo kill -KILL (PID)&#8217; and your suggestion and have not yet been able to make it dead.</p>
<p>Anything else I can try?  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

