<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kirrus' Blog &#187; bugs</title>
	<atom:link href="http://kirrus.co.uk/tag/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://kirrus.co.uk</link>
	<description>MindDump. Photos. And random ramblings.</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:20:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Firefox won&#8217;t upgrade!</title>
		<link>http://kirrus.co.uk/2008/09/firefox-wont-upgrade/</link>
		<comments>http://kirrus.co.uk/2008/09/firefox-wont-upgrade/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 17:15:39 +0000</pubDate>
		<dc:creator>Kirrus</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Remember This]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntuzilla]]></category>

		<guid isPermaLink="false">http://kirrus.co.uk/?p=44</guid>
		<description><![CDATA[Firstly, apologies about the lateness of writing a new post. I&#8217;ve been struggling with my server, trying to work out why apache2 is eating RAM. I&#8217;ve made a really nasty hack to sort it out for the moment though, which will give me more time to find out what is going wrong. One of my [...]]]></description>
			<content:encoded><![CDATA[<p>Firstly, apologies about the lateness of writing a new post. I&#8217;ve been struggling with my server, trying to work out why apache2 is eating RAM. I&#8217;ve made a really nasty hack to sort it out for the moment though, which will give me more time to find out what is going wrong.</p>
<p>One of my old friends from Church sent me an email, asking me what was wrong with his firefox. Every time he launched it, what appeared was firefox 2. Very strange, since the version of firefox he has installed is:</p>
<pre>3.0.1+build1+nobinonly-0ubuntu0.8.04.3 - meta package for the popular mozilla web browser</pre>
<p>Well,  that looks like the normal browser to me. At one point, he has had the &#8220;ubuntuzilla&#8221; browser installed for a little while. (But not anymore).</p>
<p>A couple of questions on the Ubuntu-uk mailing list didn&#8217;t turn up anything. So, I asked &#8220;how do you find what binary a command runs&#8221;? The answer came back from Matthew Wild (thanks!):</p>
<pre>ls -l $(which firefox)</pre>
<p>I cheated a little. I&#8217;ve not come across $(command), but I have come across `command`. So, I asked my friend to run &#8220;ls -l `which firefox`&#8221;. He replied with:</p>
<pre>lrwxrwxrwx 1 root root 20 2008-02-09 17:16 /usr/bin/firefox -&gt; /opt/firefox/firefox</pre>
<p>Er.. that looks wrong to me. The packaged firefox binary for version 3 is in /usr/bin/firefox-3.0. Looks like the uninstall of ubuntuzilla didn&#8217;t go so well. I asked him to run:</p>
<pre>"rm /usr/bin/firefox &amp;&amp; ln -s /usr/bin/firefox-3.0 /usr/bin/firefox"</pre>
<p>Which removed the old link, and added the correct one. (I should have asked him to run those commands through sudo thinking about it..)</p>
<p>That solved his issue and he&#8217;s now happily running firefox 3. Anyone have a better way to implement this fix, if we ever need it again?</p>
<p>Matthew kindly explained the difference between &#8220;$(command)&#8221; and &#8220;`command`&#8221; in earlier today. No difference <img src='http://kirrus.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>$(command) is easier to send to people so they don&#8217;t have to find the backtick key. (UK keyboards, above the tab key)</p>
]]></content:encoded>
			<wfw:commentRss>http://kirrus.co.uk/2008/09/firefox-wont-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

