<?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>Ninetynine.be &#187; Evolution</title>
	<atom:link href="http://ninetynine.be/blog/tag/evolution/feed/" rel="self" type="application/rss+xml" />
	<link>http://ninetynine.be/blog</link>
	<description>Just another blog with no useful content on it at all.</description>
	<lastBuildDate>Sun, 08 Jan 2012 10:39:54 +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>Fix random crashes Firefox, Thunderbird and Evolution on Ubuntu 8.10</title>
		<link>http://ninetynine.be/blog/2009/04/fix-random-crashes-firefox-thunderbird-and-evolution-on-ubuntu-810/</link>
		<comments>http://ninetynine.be/blog/2009/04/fix-random-crashes-firefox-thunderbird-and-evolution-on-ubuntu-810/#comments</comments>
		<pubDate>Sun, 12 Apr 2009 13:22:38 +0000</pubDate>
		<dc:creator>ruben</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://ninetynine.be/blog/?p=104</guid>
		<description><![CDATA[What do you expect of a decent modern OS? A great browsing experience and a decent mail client. Since I upgraded to Ubuntu 8.10 I had troubles with random crashes of Firefox when loading pages, and entirely random crashes of Evolution mail client. So I switched to Thunderbird. But then same symptoms started showing. Giving [...]]]></description>
			<content:encoded><![CDATA[<p>What do you expect of a decent modern OS? A great browsing experience and a decent mail client. Since I upgraded to Ubuntu 8.10 I had troubles with random crashes of Firefox when loading pages, and entirely random crashes of Evolution mail client.</p>
<p>So I switched to Thunderbird. But then same symptoms started showing. Giving me 5-10 crashes of Thunderbird a day, and serious troubles on heavy browsing.</p>
<p>The first things to do when getting crashes of Mozilla products are:</p>
<ol>
<li> Make sure you don&#8217;t have a lethal combination of add-ons</li>
<li> Check if Flash isn&#8217;t the evil spirit haunting your browser, try the<a href="https://addons.mozilla.org/en/firefox/addon/433"> Flashblock add-on</a></li>
<li> Make a new profile for Firefox and Thunderbird, by renaming your old configuration. You can find the configuration folders in your home. Mostly ~/.mozilla for Firefox, and ~/.mozilla-thunderbird for Thunderbird.</li>
<li> Completely remove Firefox (make a backup of your configuration) and reïnstall it</li>
</ol>
<p>I tried every possible thing I could do to fix Thunderbird or Firefox. But then again, why was Evolution suffering as well? Well the deal was that I had <a href="http://www.webopedia.com/TERM/W/WINS.html">WINS resolution</a> enabled in <a href="http://en.wikipedia.org/wiki/Samba_(software)">Samba</a>. Found it in this <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/282287/comments/11">bug report</a>.</p>
<p>When upgrading to 8.10, Samba was upgraded too. This bug has been reported and hopefully will be solved in Ubuntu 9.04, launching 23rd of April.</p>
<p>So how do we fix this?</p>
<p><span id="more-104"></span><br />
Enter this in your console:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">nano</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>nsswitch.conf</pre></div></div>

<p>And look for a line like this:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hosts:          files mdns4_minimal <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">NOTFOUND</span>=<span style="color: #7a0874; font-weight: bold;">return</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> wins dns mdns4</pre></div></div>

<p>Change it into</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">hosts:          files mdns4_minimal <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #007800;">NOTFOUND</span>=<span style="color: #7a0874; font-weight: bold;">return</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> dns mdns4</pre></div></div>

<p>and everything should go back to normal.</p>
<p>However the WINS resolution is a good tool in Samba. I don&#8217;t really need it, because I don&#8217;t have the need to use a local network with Windows computers, but I can imagine it&#8217;s not that pleasant for people who do. Downgrading your Samba (or Ubuntu) is another option.</p>
<p><a href="http://www.webopedia.com/TERM/W/WINS.html">WINS resolution</a> is used to communicate to Windows computers using their computer name, rather than their IP.</p>
<p>That&#8217;s it!</p>
<!-- PHP 5.x -->]]></content:encoded>
			<wfw:commentRss>http://ninetynine.be/blog/2009/04/fix-random-crashes-firefox-thunderbird-and-evolution-on-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

