<?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>SiD3WiNDR's Homepage</title>
	<atom:link href="http://www.sid3windr.be/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sid3windr.be</link>
	<description>My homepage</description>
	<lastBuildDate>Tue, 11 Jan 2011 14:19:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Error: System is offline and the application does not specify </title>
		<link>http://www.sid3windr.be/archives/618/error-system-is-offline-and-the-application-does-not-specify</link>
		<comments>http://www.sid3windr.be/archives/618/error-system-is-offline-and-the-application-does-not-specify#comments</comments>
		<pubDate>Tue, 11 Jan 2011 14:19:24 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=618</guid>
		<description><![CDATA[I wanted to start a Java Webstart app from Firefox, but got this error. The application could not launch. Apparently IE thought it was offline (File -> Work Offline was checked), and as such Sun decided to follow suit. No real reason me thinks, but if you never use IE it&#8217;s hard to find what [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to start a Java Webstart app from Firefox, but got this error. The application could not launch. Apparently IE thought it was offline (File -> Work Offline was checked), and as such Sun decided to follow suit. No real reason me thinks, but if you never use IE it&#8217;s hard to find what exactly could be the problem&#8230; (obviously tried to reboot etc).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/618/error-system-is-offline-and-the-application-does-not-specify/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Java package with make-jpkg</title>
		<link>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg</link>
		<comments>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg#comments</comments>
		<pubDate>Sat, 17 Apr 2010 11:17:20 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=611</guid>
		<description><![CDATA[Looks like this tool is going away, it&#8217;s not in squeeze or sid anymore, but hey, I needed a newer JDK&#8230; make-jpkg cannot create packages for Java 6 update 10 or newer, to fix this, edit /usr/share/java-package/sun-j2sdk.sh. Add this stanza: "jdk-6u"[0-9][0-9]"-linux-x64.bin") # SUPPORTED j2se_version=1.6.0+update${archive_name:6:2}${revision} j2se_expected_min_size=130 found=true ;; right after "jdk-6u"[0-9]"-linux-x64.bin") # SUPPORTED j2se_version=1.6.0+update${archive_name:6:1}${revision} j2se_expected_min_size=130 found=true [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like this tool is going away, it&#8217;s not in squeeze or sid anymore, but hey, I needed a newer JDK&#8230;</p>
<p>make-jpkg cannot create packages for Java 6 update 10 or newer, to fix this, edit /usr/share/java-package/sun-j2sdk.sh.</p>
<p>Add this stanza:</p>
<pre>       "jdk-6u"[0-9][0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:2}${revision}
            j2se_expected_min_size=130
            found=true
            ;;
</pre>
<p>right after</p>
<pre>        "jdk-6u"[0-9]"-linux-x64.bin") # SUPPORTED
            j2se_version=1.6.0+update${archive_name:6:1}${revision}
            j2se_expected_min_size=130
            found=true
            ;;
</pre>
<p>Then try again, should be golden.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/611/creating-a-java-package-with-make-jpkg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating to Windows 7</title>
		<link>http://www.sid3windr.be/archives/609/migrating-to-windows-7</link>
		<comments>http://www.sid3windr.be/archives/609/migrating-to-windows-7#comments</comments>
		<pubDate>Sat, 03 Apr 2010 12:58:52 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=609</guid>
		<description><![CDATA[I swapped my WinXP 32bit for a Win7 Ultimate 64bit last weekend&#8230; Feels weird. But at least now I can use 4GB of memory instead of 2.25GB (32bit+2 graphics cards = arghl). I found these things useful in getting a usable system: Reenabling the quick launch bar Restoring underlined key shortcuts Changing back to oldskoolclassic [...]]]></description>
			<content:encoded><![CDATA[<p>I swapped my WinXP 32bit for a Win7 Ultimate 64bit last weekend&#8230; Feels weird. But at least now I can use 4GB of memory instead of 2.25GB (32bit+2 graphics cards = arghl).</p>
<p />
I found these things useful in getting a usable system:</p>
<ul>
<li><a href="http://www.howtogeek.com/howto/windows-7/add-the-quick-launch-bar-to-the-taskbar-in-windows-7/">Reenabling the quick launch bar</a></li>
<li><a href="http://twigstechtips.blogspot.com/2009/08/windows-7-restore-menu-underline.html">Restoring underlined key shortcuts</a></li>
<li><a href="http://blog.codefarm.co.nz/2009/11/classic-alttab-on-windows-7.html">Changing back to <del datetime="2010-04-03T12:53:34+00:00">oldskool</del>classic Alt-Tab</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/609/migrating-to-windows-7/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox DNS cache clearing/disabling</title>
		<link>http://www.sid3windr.be/archives/606/firefox-dns-cache-clearingdisabling</link>
		<comments>http://www.sid3windr.be/archives/606/firefox-dns-cache-clearingdisabling#comments</comments>
		<pubDate>Sun, 31 Jan 2010 15:51:01 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Interweb]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=606</guid>
		<description><![CDATA[To disable the Firefox DNS cache, go to about:config in the address bar. - Right click to select “New” -> “Integer”, enter “network.dnsCacheExpiration” as the preference name and “0″ as the integer value. - Create another new integer called “network.dnsCacheEntries” as preference name and again enter “0″ as integer value There is no facility to [...]]]></description>
			<content:encoded><![CDATA[<p>To disable the Firefox DNS cache, go to about:config in the address bar.<br />
- Right click to select “New” -> “Integer”, enter “network.dnsCacheExpiration” as the preference name and “0″ as the integer value.<br />
- Create another new integer called “network.dnsCacheEntries” as preference name and again enter “0″ as integer value</p>
<p>There is no facility to clear it, but possibly doing the above, then removing it again, could clear the cache.. Didn&#8217;t try it &#8211; just disabled it. My resolvers are on the local network so they can cache it for me &#8211; this way they &#8216;ll actually have something to do <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/606/firefox-dns-cache-clearingdisabling/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Stop 7E when changing motherboards</title>
		<link>http://www.sid3windr.be/archives/604/windows-stop-7e-when-changing-motherboards</link>
		<comments>http://www.sid3windr.be/archives/604/windows-stop-7e-when-changing-motherboards#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:42:19 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=604</guid>
		<description><![CDATA[So.. My PSU (Zalman ZM-600HP, should be good stuff) decided to die on me last wednesday, and it seems to have taken my motherboard (Asus P5Q-WS) with it to bit&#038;byte heaven. Luckily both are still under warranty (or should be, at least) so hopefully I can get them replaced soon. Video cards, TV card, Disks [...]]]></description>
			<content:encoded><![CDATA[<p>So.. My PSU (Zalman ZM-600HP, should be good stuff) decided to die on me last wednesday, and it seems to have taken my motherboard (Asus P5Q-WS) with it to bit&#038;byte heaven. Luckily both are still under warranty (or should be, at least) so hopefully I can get them replaced soon. Video cards, TV card, Disks and RAID controller escaped the pain, I hope I can say the same of the CPU and the RAM .. but I have no way to say right now.</p>
<p>However, I don&#8217;t really like the laptop for much else than sitting in front of TV chatting or surfing a bit, so for serious work I really want my desktop&#8230;</p>
<p>Still had an Athlon X2 board lying around, with some PCI Express slots, CPU, RAM, etc, so decided to build this in &#8211; after all, my offboard RAID controller should be OK to take along to a new system, no INACCESSIBLE_BOOT_DEVICE for me!</p>
<p>However&#8230; the ARC-1200 is not compatible with the A8N-SLI Premium&#8230; board simply doesn&#8217;t boot if you put it in any of the PCIe slots. So I took an 8-port PCIe Areca from the spare parts, as that could read my RAID on the disks at least; but this lead to INACCESSIBLE_BOOT_DEVICE because the PCI ID&#8217;s of the 2_port and the 8-port weren&#8217;t the same.</p>
<p>My wif&#8217;s PC to the rescue, put both Areca&#8217;s in, with the disks connected to the 2-port, this allowed me to install the 8-port&#8217;s drivers in Windows, then moved it all back to my own temporary PC&#8230; Yes, no stop 7B &#8230; but stop 7E?!</p>
<p>The machine booted in safe mode, so I was on the right track, and after some googling and fiddling, turns out you can&#8217;t down/upgrade easily from an Intel to an AMD CPU, as you will get the 7E stop.</p>
<p>Details are <a href="http://blogs.msdn.com/virtual_pc_guy/archive/2005/10/24/484461.aspx">here</a> &#8211; I didn&#8217;t get the info from this page (seeing as it talks about Virtual PC), instead clicked through on some forums, but it contains the solution none the less. Disabling the IntelPPM driver makes the crash go away (as is to be expected, this is an AMD CPU after all).</p>
<p>Had to reactivate Windows again but that was no biggie.. hope it will still reactivate when I have an RMA board.. <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/604/windows-stop-7e-when-changing-motherboards/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy new year!</title>
		<link>http://www.sid3windr.be/archives/602/happy-new-year</link>
		<comments>http://www.sid3windr.be/archives/602/happy-new-year#comments</comments>
		<pubDate>Sun, 17 Jan 2010 16:34:17 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=602</guid>
		<description><![CDATA[A belated new year to everyone reading this]]></description>
			<content:encoded><![CDATA[<p>A belated new year to everyone reading this <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/602/happy-new-year/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS feeds</title>
		<link>http://www.sid3windr.be/archives/600/rss-feeds-2</link>
		<comments>http://www.sid3windr.be/archives/600/rss-feeds-2#comments</comments>
		<pubDate>Sun, 18 Oct 2009 10:13:42 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=600</guid>
		<description><![CDATA[A Best Offer Online Daily site on the Internet which shall remain unnamed publishes an RSS feed, showing their offer of the day with some descriptive information. Let&#8217;s call it format X, and location A. After a month or 2, they change the format of that file to format Y, still at location A. 3 [...]]]></description>
			<content:encoded><![CDATA[<p>A Best Offer Online Daily site on the Internet which shall remain unnamed publishes an RSS feed, showing their offer of the day with some descriptive information. Let&#8217;s call it format X, and location A. After a month or 2, they change the format of that file to format Y, still at location A. 3 days later, format Y moves to location B. A month later they change to format Z at location B. 3 months later, format P at location B. 5 months later, format Q at location C. Funny note there, format P at location B is still there, it just shows the same old item every day and is not cleaned up.</p>
<p>I use this RSS feed in an application and am pretty fed up trying to keep up with their flying shit implementation of RSS. I can&#8217;t imagine everyone goes to their site every once in a while and updates their RSS reader to yet another new location. Am I missing the point of RSS? I thought it was fire and forget&#8230; Sigh.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/600/rss-feeds-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tuxdroid!</title>
		<link>http://www.sid3windr.be/archives/597/tuxdroid</link>
		<comments>http://www.sid3windr.be/archives/597/tuxdroid#comments</comments>
		<pubDate>Thu, 13 Aug 2009 23:50:33 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ProTip]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=597</guid>
		<description><![CDATA[Quite a while back, I read in one of my magazines about the Tux Droid, produced by apparently Belgian company Kysoh. Back then, it cost 79 EUR. I wanted one, but I didn&#8217;t feel 79 euro was to be spent, so I put it on my wishlist. I revisited it a few months ago, and [...]]]></description>
			<content:encoded><![CDATA[<p>Quite a while back, I read in one of my magazines about the Tux Droid, produced by apparently Belgian company <a href="http://www.kysoh.com">Kysoh</a>. Back then, it cost 79 EUR. I wanted one, but I didn&#8217;t feel 79 euro was to be spent, so I put it on my <a href="http://sales.sid3windr.be/wishlist">wishlist</a>. I revisited it a few months ago, and I almost fell off my chair when I saw the current price: 149 EUR!</p>
<p>My wife however found a nice deal a few weeks ago: if you buy the 2 year subscription to <a href="http://www.lpmagazine.org">Linux+ magazine</a> (for 49.99 EUR) you get a Tuxdroid as a welcome gift! That&#8217;s essentially a Tuxdroid for 50 euro with free shipping and with a free 2 year magazine as well <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Mine&#8217;s on the way, thanks to my wife who gave it to me as a gift &#8211; already received 2 issues and they&#8217;re interesting (read a chapter about forensics cd&#8217;s today).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/597/tuxdroid/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>localhost not found</title>
		<link>http://www.sid3windr.be/archives/594/localhost-not-found</link>
		<comments>http://www.sid3windr.be/archives/594/localhost-not-found#comments</comments>
		<pubDate>Sat, 18 Jul 2009 00:43:39 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=594</guid>
		<description><![CDATA[I just had the following error while trying to start Smokeping on one of my newly installed machines: ERROR: fping (&#8216;/usr/bin/fping -C 1 localhost&#8217;) could not be run: localhost address not found After digging around somewhat (this worked fine when run on the commandline) turns out my /etc/hosts was chmodded 700 instead of 744. Weird, [...]]]></description>
			<content:encoded><![CDATA[<p>I just had the following error while trying to start <a href="http://oss.oetiker.ch/smokeping/">Smokeping</a> on one of my newly installed machines:</p>
<blockquote><p>ERROR: fping (&#8216;/usr/bin/fping -C 1 localhost&#8217;) could not be run: localhost address not found</p></blockquote>
<p>After digging around somewhat (this worked fine when run on the commandline) turns out my /etc/hosts was chmodded 700 instead of 744. Weird, but this meant only root could resolve it. What I don&#8217;t understand is why this did not work &#8211; my resolvers also return 127.0.0.1 for the &#8220;localhost&#8221; query. </p>
<p>Anyway, if you get this error, check if the smokeping user can resolve localhost too <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>As <a href="http://www.krisbuytaert.be/blog/">Kris</a> would say, it was some sort of DNS problem&#8230; <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/594/localhost-not-found/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix SASL woes</title>
		<link>http://www.sid3windr.be/archives/591/postfix-sasl-woes</link>
		<comments>http://www.sid3windr.be/archives/591/postfix-sasl-woes#comments</comments>
		<pubDate>Fri, 10 Jul 2009 22:03:40 +0000</pubDate>
		<dc:creator>SiD3WiNDR</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.sid3windr.be/?p=591</guid>
		<description><![CDATA[I was configuring a main smarthost all my other machines should relay though, all Postfix. I configured everything as I should, including allowing Postfix to use PLAIN auth (important step, smtp_sasl_security_options =). However, it still didn&#8217;t work. cannot authenticate to server relay.mx.mydomain[123.123.123.169]: no mechanism available If you forget smtp_sasl_security_options =, you would get the following [...]]]></description>
			<content:encoded><![CDATA[<p>I was configuring a main smarthost all my other machines should relay though, all Postfix. I configured everything as I should, including allowing Postfix to use PLAIN auth (important step, <em>smtp_sasl_security_options =</em>). However, it still didn&#8217;t work.</p>
<blockquote><p>cannot authenticate to server relay.mx.mydomain[123.123.123.169]: no mechanism available</p></blockquote>
<p>If you forget <em>smtp_sasl_security_options =</em>, you would get the following error:</p>
<blockquote><p>cannot authenticate to server relay.mx.mydomain[123.123.123.169]: no worthy mechanisms available</p></blockquote>
<p>Note the small but important difference: <em>worthy</em>. All Google hits on this problem tell you to allow PLAIN if you get the &#8220;worthy&#8221; error, except I already did, and this was not the error. #postfix couldn&#8217;t help either <img src='http://www.sid3windr.be/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  Dug somewhat further&#8230;</p>
<p>The missing key? The libsasl2-modules package is also needed, not only libsasl2 (restart Postfix after installing). Tada.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sid3windr.be/archives/591/postfix-sasl-woes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

