<?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>Johannes &#34;jfk&#34; Kuhlmann&#039;s Blog &#187; arch</title>
	<atom:link href="http://johanneskuhlmann.de/blog/tag/arch/feed/" rel="self" type="application/rss+xml" />
	<link>http://johanneskuhlmann.de/blog</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 10:27:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Running ESbox On An Up-To-Date Linux</title>
		<link>http://johanneskuhlmann.de/blog/2009/12/06/running-esbox-on-an-up-to-date-linux/</link>
		<comments>http://johanneskuhlmann.de/blog/2009/12/06/running-esbox-on-an-up-to-date-linux/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 21:52:42 +0000</pubDate>
		<dc:creator>jfk</dc:creator>
				<category><![CDATA[maemo]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[esbox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[n900]]></category>

		<guid isPermaLink="false">http://johanneskuhlmann.de/blog/?p=577</guid>
		<description><![CDATA[I&#8217;m currently getting my feet wet in Maemo 5 development as I&#8217;ll soon be the proud owner of a Nokia N900 (maybe already tomorrow? Go, Amazon, go!). As an avid user of Arch Linux, I try to keep my installation current by running pacman -Syu every now and then. That sometimes leads to software that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently getting my feet wet in Maemo 5 development as I&#8217;ll soon be the proud owner of a Nokia N900 (maybe already tomorrow? Go, Amazon, go!). As an avid user of Arch Linux, I try to keep my installation current by running <code>pacman -Syu</code> every now and then. That sometimes leads to software that is too new&#8230;</p>
<p>I was trying to install <a href="http://esbox.garage.maemo.org/" target="_blank">ESbox</a>, an Eclipse plugin for Maemo development, but it wouldn&#8217;t work as my Eclipse version 3.5.1 was too new. I then tried to install an older version of Eclipse, but that wouldn&#8217;t run because my version of XULRunner was too new then. The error you then find in <code>workspace/.metadata/.log</code> look like this:</p>

<div class="wp_codebox"><table><tr id="p5773"><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
</pre></td><td class="code" id="p577code3"><pre class="text" style="font-family:monospace;">!ENTRY org.eclipse.osgi 4 0 2009-12-06 19:37:24.648
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: XPCOM error -2147467262
	at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1597)
	at org.eclipse.swt.browser.Mozilla.setText(Mozilla.java:1820)
	at org.eclipse.swt.browser.Browser.setText(Browser.java:737)
	at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateContentForPage(BrowserIntroPartImplementation.java:252)
	at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:451)
	at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.doStandbyStateChanged(BrowserIntroPartImplementation.java:658)
	at org.eclipse.ui.internal.intro.impl.model.AbstractIntroPartImplementation.standbyStateChanged(AbstractIntroPartImplementation.java:249)
	at org.eclipse.ui.internal.intro.impl.model.IntroPartPresentation.standbyStateChanged(IntroPartPresentation.java:443)
	at org.eclipse.ui.intro.config.CustomizableIntroPart.standbyStateChanged(CustomizableIntroPart.java:266)
	at org.eclipse.ui.internal.ViewIntroAdapterPart$2.run(ViewIntroAdapterPart.java:74)
	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
[...]</pre></td></tr></table></div>

<p>By the way, grabbing the complete Eclipse install from the ESbox website doesn&#8217;t help when running a 64-bit system.</p>
<p>So here&#8217;s my way of getting it running anyway without harming the rest of my system:</p>
<ol>
<li>Get and install <a href="http://www.eclipse.org/downloads/packages/release/ganymede/sr2" target="_blank">Eclipse IDE for C/C++ Developers version 3.4.2 / SR2</a>. Of course, you can keep your current Eclipse installed.</li>
<li>Get and unpack <a href="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/1.8.0.1/" target="_blank">XULRunner 1.8.0.1</a>, but don&#8217;t really install it. Just put it somewhere and memorize the path.</li>
<li>Edit <code>eclipse-install/eclipse.ini</code> and append this line to the end:

<div class="wp_codebox"><table><tr id="p5774"><td class="code" id="p577code4"><pre class="text" style="font-family:monospace;">-Dorg.eclipse.swt.browser.XULRunnerPath=/path/to/your/old/xulrunner/</pre></td></tr></table></div>

<p>(Thanks to this <a href="http://talk.maemo.org/showthread.php?t=34060" target="_blank">forum thread</a>.)</li>
<li>Go on and follow the <a href="http://esbox.garage.maemo.org/2nd_edition/installation.html" target="_blank">normal ESbox installation instructions</a> using <b>Method 2: Eclipse Update Site</b>.</li>
</ol>
<p>I hope this helps someone.</p>
]]></content:encoded>
			<wfw:commentRss>http://johanneskuhlmann.de/blog/2009/12/06/running-esbox-on-an-up-to-date-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New PC</title>
		<link>http://johanneskuhlmann.de/blog/2009/06/08/a-new-pc/</link>
		<comments>http://johanneskuhlmann.de/blog/2009/06/08/a-new-pc/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:19:52 +0000</pubDate>
		<dc:creator>jfk</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[dow2]]></category>
		<category><![CDATA[gta4]]></category>
		<category><![CDATA[pc]]></category>

		<guid isPermaLink="false">http://johanneskuhlmann.de/blog/?p=431</guid>
		<description><![CDATA[After almost six years since my last major hardware purchase, I recently got a new PC! It was just on time as my old one just started to feel a little sluggish in heavy applications like Eclipse and OpenOffice.org.

A combination of my birthday present and my job made this configuration possible:

AMD Phenom II X4 810
4 [...]]]></description>
			<content:encoded><![CDATA[<p>After almost six years since my last major hardware purchase, I recently got a new PC! It was just on time as my old one just started to feel a little sluggish in heavy applications like Eclipse and OpenOffice.org.</p>
<p><center><div id="attachment_432" class="wp-caption aligncenter" style="width: 345px"><a href="http://johanneskuhlmann.de/blog/wp-content/uploads/2009/06/new_pc.jpg"><img src="http://johanneskuhlmann.de/blog/wp-content/uploads/2009/06/new_pc.jpg" alt="New PC" title="New PC" width="335" height="300" class="size-full wp-image-432" /></a><p class="wp-caption-text">New PC</p></div></center></p>
<p>A combination of my birthday present and my job made this configuration possible:</p>
<ul>
<li>AMD Phenom II X4 810</li>
<li>4 GB DDR3 RAM</li>
<li>500 GB hard disk</li>
<li>Nvidia GeForce GTS 250 1 GB</li>
<li>obviously a motherboard, case, power supply and DVD writer.</li>
</ul>
<p>I ordered the whole thing from <a href="http://atelco.de" target="_blank">Atelco</a>. Delivery was very fast. I ordered on a Sunday and got the system by Tuesday, but then the motherboard broke and it took them almost two weeks to replace it.</p>
<p>Now everything is running fine and it&#8217;s a good feeling to finally be on par with current technology again. I installed <a href="http://www.archlinux.org/" target="_blank">Arch64</a> on it and currently enjoy Grand Theft Auto IV and Dawn Of War II on a small Windows partition.</p>
]]></content:encoded>
			<wfw:commentRss>http://johanneskuhlmann.de/blog/2009/06/08/a-new-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linux Killed My Laptop&#8217;s Hard Disk</title>
		<link>http://johanneskuhlmann.de/blog/2008/07/18/linux-killed-my-laptops-hard-disk/</link>
		<comments>http://johanneskuhlmann.de/blog/2008/07/18/linux-killed-my-laptops-hard-disk/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 11:12:05 +0000</pubDate>
		<dc:creator>jfk</dc:creator>
				<category><![CDATA[editorial]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[hard disk]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sacred]]></category>
		<category><![CDATA[sbs]]></category>

		<guid isPermaLink="false">http://johanneskuhlmann.de/blog/?p=48</guid>
		<description><![CDATA[A few weeks ago, I decided that my laptop needed a different Linux distribution. It has been running Gentoo Linux for a some years, but I don&#8217;t think anymore that Gentoo is the right choice for a laptop because you can&#8217;t just install anything when you are on the go. For those who don&#8217;t know, [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago, I decided that my laptop needed a different Linux distribution. It has been running <a href="http://www.gentoo.org/" target="_blank">Gentoo Linux</a> for a some years, but I don&#8217;t think anymore that Gentoo is the right choice for a laptop because you can&#8217;t just install anything when you are on the go. For those who don&#8217;t know, Gentoo is a flavor of Linux where you don&#8217;t use binares, you compile anything from source. That naturally takes some time and is hard to do when you are running on battery or don&#8217;t have much time.</p>
<p>Besides, I also removed Gentoo from my desktop more than a year ago. My new choice of Linux is <a href="http://archlinux.org/" target="_blank">Arch Linux</a> right now. It works with binary packages (I didn&#8217;t know installing software could be that easy! <img src='http://johanneskuhlmann.de/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ), is optimized for newer processors (i686) and has a very good package manager.</p>
<p>So, the day before yesterday, I was installing Arch. It was already good on the way when I got the idea to check if the new kernel had built-in support for smart batteries (&#8220;SBS&#8221;, my laptop has on of those and back in 2004 there was almost no support for them in Linux). I was looking around somewhere in the <code>/sys/</code> folder and <code>cat</code>ting some files to see their content. The machine then locked up, I couldn&#8217;t do anything except for doing a hard reset. I booted the Arch setup CD another time and from then on the hard disk didn&#8217;t work anymore. <img src='http://johanneskuhlmann.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p><center><br />
<div id="attachment_50" class="wp-caption aligncenter" style="width: 235px"><a href="http://johanneskuhlmann.de/blog/wp-content/uploads/2008/07/100_5227.jpg"><img src="http://johanneskuhlmann.de/blog/wp-content/uploads/2008/07/100_5227-225x300.jpg" alt="There it is, the broken disk, looking so innocent" title="100_5227" width="225" height="300" class="size-medium wp-image-50" /></a><p class="wp-caption-text">There it is, the broken disk, looking so innocent</p></div><br />
</center></p>
<p>Fortunately, I had saved my most important files on another computer. I just hadn&#8217;t saved some files from the laptop&#8217;s Windows partition. There wasn&#8217;t a lot of important data, but losing one file was very annoying: My Sacred character. I&#8217;m currently playing Sacred with my girlfriend and our characters are already level 34.</p>
<p>To compensate my loss I <a href="http://forum.sacred-game.com/showthread.php?t=42735" target="_blank">downloaded</a> an <i>unskilled</i> dwarf of level 30. From there on, it shouldn&#8217;t be too hard to get back to 34.</p>
<p>A last word on my SBS battery: With a new hard disk, that set me back 45 &euro; for a 120 GB 2.5&#8243; disk, and Arch completely installed, it&#8217;s now working without any problems. I don&#8217;t know if I just read the wrong files in <code>/sys/</code> or if the hard disk was already a little faulty&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://johanneskuhlmann.de/blog/2008/07/18/linux-killed-my-laptops-hard-disk/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
