<?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: Ubuntu, Opening firefox, says is already running, close existing process</title>
	<atom:link href="http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/</link>
	<description>Everything Linux &#038; Open Source</description>
	<lastBuildDate>Wed, 16 Dec 2009 09:45:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bhaskar Chowdhury</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-2002</link>
		<dc:creator>Bhaskar Chowdhury</dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-2002</guid>
		<description>Hi guys,

I have faced the same problem on openSUSE11.1 and I found out the I mistakenly changed the permission of /home/somebody/.mozilla/firefox/profile folder. So I change back it the user running it and it start working :)

Thanks all  the ppl for the insight into this problem.</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I have faced the same problem on openSUSE11.1 and I found out the I mistakenly changed the permission of /home/somebody/.mozilla/firefox/profile folder. So I change back it the user running it and it start working <img src='http://linuxcrypt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks all  the ppl for the insight into this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhaskar Chowdhury</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-2001</link>
		<dc:creator>Bhaskar Chowdhury</dc:creator>
		<pubDate>Sat, 14 Nov 2009 02:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-2001</guid>
		<description>Hi guys,

I have face the same problem in openSUSE11.1 and rectified it by changing the file/folder permission. Mistakenly I made to root:root to all the folder under  /home/somebody/.mozilla/firefox/profile/ and it showed the mentioned problem.

So I changed back the permission to normal user and it start working. Thanks all of you for the wonderful insight about this problem.

Thanks
Bhaskar</description>
		<content:encoded><![CDATA[<p>Hi guys,</p>
<p>I have face the same problem in openSUSE11.1 and rectified it by changing the file/folder permission. Mistakenly I made to root:root to all the folder under  /home/somebody/.mozilla/firefox/profile/ and it showed the mentioned problem.</p>
<p>So I changed back the permission to normal user and it start working. Thanks all of you for the wonderful insight about this problem.</p>
<p>Thanks<br />
Bhaskar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: venkat</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-1998</link>
		<dc:creator>venkat</dc:creator>
		<pubDate>Fri, 11 Sep 2009 22:33:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-1998</guid>
		<description>thanks shah

rm ~/.mozilla/firefox/{profilefolder}/lock does the trick</description>
		<content:encoded><![CDATA[<p>thanks shah</p>
<p>rm ~/.mozilla/firefox/{profilefolder}/lock does the trick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob A</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-1939</link>
		<dc:creator>Rob A</dc:creator>
		<pubDate>Tue, 21 Jul 2009 04:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-1939</guid>
		<description>pkill -9 firefox
sends &quot;SIGKILL&quot; rather than &quot;SIGTERM&quot; - SIGTERM is not supposed to be blockable, but sometimes a hung process can&#039;t honor SIGTERM.  SIGKILL always works.  &quot;pkill&quot; is easier, since it does the &quot;ps aux &#124;grep -i firefox&quot; work for you.

killall will run &quot;kill -15&quot; on multiple instances of the same process (SIGTERM, not SIGKILL), so is also useful where pkill isn&#039;t, but not quite as powerful.

ps aux &#124;grep firefox
sudo kill -9 
is simply just a lot more to type.  Cheers!</description>
		<content:encoded><![CDATA[<p>pkill -9 firefox<br />
sends &#8220;SIGKILL&#8221; rather than &#8220;SIGTERM&#8221; &#8211; SIGTERM is not supposed to be blockable, but sometimes a hung process can&#8217;t honor SIGTERM.  SIGKILL always works.  &#8220;pkill&#8221; is easier, since it does the &#8220;ps aux |grep -i firefox&#8221; work for you.</p>
<p>killall will run &#8220;kill -15&#8243; on multiple instances of the same process (SIGTERM, not SIGKILL), so is also useful where pkill isn&#8217;t, but not quite as powerful.</p>
<p>ps aux |grep firefox<br />
sudo kill -9<br />
is simply just a lot more to type.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sue</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-1744</link>
		<dc:creator>sue</dc:creator>
		<pubDate>Mon, 04 May 2009 14:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-1744</guid>
		<description>rm lock and .parentlock really help.
Thanks.</description>
		<content:encoded><![CDATA[<p>rm lock and .parentlock really help.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mitch</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-1738</link>
		<dc:creator>mitch</dc:creator>
		<pubDate>Sun, 26 Apr 2009 03:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-1738</guid>
		<description>the sudokill command didn&#039;t work for me, but running xkill in the command dialog box worked like a charm .. thanks josh!  :)</description>
		<content:encoded><![CDATA[<p>the sudokill command didn&#8217;t work for me, but running xkill in the command dialog box worked like a charm .. thanks josh!  <img src='http://linuxcrypt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-1688</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Wed, 25 Feb 2009 13:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-1688</guid>
		<description>Thanks, works fine !</description>
		<content:encoded><![CDATA[<p>Thanks, works fine !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shruti</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-869</link>
		<dc:creator>shruti</dc:creator>
		<pubDate>Wed, 24 Sep 2008 06:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-869</guid>
		<description>hi,

i had the same problem. I used kill -9 ####. It did work for me :) thanks kae</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>i had the same problem. I used kill -9 ####. It did work for me <img src='http://linuxcrypt.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  thanks kae</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shah</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-540</link>
		<dc:creator>shah</dc:creator>
		<pubDate>Thu, 10 Jul 2008 09:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-540</guid>
		<description>Hi Josh, had trouble posting response (killall didn&#039;t work) so did some more searching and found solution.  Because firefox had not closed properly the previous profile lock file still existed and so I simply had to do the following:

       &quot;rm ~/.mozilla/firefox/{profile_folder}/lock&quot;
   and
       &quot;rm ~/.mozilla/firefox/{profile_folder}/.parentlock&quot;

Hope that will be helpful to others encountering the same problem.  Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Josh, had trouble posting response (killall didn&#8217;t work) so did some more searching and found solution.  Because firefox had not closed properly the previous profile lock file still existed and so I simply had to do the following:</p>
<p>       &#8220;rm ~/.mozilla/firefox/{profile_folder}/lock&#8221;<br />
   and<br />
       &#8220;rm ~/.mozilla/firefox/{profile_folder}/.parentlock&#8221;</p>
<p>Hope that will be helpful to others encountering the same problem.  Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://linuxcrypt.net/2008/03/21/ubuntu-opening-firefox-says-is-already-running-close-existing-process/comment-page-1/#comment-539</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 09 Jul 2008 16:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://linuxcrypt.net/?p=88#comment-539</guid>
		<description>shah:

A couple other things you can try is:

killall firefox-bin

One thing I found on the openSuse forums is
1. Press Alt F2 (run command dialog box)
2. Type &quot;xkill&quot; and press Enter/Return key
3. Position the skull icon over the window you want to close/kill and click on it with your left mouse button.

Hope one of those help?

Josh</description>
		<content:encoded><![CDATA[<p>shah:</p>
<p>A couple other things you can try is:</p>
<p>killall firefox-bin</p>
<p>One thing I found on the openSuse forums is<br />
1. Press Alt F2 (run command dialog box)<br />
2. Type &#8220;xkill&#8221; and press Enter/Return key<br />
3. Position the skull icon over the window you want to close/kill and click on it with your left mouse button.</p>
<p>Hope one of those help?</p>
<p>Josh</p>
]]></content:encoded>
	</item>
</channel>
</rss>
