<?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>brool &#187; linux</title>
	<atom:link href="http://www.brool.com/index.php/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brool.com</link>
	<description>brool \brool\ (n.) : a low roar; a deep murmur or humming</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:58:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mysteriously Hanging Ubuntu</title>
		<link>http://www.brool.com/index.php/mysteriously-hanging-ubuntu</link>
		<comments>http://www.brool.com/index.php/mysteriously-hanging-ubuntu#comments</comments>
		<pubDate>Sat, 03 Jan 2009 00:55:49 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=132</guid>
		<description><![CDATA[My Asus EEE 1000h had this really irritating but intermittent bug &#8212; it would hang occasionally when I was using it. The keyboard was dead, but a) mouse clicks would still work, and b) I could Ctrl-Alt-Backspace to restart X or Ctrl-Alt-Fn to go to a terminal. So, it wasn&#8217;t an absolute showstopper, but it [...]]]></description>
			<content:encoded><![CDATA[<p>My Asus EEE 1000h had this really irritating but intermittent bug &#8212; it would hang occasionally when I was using it.  The keyboard was dead, but a) mouse clicks would still work, and b) I could Ctrl-Alt-Backspace to restart X or Ctrl-Alt-Fn to go to a terminal.  So, it wasn&#8217;t an absolute showstopper, but it was definitely something that could really ruin your flow;  you&#8217;d have to hope everything was saved, restart X, reload everything, so on and so forth.</p>

<p>I googled for this to no avail, but finally, <i>finally</i>, while researching something else, managed to find out what it was.  It turns out that I was accidentally activating SCIM (the input method editor for other languages) with Ctrl-Space or Alt-Space.  This was <i>despite</i> the fact that I had SCIM specifically disabled in System -> Administration -> Language Support.  Apparently, some versions of Hardy screwed up the SCIM settings. </p>

<p>So, the magic command for anyone googling this: </p>
<pre>
for conf in ja_JP ko_KR zh_CN zh_HK zh_SG zh_TW all_ALL; do if LC_ALL=C update-alternatives --display xinput-${conf} | grep -q 'status is manual' &#038;&#038; LC_ALL=C update-alternatives --display xinput-${conf} | grep -q 'currently points to .*scim-bridge'; then update-alternatives --auto xinput-${conf}; fi; done
</pre>

<p>More details: <a href="https://bugs.launchpad.net/ubuntu/+source/scim/+bug/199030">https://bugs.launchpad.net/ubuntu/+source/scim/+bug/199030</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/mysteriously-hanging-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up an Alix</title>
		<link>http://www.brool.com/index.php/setting-up-an-alix</link>
		<comments>http://www.brool.com/index.php/setting-up-an-alix#comments</comments>
		<pubDate>Fri, 02 Jan 2009 03:12:47 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[alix]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nas]]></category>
		<category><![CDATA[voyage]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=105</guid>
		<description><![CDATA[Updated 2010-02-04: You know, in reading this over, I think this came out as a little harsh on the Alix. I stuck that tiny Alix board in an old box, put it under my TV, and it&#8217;s been running for two years with absolutely no problems. Over time, it&#8217;s gotten more and more stuff put [...]]]></description>
			<content:encoded><![CDATA[<p><b>Updated 2010-02-04</b>:  You know, in reading this over, I think this came out as a little harsh on the Alix.  I stuck that tiny Alix board in an old box, put it under my TV, and it&#8217;s been running for two years with absolutely no problems.  Over time, it&#8217;s gotten more and more stuff put onto it &#8212; file serving, torrent serving, iTunes, cron jobs that backup/index my mail, so on and so forth, and all along it has chugged along without complaining, without noise, and only sipping 5w of power.  If I were buying now, I&#8217;d definitely take a look at SheevaPlug, and at the high end it&#8217;s always been tempting to build a home server with an Artigo A2000 as the base, but given that I&#8217;ve replaced my router TWICE in the past two years due to flakiness I just have to give kudos to a device that works without problems.</p>

<b>Original</b>:
<p>I&#8217;ve been looking for a replacement for my <a href="http://www.nslu2-linux.org/">unslung NSLU2</a> for a while.  I have tons of USB drives all over the place, and wanted to a) consolidate them in one place, and b) have a low power, fanless, tiny machine that could do mail fetches, bittorrent downloads, mt-daapd, e-mail indexing, and other background tasks.  The NSLU2 wasn&#8217;t bad at all &#8212; it was very close to ideal &#8212; but it was just a tad underpowered for what I wanted, both in memory and processor.  </p>

<p>I eventually settled on an <a href="http://www.pcengines.ch/alix3d3.htm">Alix.3D3</a> board for $132, and ordered it from <a href="http://www.mini-box.com">mini-box.com</a> (which turned around the order really fast, so kudos to them, and I had also heard good things about them when doing my research).  It&#8217;s tiny, just a little smaller than your typical XBOX game (I keep mine in an old cigar box).   </p>
<img src="http://images.brool.com/blog/reviews/alix3d3_small.jpg"/>
<p>This particular version has a standard BIOS and VGA adapter, so it&#8217;s easier to debug;  some versions only have serial adapters. (I&#8217;m sure I have bunches of serial cables, but at the moment I have no computers that have serial adapters!)  It runs very quiet and cool.</p>

<p>So, in typical fashion, I allocated about two hours for everything:  30 minutes to install FreeNAS, 30 minutes to set up the drives, and an hour to gloat.  Instead, this turned into a whole day thing.  (It was not made easier by VirtualBox kind of breaking USB support in their latest release, but my curses are reserved for Parallels, who in the entire history of their program have never been able to get the USB working halfway decently).</p>

<p>On an Alix.3D3 board, here is the stuff that <i>didn&#8217;t</i> work, at least during my hurried first pass:</p>
<ul>
<li><a href="http://www.freenas.org/">FreeNAS 0.686.4</a> &mdash; does not boot, aborts with a trap 12</li>
<li><a href="http://www.freenas.org/">FreeNAS 0.69RC2</a> &mdash; does not boot, hangs at &#8220;starting devd&#8221;</li>
<li><a href="http://www.openfiler.com/">OpenFiler</a> &mdash; incredibly slow to install, results in a compact flash that did not boot</li>
<li><a href="http://www.imedialinux.com/">iMedia Alix</a> &mdash; there are bunches of versions of this.  The iMedia Alix version (332M) kind of worked, the iMedia Minibox version (525M) did not.</li>
</ul>

<p>Here is the stuff that <i>did</i> work:</p>
<ul>
<li><a href="http://linux.voyage.hk/">Voyage Linux</a> &mdash; we have a winner!  At first I didn&#8217;t think this would work on account of it not working in VirtualBox, but if build the disk in Linux using the instructions in the README, you end up with a nice small Debian installation with Alix support. It&#8217;s really a beautiful little distro.</li>
</ul>

<p>Final performance?  2.67G of 5 large files in 314 seconds, which is okayish performance for a NAS, and at least 2x faster than my NSLU2.  I have it running mt-daapd, rsync, and Samba, and will set it up with AFP soon.</p>

<p>So, if you&#8217;re looking for this, then it&#8217;s not a bad little board.  But, on consideration, I think I&#8217;m so much a niche market that it&#8217;s not even funny.  You can spend <i>less</i> money;  the old VIA and new Atom boards have more power and have SATA connectors, which gives you the option of making a little NAS box with cheap hard drives instead of USB drives.  You can spend about the same amount of money and get a NAS with pretty much the same functionality;  for example, the new Buffalo 1TB NAS drives have media streaming and run about $170 with a terabyte of disk storage.  </p>

<p>Bottom line: I&#8217;m happy with it, but not only is it not for everyone, it&#8217;s hardly for <i>anyone</i>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/setting-up-an-alix/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

