<?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>paulsynnott.com</title>
	<atom:link href="http://www.paulsynnott.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulsynnott.com/blog</link>
	<description>Did you get lost?  What are you doing here?</description>
	<lastBuildDate>Mon, 28 Dec 2009 19:13:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix: PHP 5.2 and 5.3 crash Apache 2.2.14</title>
		<link>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/</link>
		<comments>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 20:25:26 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA["The requested operation has failed!"]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[appcrash]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=98</guid>
		<description><![CDATA[Apache crashes after installing PHP with the error message "The requested operation has failed!"]]></description>
			<content:encoded><![CDATA[<p>Having just bought a new laptop, I went about installing Apache 2.2.14 and PHP 5.3.1 VC6 but quickly ran into problems when Apache flat out refused to load after PHP was installed.</p>
<p>The error Apache throws is &#8220;The requested operation has failed!&#8221;.</p>
<p><div id="attachment_99" class="wp-caption aligncenter" style="width: 310px"><img src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/12/apachecrash-300x186.png" alt="Apache crashes after installing PHP" title="&quot;The requested operation has failed!&quot;" width="300" height="186" class="size-medium wp-image-99" /><p class="wp-caption-text">Apache crashes after installing PHP</p></div><br />
In event viewer, you will see something like:</p>
<blockquote><p>Faulting application name: httpd.exe, version: 2.2.14.0, time stamp: 0&#215;4ac181d6<br />
Faulting module name: php5ts.dll, version: 5.3.1.0, time stamp: 0&#215;4b051b35<br />
Exception code: 0xc0000005<br />
Fault offset: 0&#215;000e618c<br />
Faulting process id: 0xd90<br />
Faulting application start time: 0&#215;01ca81af664b1357<br />
Faulting application path: C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\httpd.exe<br />
Faulting module path: C:\Program Files (x86)\PHP\php5ts.dll<br />
Report Id: a40dce43-eda2-11de-9f0c-005056c00008
</p></blockquote>
<p>To cut a long story short, I went through each line of the php.ini file seeing which one was causing the problem.  I narrowed it down to this extension:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
extension=php_sybase_ct.dll
</p></blockquote>
<p>Change to:</p>
<blockquote><p>[PHP_SYBASE_CT]<br />
;extension=php_sybase_ct.dll
</p></blockquote>
<p>Uncomment this extension by placing a semi colon in front, and Apache will load without any problem.</p>
<p>If you found this post helpful, leave a comment to let me know, thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/12/21/php-5-2-and-5-3-crash-apache-2-2-14/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How to: Hide drives in Explorer</title>
		<link>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/</link>
		<comments>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 12:48:45 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[explorer.exe]]></category>
		<category><![CDATA[hide drive]]></category>
		<category><![CDATA[hide drives]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[regedit.exe]]></category>
		<category><![CDATA[registry]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=90</guid>
		<description><![CDATA[
Recently I&#8217;ve been spending a lot of time in Explorer, copying multiple CDs and DVDs to a hard drive.  When I ejected a disc, Explorer tries to select the following letter after the CD/DVD drive.  This causes an error on my computer as the next drive is a multiformat card reader with no [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-91 alignnone" title="Explorer.exe: Insert Disk" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/04/insertdisk.png" alt="Explorer.exe: Insert Disk" width="347" height="137" /><br />
Recently I&#8217;ve been spending a lot of time in Explorer, copying multiple CDs and DVDs to a hard drive.  When I ejected a disc, Explorer tries to select the following letter after the CD/DVD drive.  This causes an error on my computer as the next drive is a multiformat card reader with no media in it.  Usually this is not a problem and I just click &#8220;OK&#8221; and continue on my way, but I have 400 discs to copy and the thought of clicking &#8220;OK&#8221; 400 times is not my idea of fun.</p>
<p style="text-align: left;">There is a fix however!  Hide the drives.  This way, Explorer won&#8217;t pop up the error because it can&#8217;t see the drive.  This may not work for everyone, but it does for me.  I rarely use the media reader so it is more convenient for me to just unhide the drives again when I&#8217;m finished with my disc copying.</p>
<p style="text-align: left;">Thanks to http://www.pcdrome.com where I found the following tweak:</p>
<blockquote style="text-align: left;"><p>Open your registry and find or create the key below.</p>
<p>The &#8220;NoDrives&#8221; value uses a 32-bit word to define local and network drive visibility for each logical drive in the computer. The lower 26 bits of the 32-bit word correspond to drive letters A through Z. Drives are visible when set to 0 and hidden when set to 1.</p>
<p>If you are not happy working in Hex, add these decimal numbers to hide the drive(s):</p>
<p>A: 1, B: 2, C: 4, D: 8, E: 16, F: 32, G: 64, H: 128, I: 256, J: 512, K: 1024, L: 2048, M: 4096, N: 8192, O: 16384, P: 32768, Q: 65536, R: 131072, S: 262144, T: 524288, U: 1048576, V: 2097152, W: 4194304, X: 8388608, Y: 16777216, Z: 33554432, ALL: 67108863</p>
<p>For example to hide drive A and drive D, you would add 1 (A) + 8 (D) which means the value should be set to &#8220;9&#8243;.</p>
<p>To disable all the drives set the value to &#8220;67108863&#8243;.</p>
<p style="text-align: left;">Restart Windows for the change to take effect.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/04/08/how-to-hide-drives-in-explorer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Fix:  Windows XP Task Manager Update Speed</title>
		<link>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/</link>
		<comments>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 07:43:02 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[Task Manager]]></category>
		<category><![CDATA[update speed]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=84</guid>
		<description><![CDATA[Windows XP Task Manager's default update interval is one second, however you cannot select this speed from within the menus - you only have a choice of 0.5 seconds, 2 seconds, and 4 seconds.  To get the 1 second interval back again, you have to edit your registry.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img title="Windows XP Task Manager" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/03/taskmanager.png" alt="Windows XP Task Manager (where Normal doesn't mean default)"/><br />
Windows XP Task Manager (where Normal doesn&#8217;t mean default)</p>
<p>I only just noticed this the other day when I was trying to resolve another unrelated problem.  I was using Task Manager to keep an eye on my CPU usage which spiked to 100% usage every 120 seconds or so.</p>
<p>The <strong>default</strong> behaviour of Task Manager is to update <strong>once every second</strong>, and if you check the Update Speed option in the menu, &#8220;Normal&#8221; is already selected.  That would lead you to believe that &#8220;Normal&#8221; is 1 second (High is every 0.5 seconds and Low is every 4 seconds).  The problem is, if you ever select anything in this menu &#8211; be it High, Normal, Low, or Paused &#8211; <strong>&#8220;Normal&#8221; will set the update interval to two seconds.</strong> It is impossible to get back to the default (and most useful) update interval of one second.  Simply, it&#8217;s bugged.</p>
<p>To get back to the default behaviour, you need to:</p>
<ul>
<li>Open Regedit.exe</li>
<li>Browse to<br />
<strong>HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\TaskManager</strong></li>
<li>Delete the string <em>Preferences</em></li>
<li>Restart Task Manager</li>
</ul>
<p>You will then have the default behavior of having an update interval of one second.  Thanks to Trogdor on the <a href="http://forums.firingsquad.com/firingsquad/board/message?board.id=software&amp;thread.id=6673" target="_blank">Firing Squad forums</a> for finding this solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/03/19/how-to-fix-windows-xp-task-manager-update-speed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell UK starts selling Mini 10</title>
		<link>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 14:44:32 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA["Dell Mini 10"]]></category>
		<category><![CDATA["mini 10"]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=79</guid>
		<description><![CDATA[
It&#8217;s official, Dell UK has started selling the Mini 10 for 299 pounds for the 1.33GHz version or 329 pounds for the 1.6GHz version.
You can buy it here. It won&#8217;t ship for another 3 weeks however.
]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-80" title="dellmini10uk" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dellmini10uk.jpg" alt="dellmini10uk"  /></p>
<p>It&#8217;s official, Dell UK has started selling the Mini 10 for 299 pounds for the 1.33GHz version or 329 pounds for the 1.6GHz version.</p>
<p>You can <a href="http://www1.euro.dell.com/content/products/productdetails.aspx/laptop-inspiron-10?c=uk&amp;cs=ukdhs1&amp;l=en&amp;s=dhs&amp;ref=homepg" target="_blank">buy it here.</a> It won&#8217;t ship for another 3 weeks however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/26/dell-uk-starts-selling-mini-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Mini 10 details released</title>
		<link>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 13:12:20 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA["Dell Mini 10"]]></category>
		<category><![CDATA["mini 10"]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Netbook]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=75</guid>
		<description><![CDATA[
More details on the Dell Mini 10 have been released:
http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx
Some things that jump out:

QVC gets to sell it first&#8230; er&#8230; right.
It will be available on Dell.com on February 26th &#8211; one day before my pre-announced release date here
QVC price is $559
Weighs 2.86lbs
2 choices of Atom processor: Z520 or Z530
160GB 5400rpm HDD &#8230; no SSDs for [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-76" title="Dell Mini 10" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/3291679082_a6a80565a6.jpg" alt="Dell Mini 10" width="500" height="396" /></p>
<p>More details on the Dell Mini 10 have been released:<br />
<a href="http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx" target="_blank">http://en.community.dell.com/blogs/direct2dell/archive/2009/02/18/dell-s-mini-10-packs-a-punch.aspx</a></p>
<p>Some things that jump out:</p>
<ul>
<li>QVC gets to sell it first&#8230; er&#8230; right.</li>
<li>It will be available on Dell.com on February 26th &#8211; one day before my pre-announced release date <a href="http://www.paulsynnott.com/blog/2009/02/09/dell-mini-10-release-date-confirmed/" target="_blank">here</a></li>
<li>QVC price is $559</li>
<li>Weighs 2.86lbs</li>
<li>2 choices of Atom processor: Z520 or Z530</li>
<li>160GB 5400rpm HDD &#8230; no SSDs for the release <img src='http://www.paulsynnott.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
<li>1GB of fixed RAM (non-upgradable)&#8230;. fail.</li>
<li>No Ubuntu for release &#8211; coming later this year.</li>
<li>GPS / TV Tuner / 720p screen all to be released later in the year.  Goddamit.</li>
</ul>
<p>Summary:  Not a lot of netbook for a lot of money.  I&#8217;m going to have to reconsider which netbook to buy now.</p>
<ul></ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/20/dell-mini-10-details-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delay scary career choices by another 2 years&#8230; get a scholarship in Japan?</title>
		<link>http://www.paulsynnott.com/blog/2009/02/18/delay-scary-career-choices-by-another-2-years/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/18/delay-scary-career-choices-by-another-2-years/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:11:27 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Japan]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[masters degree]]></category>
		<category><![CDATA[scholarship]]></category>
		<category><![CDATA[study]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=70</guid>
		<description><![CDATA[Get paid to study in Japan!]]></description>
			<content:encoded><![CDATA[<p>I have come across this website:<br />
<a href="http://www.studyjapan.go.jp/en/toj/toj0306e.html" target="_blank">http://www.studyjapan.go.jp/en/toj/toj0306e.html </a></p>
<p>It&#8217;s like JET.  You apply with the embassy in your home country, but this is to study in Japan for a Masters or Doctorate.  Get this: they give you a free return ticket, moving allowance (25000 yen), and a monthly allowance (170,000 yen).  Plus, you get your education!  I&#8217;m quite interested in this, especially with the current economy in the UK.</p>
<p>Hmm&#8230; what to do&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/18/delay-scary-career-choices-by-another-2-years/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Influenza</title>
		<link>http://www.paulsynnott.com/blog/2009/02/17/influenza/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/17/influenza/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 08:45:43 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=63</guid>
		<description><![CDATA[Well, I&#8217;m coming down with something and it&#8217;s looking very like influenza.  Aches, pains, cough, sore throat, general sick feeling, I have it all.  Time to stay in bed.
]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m coming down with something and it&#8217;s looking very like influenza.  Aches, pains, cough, sore throat, general sick feeling, I have it all.  Time to stay in bed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/17/influenza/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix: Intermittent IMAP &#8220;BYE Temporary problem, please try again later&#8221; messages (courier-imap)</title>
		<link>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-intermittent-imap-bye-temporary-problem-please-try-again-later-messages-courier-imap/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-intermittent-imap-bye-temporary-problem-please-try-again-later-messages-courier-imap/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 07:09:31 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[courier-imap]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[IMAP]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=52</guid>
		<description><![CDATA[How to fix: Intermittent IMAP "BYE Temporary problem, please try again later" messages (courier-imap)]]></description>
			<content:encoded><![CDATA[<p>This problem has been bugging the life out of me ever since it appeared about a month ago.</p>
<p>Some background:  I have a VPS with EUKHost.com that I have all my sites on.  I have about 5 email accounts spread over my various domains on this VPS.  I prefer to use IMAP, and have MS Outlook open for most of the day with it doing an automatic send/receive every 10 minutes or so.  This worked great for 10 or 11 months.</p>
<p>As I said, a month ago this &#8220;BYE Temporary problem, please try again later&#8221; message kept appearing.  What made it even more annoying is that Outlook displays it in a foreground message window that disturbs any application you may be using at the time the error occurs.  Oh, and it also keeps the mail accounts &#8220;offline&#8221; until you do a manual send-receive.  E-X-T-R-E-M-E-L-Y annoying when this happens every few minutes.  I ended up closing Outlook for most of the day because it just bugged me so much.</p>
<p>EUKHost couldn&#8217;t fix it.  Various google searches I tried before didn&#8217;t help.  Today, I finally have some free time to sit down and finally figure this one out.</p>
<p>First, I had to confirm that it was a server problem and not a problem with my Outlook.  Because this is an intermittent problem, this was difficult to do and partly the reason why it took me 4 weeks to do something about it.  After some research, I found out <a href="http://www.courier-mta.org/authlib/README.authdebug.html" target="_blank">how to debug courier authentication errors</a>.  I wasn&#8217;t 100% sure this was where my problem lay, but as I had nothing else to go on, I decided to give it a try.</p>
<p>How to debug courier authentication errors:</p>
<ol>
<li>Edit <code>authdaemonrc</code> (I found mine at /etc/authlib/authdaemonrc)</li>
<li>Set <code>DEBUG_LOGIN=1</code></li>
<li>Restart <code>authdaemond</code>:<br />
<code># authdaemond stop<br />
# authdaemond start</code></li>
<li>At this point, all debugging output goes to syslog at level &#8216;debug&#8217;, which is normally not shown. You will probably need to change your /etc/syslog.conf file to be able to see these messages.  Add this line to the end of /etc/syslog.conf:<br />
<code>*.debug                        /var/log/debug</code></li>
<li>Create the log file and restart syslog:<br />
<code># touch /var/log/debug<br />
# killall -1 syslogd</code></li>
<li>Keep an eye on the log file:<br />
<code># tail -f /var/log/debug</code></li>
</ol>
<p>OK, so now we&#8217;re debugging authentication errors.  I opened Outlook and just continued doing whatever I normally do until the error message appeared.  It wasn&#8217;t more than 5 minutes before it appeared.  In the log file I saw this:</p>
<p><code>...<br />
Feb 14 15:57:34 vps authdaemond: authpipe: TEMPFAIL - no more modules will be tried<br />
...<br />
Feb 14 15:57:34 vps imapd: LOGIN FAILED, user=paul+fuc.it, ip=[::ffff:222.144.254.98]<br />
Feb 14 15:57:34 vps imapd: authentication error: Input/output error</code></p>
<p>This confirmed that it was indeed an authentication problem.  The input/output error confused me for a while &#8211; was it a hardware problem?  After researching more, I found this useful bit of text within the authdaemonrc.dist file (yes, the configuration file I was editing before didn&#8217;t have any comments&#8230;)</p>
<p><code>##NAME: daemons:0<br />
#<br />
# The number of daemon processes that are started.  authdaemon is typically<br />
# installed where authentication modules are relatively expensive: such<br />
# as authldap, or authmysql, so it's better to have a number of them running.<br />
# PLEASE NOTE:  Some platforms may experience a problem if there's more than<br />
# one daemon.  Specifically, SystemV derived platforms that use TLI with<br />
# socket emulation.  I'm suspicious of TLI's ability to handle multiple<br />
# processes accepting connections on the same filesystem domain socket.<br />
#<br />
</code><strong><code># </code></strong><code><span style="text-decoration: underline;">You may need to increase daemons if as your system load increases.  Symptoms</span></code><strong><code><br />
# </code></strong><code><span style="text-decoration: underline;">include sporadic authentication failures</span></code><strong><code>.</code></strong><code> If you start getting<br />
# authentication failures, increase daemons. </code><code><span style="text-decoration: underline;">However, the default of 5</span></code><strong><code><br />
# </code></strong><code><span style="text-decoration: underline;">SHOULD be sufficient.</span></code><code> Bumping up daemon count is only a short-term<br />
# solution.  The permanent solution is to add more resources: RAM, faster<br />
# disks, faster CPUs...</code></p>
<p>I underlined the important bits.  Sporadic authentication failures?  Check.  Default of 5?  Uhm&#8230;. mine&#8217;s set at 2.  So, I upped it to 5, restarted authdaemond and waited for Outlook.  It&#8217;s been going for a few hours now and no errors.  I hope this resolves it finally.  I also hope that this helps someone else and prevents someone from getting as fed up with it as I did.  Leave a comment if it helped you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-intermittent-imap-bye-temporary-problem-please-try-again-later-messages-courier-imap/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to fix: locate: can not open `/var/lib/mlocate/mlocate.db&#8217;: No such file or directory</title>
		<link>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-locate-can-not-open-varlibmlocatemlocatedb-no-such-file-or-directory/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-locate-can-not-open-varlibmlocatemlocatedb-no-such-file-or-directory/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 05:29:30 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[How To Fix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[locate]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=48</guid>
		<description><![CDATA[How to fix: locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory]]></description>
			<content:encoded><![CDATA[<p>In the first of my &#8220;How to fix&#8221; posts where I detail how I fix various issues I run into, this is a simple one:</p>
<p><code>[root@vps etc]# locate courier<br />
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory</code></p>
<p>OK, so the mlocate.db file doesn&#8217;t exist, marvellous.   How do we either find it or create it?<br />
Answer:  simply run <strong>updatedb</strong></p>
<p><code>[root@vps etc]# updatedb</code></p>
<p>Now we can do our search:<br />
<code><br />
[root@vps etc]# locate courier<br />
/etc/profile.d/courier-imap.csh<br />
/etc/profile.d/courier-imap.sh<br />
/etc/rc.d/init.d/courier-authlib<br />
/etc/rc.d/init.d/courier-imap<br />
/etc/rc.d/rc0.d/K30courier-imap<br />
/etc/rc.d/rc0.d/K85courier-authlib<br />
/etc/rc.d/rc1.d/K30courier-imap<br />
...</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/14/how-to-fix-locate-can-not-open-varlibmlocatemlocatedb-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Valentine&#8217;s Day in Japan</title>
		<link>http://www.paulsynnott.com/blog/2009/02/13/valentines-day-in-japan/</link>
		<comments>http://www.paulsynnott.com/blog/2009/02/13/valentines-day-in-japan/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 07:45:18 +0000</pubDate>
		<dc:creator>psynnott</dc:creator>
				<category><![CDATA[JET Programme]]></category>
		<category><![CDATA[Japan]]></category>
		<category><![CDATA["Valentine's Day"]]></category>
		<category><![CDATA[chocolates]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://www.paulsynnott.com/blog/?p=36</guid>
		<description><![CDATA[Valentine's Day in Japan]]></description>
			<content:encoded><![CDATA[<p>I know, a day early&#8230;  However, when I arrived at school this morning, there was already 2 bags of chocolates on my desk.  See, in Japan, the girls give chocolates to the guys on Valentine&#8217;s Day, and the guys are meant to give white chocolates back on &#8220;White Day&#8221; (March 14th).</p>
<p>Later in the day, 2 of my nice(r) students gave me some homemade chocolates.  They&#8217;re the Elmo box and the little bag below.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-39" title="Valentine's Day Chocolates (1)" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dsc_0016.jpg" alt="Valentine's Day Chocolates (1)"/></p>
<p style="text-align: center;"><img class="size-full wp-image-40" title="Valentine's Day Chocolates (2)" src="http://www.paulsynnott.com/blog/wp-content/uploads/2009/02/dsc_0021.jpg" alt="Remember, Elmo loves you!"/><br />
Remember, Elmo loves you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulsynnott.com/blog/2009/02/13/valentines-day-in-japan/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
