<?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>the empty quarter</title>
	<atom:link href="http://www.martinhammer.com/blog/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.martinhammer.com/blog</link>
	<description>Sorry, but you are looking for something that isn’t here.</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:59:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to change SSH port number on Ubuntu server</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 08:56:48 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[commandline]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=562</guid>
		<description><![CDATA[Changing the port number of SSH daemon is a quick way of reducing the number of SSH brute force attacks your server might face (check the file /var/log/auth.log to see if there are many failed SSH login attempts). Just to be on the safe side, create a backup copy of the SSH daemon config file. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Changing the port number of SSH daemon is a quick way of reducing the number of SSH brute force attacks your server might face (check the file <code>/var/log/auth.log</code> to see if there are many failed SSH login attempts).</p>
<ol style="text-align: left;">
<li>Just to be on the safe side, create a backup copy of the SSH daemon config file.<br />
<code><br />
sudo cp /etc/ssh/sshd_config /etc/ssh/sshd_config.vanilla</p>
<p></code></li>
<li>Edit the config file.<br />
<code><br />
sudo vi /etc/ssh/sshd_config</p>
<p></code></li>
<li>Change the port number on the following line, e.g. to 2201 or some other unused port. Make sure you note down the port number.<br />
<code><br />
Port 22</p>
<p></code></li>
<li>Restart the SSH daemon. You might get kicked out of your existing session.<br />
<code><br />
sudo /etc/init.d/ssh restart</p>
<p></code></li>
<li>When you login next remember to include the correct port.<br />
<code><br />
ssh youruser@yourserver -p 2201</p>
<p></code></li>
</ol>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/09/how-to-change-ssh-port-number-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Update Manager pop-up in Ubuntu</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 05:56:20 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=560</guid>
		<description><![CDATA[Here&#8217;s how to disable the annoying Update Manager pop-up (technically a &#8220;pop-under&#8221;) and instead have the update icon displayed in the notification area. Hit Alt-F2 to open the &#8220;Run Application&#8221; dialog. Type in gconf-editor to run the GNOME Configuration Editor. Navigate to Apps &#62; Update Notifier. Untick the auto_launch checkbox.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Here&#8217;s how to disable the annoying Update Manager pop-up (technically a &#8220;pop-under&#8221;) and instead have the update icon displayed in the notification area.</p>
<ol style="text-align: left;">
<li>Hit Alt-F2 to open the &#8220;Run Application&#8221; dialog.</li>
<li>Type in <code>gconf-editor</code> to run the GNOME Configuration Editor.</li>
<li>Navigate to Apps &gt; Update Notifier.</li>
<li>Untick the <code>auto_launch</code> checkbox.</li>
</ol>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/disable-update-manager-pop-up-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird: Notifications and Indicator Applet in Ubuntu Lucid</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:59:53 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid-upgrade]]></category>
		<category><![CDATA[notifications]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=536</guid>
		<description><![CDATA[This post is an update on integrating Thunderbird with Ubuntu&#8217;s notification system. For Ubuntu 10.04 Lucid Lynx it supersedes my earlier post on the topic which was applicable previous versions of Ubuntu (Jaunty and Karmic). The big difference in Lucid Lynx is the Indicator Applet and the &#8220;Me Menu&#8221;, both of these incorporating features related [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">This post is an update on integrating <a href="http://www.mozillamessaging.com/thunderbird/">Thunderbird</a> with Ubuntu&#8217;s notification system. For Ubuntu 10.04 Lucid Lynx it supersedes my <a href="http://www.martinhammer.com/blog/index.php/2009/05/jaunty-notifications-in-thunderbird-and-firefox/">earlier post on the topic</a> which was applicable previous versions of Ubuntu (Jaunty and Karmic).</p>
<p style="text-align: left;">The big difference in Lucid Lynx is the <a href="https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators">Indicator Applet</a> and the &#8220;Me Menu&#8221;, both of these incorporating features related to the &#8220;social from the start&#8221; marketing tagline. In particular, the Indicator Applet integrates with <a href="http://projects.gnome.org/evolution/">Evolution</a>, Ubuntu&#8217;s default mail client, to show new email notifications and allow quick access to the mail client. Once again, no out-of-the-box integration with Thunderbird. So the challenge is twofold: integrate with the notification mechanism (black pop-ups) as well as the Indicator Applet. The <a href="http://www.nongnu.org/mailnotify/">Mail Notification</a> extension unfortunately falls short in the latter part.</p>
<p style="text-align: left;">Luckily, Ruben Verweij has developed libnotify-mozilla, a Thunderbird extension which works just great for both of the above requirements. Be sure to check out the blog (<a href="http://ubublogger.wordpress.com/libnotify-for-mozilla/">here</a> and <a href="http://ubublogger.wordpress.com/tag/libnotify-mozilla/">here</a>) and the project&#8217;s <a href="http://ubublogger.wordpress.com/libnotify-for-mozilla/">Launchpad page</a> to get the details and latest news. Here are the steps to set up the extension:</p>
<ol style="text-align: left;">
<li>Download the <a href="https://addons.mozilla.org/en-US/thunderbird/addon/11530/">Mozilla Notifications Extensions</a> .xpi file and save it in a temporary location on your system.</li>
<li>Open Thunderbird and install the extension (Tools &gt; Add-ons &gt; Install).</li>
<li>Disable the native Thunderbird notifications by unticking &#8220;When messages arrive: Show an alert&#8221; in Edit &gt; Preferences.</li>
<li>Install libnotify-bin package (execute in Terminal):<br />
<code><br />
sudo apt-get install libnotify-bin</p>
<p></code></li>
<li>In order to have Thunderbird entry in the menu even when it is not running. First create a new file as follows (run from Terminal):<br />
<code><br />
mkdir -p ~/.config/indicators/messages/applications<br />
gksudo gedit ~/.config/indicators/messages/applications/thunderbird</p>
<p></code></li>
<li>Then paste the following text in the file and save it:<br />
<code><br />
/usr/share/applications/thunderbird.desktop</p>
<p></code></li>
<li>(optional) If you wish you can remove the Evolution entries from the indicator menu. Note: because of <a href="https://bugs.launchpad.net/ubuntu/+source/indicator-messages/+bug/533021">bug 533021</a>, this is a workaround which will remove Evolution from the menu for all users on the system, not just yourself.<br />
<code><br />
mkdir -p ~/.config/indicators/messages/applications-blacklist<br />
sudo mv /usr/share/indicators/messages/applications/evolution ~/.config/indicators/messages/applications-blacklist</p>
<p></code><br />
(Once the above bug is resolved in the future, move the file back to its original location and create a softlink to it from the blacklist directory: <code>ln -s /usr/share/indicators/messages/applications/evolution ~/.config/indicators/messages/applications-blacklist/evolution</code>)</li>
<li>Log out from your user session and back in.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/thunderbird-notifications-and-indicator-applet-in-ubuntu-lucid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping track of scripts in BIRT reports</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/keeping-track-of-scripts-in-birt-reports/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/keeping-track-of-scripts-in-birt-reports/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 14:21:38 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[birt]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=523</guid>
		<description><![CDATA[The ability to add custom scripts to report elements is a very powerful feature of BIRT. It allows the report developer to modify or override the default behaviour of the element; this blog features many examples of when this might be useful. However, as the number of scripts in a report increases, the report becomes [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><img class="alignright size-full wp-image-525" title="Outline fast view with Sripts item expanded" src="http://www.martinhammer.com/blog/wp-content/uploads/2010/08/BIRT_Eclipse_Scripts.png" alt="Outline fast view with Sripts item expanded" width="371" height="480" />The ability to add custom scripts to report elements is a very powerful feature of BIRT. It allows the report developer to modify or override the default behaviour of the element; this blog features <a href="http://www.martinhammer.com/blog/index.php/tag/birt/">many examples</a> of when this might be useful. However, as the number of scripts in a report increases, the report becomes harder and harder to maintain.</p>
<p>The Layout view or the Property Editor window do not indicate whether and what scripts exist on a particular element, and so it would seem the only way to check is to select the element and switch to the Script tab and look through the methods. Of course this would be incredibly tedious and impractical in a complex report.</p>
<p>Luckily, the Outline fast view has a Scripts item tucked away at the bottom of the list. When expanded, this shows all items in the report which contain custom scripts (expanding the item shows the overridden methods). Right-click brings up an option to go to the report element in the report Layout, and thus actually figure out which item it is referring to.</p>
<p>The deeper lesson is that one should use scripts only when necessary and if there is no other way to implement the required functionality. And of course thorough documentation also helps with maintenance&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/keeping-track-of-scripts-in-birt-reports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alternate row styling for summary rows</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/08/alternate-row-styling-for-summary-rows/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/08/alternate-row-styling-for-summary-rows/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 13:14:37 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Business Intelligence]]></category>
		<category><![CDATA[birt]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=515</guid>
		<description><![CDATA[The technique for alternate row styling described in a previous post is applicable for tables with detail rows (a detail row in a table corresponds to a row in the bound data set). However, it is often the case that the table does not contain any detail rows at all and instead displays only aggregated [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.martinhammer.com/blog/index.php/2009/04/alternate-row-styling-in-birt/">technique for alternate row styling</a> described in a previous post is applicable for tables with detail rows (a detail row in a table corresponds to a row in the bound data set). However, it is often the case that the table does not contain any detail rows at all and instead displays only aggregated data, i.e. header or footer rows of a group.</p>
<p>In such scenario the <code>row.__rownum</code> value cannot be used, because <code>__rownum </code>is incremented for each row in the data set, meaning its value will depend on how many rows are being aggregated into the summary row.</p>
<p>Instead, the highlight logic can be defined using a variable incremented on each summary row.</p>
<ol>
<li>First, initialize the variable. This can be done e.g. in the <code>onCreate</code> method of a label in the static column header.<br />
<code><br />
reportContext.setPersistentGlobalVariable( "aggRowNum", "0" );</p>
<p></code></li>
<li>In an object on the summary row (either a label, aggreation or the row itself) the following code is placed in the <code>onCreate</code> method to increment the value of the variable (the funny stuff is to force explicit conversion between string and number and back):<br />
<code><br />
var n = reportContext.getPersistentGlobalVariable( "aggRowNum" );<br />
n = (n*1) + 1;<br />
reportContext.setPersistentGlobalVariable( "aggRowNum", "" + n );</p>
<p></code></li>
<li>Finally, the highlight property of the row is set as follows:<br />
<code><br />
reportContext.getPersistentGlobalVariable( "aggRowNum" ) % 2; | equal to | 1</p>
<p></code></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/08/alternate-row-styling-for-summary-rows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Managing Passwords with KeePass and KeePassX</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/07/managing-passwords-with-keepass-and-keepassx/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/07/managing-passwords-with-keepass-and-keepassx/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:07:33 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=508</guid>
		<description><![CDATA[Password proliferation is a serious problem on the web today. Most websites require users to register and create a username/password combination for future authentication. Unfortunately not many websites support reusable logins such as OpenID. The main problem is that of human memory. It is of course not reasonable to expect the user to remember 100+ [...]]]></description>
			<content:encoded><![CDATA[<p>Password proliferation is a serious problem on the web today. Most websites require users to register and create a username/password combination for future authentication. Unfortunately not many websites support reusable logins such as <a href="http://openid.net/">OpenID</a>.</p>
<p>The main problem is that of human memory. It is of course not reasonable to expect the user to remember 100+ unique passwords. In most cases, the end result is that users will reuse the same password for multiple sites and systems. The issues with this are obvious: if a malicious third party gets hold of one password, it compromises all where the password was used; also, by piecing together the other bits of data entered at registration (such as date of birth, gender, physical address, mother&#8217;s maiden name etc.) for different sites, the attacker might be able to create a very accurate profile which could then be used to gain access to even those systems where a different password was used.</p>
<p>That&#8217;s why I use a password management program, in particular <a href="http://keepass.info/">KeePass</a>/<a href="http://www.keepassx.org/">KeePassX</a>. It allows one to securely store credentials and is itself protected by strong encryption and can only be accessed using a password. In reality one finds that on a daily basis it is sufficient to remember 5-10 most frequently used passwords (computer login, email, Google, social network, internet banking and of course the password manager itself) and the rest can be referred to from KeePass. The program has a feature to generate random passwords, which is ideal to have strong passwords for infrequently accessed systems where one might not even realise the account was hacked for a long period of time. KeePass can even be installed in portable mode, which means you can carry the program and your encrypted passwords file on a USB stick.</p>
<p>I found that <a href="http://keepass.info/">KeePass</a> (version 1 for Windows) and <a href="http://www.keepassx.org/">KeePassX</a> (Linux and Mac) suit my needs perfectly. There is also a version for Android and iPhone (refer to the <a href="http://en.wikipedia.org/wiki/Keepass">Wikipedia article</a>). Best of all? It&#8217;s <a href="http://en.wikipedia.org/wiki/Free_software">free software</a> licensed under <a href="http://keepass.info/help/v1/license.html">GPL</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/07/managing-passwords-with-keepass-and-keepassx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Player in Lucid Lynx</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/#comments</comments>
		<pubDate>Wed, 19 May 2010 14:42:07 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[lucid-upgrade]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=504</guid>
		<description><![CDATA[As always after a kernel update, VMware Player 2.5.xx asks to be recompiled after upgrading to Ubuntu 10.04 (Lucid). However during the compilation I got errors about virtual network device, even after trying to recompile several times including from command line. After struggling for some time, I thought I would check on the VMware website [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">As always after a kernel update, VMware Player 2.5.xx asks to be recompiled after upgrading to Ubuntu 10.04 (Lucid). However during the compilation I got errors about virtual network device, even after trying to recompile several times including from command line.</p>
<p style="text-align: left;">After struggling for some time, I thought I would check on the <a href="http://www.vmware.com/">VMware website</a> whether there is a new version of the software; and indeed VMware Player is now in version 3. After installing it (by <a href="http://www.vmware.com/go/downloadplayer/">downloading</a> and running the .bundle file) everything works fine in Lucid. As a side note, the compilation dialogue does not come up and the look and feel of the Player is also quite different.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/05/vmware-player-in-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable cookies in Thunderbird</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/05/disable-cookies-in-thunderbird/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/05/disable-cookies-in-thunderbird/#comments</comments>
		<pubDate>Sat, 15 May 2010 08:35:02 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=490</guid>
		<description><![CDATA[Recently I discovered that by default Thunderbird accepts cookies from web content (version 3.0.4 in Ubuntu 10.04 Lucid). I am a bit baffled by what would be a valid use case for storing cookies in an email client, and so here are steps for disabling this option. Edit &#62; Preferences. Select Security icon and &#8220;Web [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Recently I discovered that by default Thunderbird accepts cookies from web content (version 3.0.4 in Ubuntu 10.04 Lucid). I am a bit baffled by what would be a valid use case for storing cookies in an email client, and so here are steps for disabling this option.</p>
<ol>
<li>Edit &gt; Preferences.</li>
<li>Select Security icon and &#8220;Web Content&#8221; tab.</li>
<li>Untick &#8220;Accept cookies from sites&#8221;.</li>
<li>While you&#8217;re there, also check &#8220;Show Cookies&#8221; and &#8220;Remove All Cookies&#8221; to get rid of whatever has been stored up until now.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/05/disable-cookies-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change date format in Thunderbird</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/05/change-date-format-in-thunderbird/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/05/change-date-format-in-thunderbird/#comments</comments>
		<pubDate>Sat, 15 May 2010 08:20:33 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=486</guid>
		<description><![CDATA[In order to show dates as yyyy-mm-dd instead of the default (for US locale) mm/dd/yyyy I use the following script to launch Thunderbird in Ubuntu (tested with Thunderbird 3.0.4 on Lucid): #!/bin/sh export LC_TIME=en_DK.utf8 [ "$LC_ALL" != "$LC_TIME" ] &#38;&#38; unset LC_ALL exec thunderbird "$@" This handy tip comes from mozillaZine.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">In order to show dates as yyyy-mm-dd instead of the default (for US locale) mm/dd/yyyy I use the following script to launch Thunderbird in Ubuntu (tested with Thunderbird 3.0.4 on Lucid):</p>
<p><code><br />
#!/bin/sh<br />
export LC_TIME=en_DK.utf8<br />
[ "$LC_ALL" != "$LC_TIME" ] &amp;&amp; unset LC_ALL<br />
exec thunderbird "$@"<br />
</code></p>
<p style="text-align: left;">This handy tip comes from <a href="http://kb.mozillazine.org/Date_display_format">mozillaZine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/05/change-date-format-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird &#8220;Could not initialize the browser&#8217;s security component&#8221;</title>
		<link>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/</link>
		<comments>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 12:53:40 +0000</pubDate>
		<dc:creator>martin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.martinhammer.com/blog/?p=479</guid>
		<description><![CDATA[UPDATE: The issue has been fixed in a subsequent Ubuntu system update, so there should be no reason to go through the steps below if your system is up-to-date. After a recent system update in Ubuntu 9.10 (Karmic) I started getting an error message in Thunderbird starting with &#8220;Could not initialize the browser&#8217;s security component&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">UPDATE: The issue has been fixed in a subsequent Ubuntu system update, so there should be no reason to go through the steps below if your system is up-to-date.</p>
<p style="text-align: left;">After a recent system update in Ubuntu 9.10 (Karmic) I started getting an error message in Thunderbird starting with &#8220;Could not initialize the browser&#8217;s security component&#8221;. Among other things, this means that <a href="http://www.martinhammer.com/blog/index.php/2009/06/goodbye-webmail-hello-pop/">Hotmail integration with Thunderbird</a> no longer works.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-480" title="Thunderbird error message" src="http://www.martinhammer.com/blog/wp-content/uploads/2010/04/thunderbird-nss.png" alt="Thunderbird error message" width="613" height="181" /></p>
<p style="text-align: left;">The error dialog itself has a few suggestions, however none of these fixes the issue.</p>
<p style="text-align: left;">Luckily the solution can be found on Ubuntu forums and is very straightforward. All that is required is to remove the package &#8220;libnss3-0d&#8221;. This can be achieved from Synaptic (System &gt; Administration &gt; Synaptic Package Manager) or from the command line:</p>
<p><code>sudo apt-get remove libnss3-0d</code></p>
<p style="text-align: left;">Here is the link to the <a href="http://ubuntuforums.org/showthread.php?t=1451551">original post</a> on Ubuntu forums and the <a href="https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/559881">corresponding bug</a> on Launchpad.</p>
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.martinhammer.com/blog/index.php/2010/04/thunderbird-could-not-initialize-the-browsers-security-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
