<?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>The Cranky Sysadmin &#187; System Administration</title>
	<atom:link href="http://blog.2gn.com/category/system-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.2gn.com</link>
	<description>A world of technology, fun, and ignorant rants.</description>
	<lastBuildDate>Mon, 26 Jul 2010 13:30:22 +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>Hadoop? What kind of a name is Hadoop?</title>
		<link>http://blog.2gn.com/programming/hadoop-what-kind-of-a-name-is-hadoop/</link>
		<comments>http://blog.2gn.com/programming/hadoop-what-kind-of-a-name-is-hadoop/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 12:03:55 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=438</guid>
		<description><![CDATA[Briefly, as I understand it, hadoop is a distributed program which allows one to aggregate data by processing across a bunch (more than 2) of computers. The name apparently comes from the name the lead developer&#8217;s son gave to his stuffed toy elephant. It&#8217;s not just the name that I dislike though. I&#8217;ve read that [...]]]></description>
			<content:encoded><![CDATA[<p>Briefly, as I understand it, hadoop is a distributed program which allows one to aggregate data by processing across a bunch (more than 2) of computers. The name apparently comes from the name the lead developer&#8217;s son gave to his stuffed toy elephant. It&#8217;s not just the name that I dislike though.<br />
<span id="more-438"></span><br />
I&#8217;ve read that hadoop was inspired by google&#8217;s map-reduce architecture. <a href="http://www.youtube.com/results?search_query=cluster+computing+and+mapreduce&amp;search_type=&amp;aq=f">Here</a> is a youtube search. The first five hits are a google class on how map-reduce works. So what is hadoop? It seems to be a collection of java processes which implement map reduce across many servers. The components seem to include a distributed job scheduler, a distributed file system, and a framework for running generic jobs.</p>
<p>Why don&#8217;t I like hadoop? I state for the record that I only have a passing familiarity with hadoop from reviewing the docs and some modest amount of administration. My opinions are mostly uninformed.</p>
<p>Hadoop includes a distributed filesystem&#8230; written in java&#8230; This sends up a big red flag in my head. Filesystems are an OS level concern in my experience. Writing a distributed filesystem in java with no OS hooks seems on its face to start with an inefficient model. It&#8217;s also not a general purpose filesystem, so the usual unix (or windows) tools for dealing with filesystems can&#8217;t be used on <a href="http://hadoop.apache.org/hdfs/">HDFS</a>. Many current super computers use the <a href="http://wiki.lustre.org/manual/LustreManual18_HTML/IntroductionToLustre.html">Lustre</a> filesystem. Lustre has been around for more then a decade and is a very mature product. I&#8217;m not suggesting that Lustre is right for hadoop, but the list of claimed features for both is pretty similar. Since Lustre uses a POSIX filesystem interface, I can use all of my unix tools on it.</p>
<p>Job scheduling is another well traveled path that Hadoop developers decided to walk again. The hadoop developers have arguments against MPI and PVM schemes which are used in most Beowulf clusters. Maybe the arguments are valid, but I don&#8217;t see a reason why one couldn&#8217;t build on such a mature technology to produce an adequate scheduler. In fact people have built built such a <a href="http://www.cs.wisc.edu/condor/">scheduler</a>.</p>
<p>On the other hand, HBase and the actual MapReduce components are novel. My main problem with hadoop is that they decided to build components which are readily available elsewhere, are probably more efficiently written, are certainly more mature, and integrate well into the OS. One of the advantages of open source projects is that one can borrow from other good projects. I think the interesting parts of hadoop would have advanced farther if they had used the well studied portions of beowulf clusters and other technologies as a base instead of building them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/programming/hadoop-what-kind-of-a-name-is-hadoop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My New Christmas Toy</title>
		<link>http://blog.2gn.com/system-administration/my-new-christmas-toy/</link>
		<comments>http://blog.2gn.com/system-administration/my-new-christmas-toy/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 17:05:03 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=416</guid>
		<description><![CDATA[This year for Christmas, my wife got me an Acer Aspire AS8940G-6865. I immediately set about installing Ubuntu 9.10 and all of my games. The install was trouble free, as I now expect from Ubuntu. Here is a quick round-up of the stuff that works out of box: Wifi Suspend to memory Proprietary drivers for [...]]]></description>
			<content:encoded><![CDATA[<p>This year for Christmas, my wife got me an <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16834115679">Acer Aspire AS8940G-6865</a>. I immediately set about installing <a href="http://www.ubuntu.com/">Ubuntu 9.10</a> and all of my games.<br />
<span id="more-416"></span><br />
The install was trouble free, as I now expect from Ubuntu. Here is a quick round-up of the  stuff that works out of box:</p>
<ul>
<li>Wifi</li>
<li>Suspend to memory</li>
<li>Proprietary drivers for the Nvidia video card</li>
<li>The media panel</li>
<li>The nice volume control</li>
<li>The CDRom/DVD. I assume the blueray portion doesn&#8217;t work.</li>
<li>The USB, VGA, and HDMI ports.</li>
</ul>
<p>Here are the problem areas that I&#8217;ve run into. I haven&#8217;t had time to sort them out. When I address the issues, I&#8217;ll probably write a new post.</p>
<ul>
<li>Sound works, but only from two of the five speakers.</li>
<li>If you place two fingers on the track pad, the pointer flakes out.</li>
<li>The wifi button is too close to the ctl key. I need to find a way to disable it.</li>
</ul>
<p>There is plenty I haven&#8217;t tested too. Here are the unknown components:</p>
<ul>
<li>Finger print scanner. I&#8217;ve read that this won&#8217;t work with linux.</li>
<li>Webcam. This is supposed to work fine.</li>
<li>Firewire, eSATA, and &#8220;Display&#8221; ports. I&#8217;ve read that these work fine.</li>
<li>SD card/Memory Stick slot.</li>
<li>ExpressCard slot.</li>
</ul>
<p>Overall, I am very pleased with this laptop. My wife did a great job picking it out and getting it for a good price (thank you honey). Since this was a fresh install, I decided to go for a new install of wine for all of those games that I like. Here is what I got running and what was required to get it running.</p>
<p>Wine 1.1.35 itself wouldn&#8217;t compile initially. This seems to be a known <a href="https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/456132">bug</a> when compiling on 64 bit platforms. One solution is to remove the libmpg123 package. I preferred to keep the package, so I edited the file dlls/winemp3.acm/mpegl3.c. I changed line 642 from:</p>
<p><em>mpg123_feedseek(aad-&gt;mh, 0, SEEK_SET, NULL);</em></p>
<p>to:</p>
<p><em>mpg123_feedseek_64(aad-&gt;mh, 0, SEEK_SET, NULL);</em></p>
<p>Wine compiled fine after that.</p>
<p>Civilization required the installation of <a href="http://wiki.winehq.org/winetricks">winetricks</a> and the packages: msxml3 and d3dx9.</p>
<p>EVE just required adding allfonts with winetricks.</p>
<p><a href="http://us.runesofmagic.com/us/index.html">Runes of Magic</a> runs without a hitch. <a href="http://pwi.perfectworld.com/">Perfect World</a> runs without a problem. Fallout 3 won&#8217;t even install. I will post when I figure out the problem there. I haven&#8217;t installed Oblivion, but I don&#8217;t expect any problems there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/my-new-christmas-toy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tiny Linux Boxes</title>
		<link>http://blog.2gn.com/system-administration/tiny-linux-boxes/</link>
		<comments>http://blog.2gn.com/system-administration/tiny-linux-boxes/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 15:07:16 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Mobile Technology]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=323</guid>
		<description><![CDATA[While cleaning out my um&#8230;. home office storage area (closet in the guest room) I came across a couple of gems which I had forgotten about, two Sharp Zauruses (Zauri?). One is a fairly old SL-5500. The other is a slightly less old SL-C3000. Both of these little devices run linux. In the past I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>While cleaning out my um&#8230;. home office storage area (closet in the guest room) I came across a couple of gems which I had forgotten about, two Sharp Zauruses (Zauri?). One is a fairly old SL-5500. The other is a slightly less old SL-C3000.<br />
<span id="more-323"></span></p>
<p>Both of these little devices run linux. In the past I&#8217;ve used the compiler and perl, so I know they aren&#8217;t too dumbed down. They also can pass as small web servers. Wikipedia has a <a href="http://en.wikipedia.org/wiki/Sharp_Zaurus">writeup</a> on the zaurus in general. It also has links to various mostly out of date operating systems for it. <a href="http://www.angstrom-distribution.org/">Angstrom</a> seems to be the most up to date distribution. The last package updates seem to be from late 2008. At the time of this writing, the angstrom link is broken, but it worked a couple of days ago. Hopefully, the outage is temporary.</p>
<p>I won&#8217;t go into a full review of the Zaurus. I can tell you why they are interesting for me. Here is the list.</p>
<ul>
<li>The zaurus has a functioning keyboard that even I can use with my huge gorilla hands.</li>
<li>They have a CF slot, an SD slot, and the SL-C300 has a USB port for expansion. The CF slot can accommodate wifi and other peripheral cards.</li>
<li>They run linux out of box, and there are several alternatives if you don&#8217;t like the built-in distribution.</li>
<li>They are small and lightweight, even compared to my <a href="http://www.2gn.com/~jjorgens/ux280.html">Sony Vaio UX280P</a>.</li>
</ul>
<p>I&#8217;m a little sad that Sharp has stopped making and supporting the Zaurus. If I had the time, I&#8217;d take on the project of updating one of the distributions. For now, I&#8217;ll just install something and see if I can find a good use for them. Here are some pictures.</p>
<p>This is the Zaurus SL-5500. The quarter next to it is for size reference. The bottom piece with the OK botton slides up to hide the keyboard.</p>
<p><a rel="attachment wp-att-325" href="http://blog.2gn.com/system-administration/tiny-linux-boxes/attachment/zaurus_5500-2/"><img class="aligncenter size-medium wp-image-325" title="zaurus_5500" src="http://blog.2gn.com/wp-content/uploads/2009/09/zaurus_55001-225x300.jpg" alt="zaurus_5500" width="225" height="300" /></a></p>
<p>The SL-C3000 is a &#8220;clam shell&#8221; style PDA. The one pictured has a compact flash Wifi card in the right side.</p>
<p><a rel="attachment wp-att-328" href="http://blog.2gn.com/system-administration/tiny-linux-boxes/attachment/zaurus_c3000/"><img class="aligncenter size-medium wp-image-328" title="zaurus_c3000" src="http://blog.2gn.com/wp-content/uploads/2009/09/zaurus_c3000-225x300.jpg" alt="zaurus_c3000" width="225" height="300" /></a></p>
<p>This is the SL-C3000 in &#8220;portrait mode. The Screen flips around and hides the keyboard.</p>
<p><a rel="attachment wp-att-329" href="http://blog.2gn.com/system-administration/tiny-linux-boxes/attachment/zaurus_c3000_portrait/"><img class="aligncenter size-medium wp-image-329" title="zaurus_c3000_portrait" src="http://blog.2gn.com/wp-content/uploads/2009/09/zaurus_c3000_portrait-225x300.jpg" alt="zaurus_c3000_portrait" width="225" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/tiny-linux-boxes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overheating Shutdowns</title>
		<link>http://blog.2gn.com/system-administration/overheating-shutdowns/</link>
		<comments>http://blog.2gn.com/system-administration/overheating-shutdowns/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 15:13:25 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=280</guid>
		<description><![CDATA[My laptop recently started shutting down due to overheating. This would occur only when I play Oblivion (under wine). At first, I thought it was due to an upgrade to Ubuntu 9.04. It may still be related, but after much tweaking and forum searching, I finally opened up my laptop and cleaned all of the [...]]]></description>
			<content:encoded><![CDATA[<p>My laptop recently started shutting down due to overheating. This would occur only when I play Oblivion (under wine). At first, I thought it was due to an upgrade to Ubuntu 9.04. It may still be related, but after much tweaking and forum searching, I finally opened up my laptop and cleaned all of the fans. That seems to have resolved the issue. According to my thermal monitor, the laptop runs about 10 to 15 degrees (Celsius) cooler then before the operation.</p>
<p>What&#8217;s the moral of the story? Do the obvious thing first instead of last.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/overheating-shutdowns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Wine problems with EVE</title>
		<link>http://blog.2gn.com/system-administration/new-wine-problems-with-eve/</link>
		<comments>http://blog.2gn.com/system-administration/new-wine-problems-with-eve/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 13:34:06 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Eve-Online]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=275</guid>
		<description><![CDATA[It seems like wine 1.1.25 and 1.1.26 have some bug which causes my system to crash randomly when playing EVE. 1.1.24 seems to work fine. The related bug, plus a look at some attitude issues can be found here.]]></description>
			<content:encoded><![CDATA[<p>It seems like wine 1.1.25 and 1.1.26 have some bug which causes my system to crash randomly when playing EVE. 1.1.24 seems to work fine. The related bug, plus a look at some attitude issues can be found <a href="http://bugs.winehq.org/show_bug.cgi?id=19219">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/new-wine-problems-with-eve/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yes, a UPS is on my Shopping List.</title>
		<link>http://blog.2gn.com/system-administration/yes-a-ups-is-on-my-shopping-list/</link>
		<comments>http://blog.2gn.com/system-administration/yes-a-ups-is-on-my-shopping-list/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 12:24:02 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=244</guid>
		<description><![CDATA[The power fluctuations in my area have gotten really bad. Starting my blog server is almost a daily occurrence. The outages are usually less then a second, but it&#8217;s enough to power down my server. I must go get a UPS.]]></description>
			<content:encoded><![CDATA[<p>The power fluctuations in my area have gotten really bad. Starting my blog server is almost a daily occurrence. The outages are usually less then a second, but it&#8217;s enough to power down my server. I must go get a UPS.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/yes-a-ups-is-on-my-shopping-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Site Changes and Analysis</title>
		<link>http://blog.2gn.com/system-administration/blog-site-changes-and-analysis/</link>
		<comments>http://blog.2gn.com/system-administration/blog-site-changes-and-analysis/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 17:22:10 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=208</guid>
		<description><![CDATA[Site Analysis: I use AWStats to give me statistics about what kind of readers I have. Amazingly, I do have readers and some of them are even regular readers. Here are some of the useless stats: The most alarming one is that readership has dropped off since I stopped writing about WoW. 59% of the [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Site Analysis:</strong></p>
<p>I use <a href="http://awstats.sourceforge.net/">AWStats</a> to give me statistics about what kind of readers I have. Amazingly, I do have readers and some of them are even regular readers. Here are some of the useless stats:<br />
<span id="more-208"></span></p>
<ul>
<li>The most alarming one is that readership has dropped off since I stopped writing about WoW.</li>
<li>59% of the readers use FireFox.</li>
<li>38% of you use Linux to browse this site, which explains a lot of the firefox usage.</li>
<li>The most popular article is my pre-raid shaman gear guide, even though it&#8217;s probably a bit dated.</li>
<li>The most popular EVE article is the one which describes installing EVE on Ubuntu. This article is 1/3rd as popular as the shaman gear guide.</li>
</ul>
<p>My sister thinks I should write more often and include more images. I&#8217;ll attempt to keep up, and I&#8217;ll probably thumbnail some images if they add to the post. Since I don&#8217;t currently play WoW, I won&#8217;t be able to fix the content issue.</p>
<p><strong>Recent and Future Changes:</strong></p>
<p>I&#8217;ve done a small bit of optimization to the web server backend to this blog. Hopefully, the load times will decrease and my bandwidth usage will shrink.</p>
<p>I&#8217;m also considering moving to a summary of each post instead of the whole post on the front page. You would have to click through to the article if you are interested in its content. I may change the &#8220;skin&#8221; of the site. I want to keep it simple and fast to load, but I want to make it more visually appealing. I may ask my sister, &#8220;The Web Designer&#8221; for suggestions.</p>
<p>I&#8217;ve talked about adding advertisements before. I&#8217;ve been procrastinating because my perception is that there will be a lot of administrative overhead which I don&#8217;t have the time for. I&#8217;ll leave this as an open issue for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/blog-site-changes-and-analysis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluetooth GPS with Ubuntu 9.05</title>
		<link>http://blog.2gn.com/system-administration/bluetooth-gps-with-ubuntu-905/</link>
		<comments>http://blog.2gn.com/system-administration/bluetooth-gps-with-ubuntu-905/#comments</comments>
		<pubDate>Mon, 25 May 2009 16:09:45 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=185</guid>
		<description><![CDATA[While going through my junk throwing stuff out or making excuses for not throwing stuff out, I came across a bluetooth GPS unit which I had forgotten about. This unit is the Holux GPSlim 240. It&#8217;s compact and it picks up sattelites pretty quickly. I decided to try connecting it to my laptop which runs [...]]]></description>
			<content:encoded><![CDATA[<p>While going through my junk throwing stuff out or making excuses for not throwing stuff out, I came across a bluetooth GPS unit which I had forgotten about. This unit is the <a href="http://www.holux.com/JCore/en/products/products_content.jsp?pno=253">Holux GPSlim 240</a>. It&#8217;s compact and it picks up sattelites pretty quickly. I decided to try connecting it to my laptop which runs Ubuntu 9.04. The most useful references I found were this Ubuntu forum <a href="http://ubuntuforums.org/showthread.php?t=200142">post</a> and this <a href="http://ubuntuforums.org/showthread.php?t=692146">post</a> for a holux specific problem. Below are the steps I took to get everything working:<br />
<span id="more-185"></span><br />
Get the packages:</p>
<p>~$ sudo apt-get install gpsd gpsdrive</p>
<p>Turn on your gps unit and wait a few seconds (5 for the GPSlim 240). Run the following to discover the device:</p>
<p>~$ hcitool scan<br />
Scanning &#8230;<br />
00:0B:0D:6D:BC:5E    HOLUX GPSlim240</p>
<p>Save the address. It will be differentt then mine. Run the following command with your address and look for the channel number:</p>
<p>~$ sdptool browse 00:0B:0D:6D:BC:5E<br />
Browsing 00:0B:0D:6D:BC:5E &#8230;<br />
Service Name: SPP slave<br />
Service Description: Bluetooth SPP V1.52<br />
Service RecHandle: 0&#215;10000<br />
Service Class ID List:<br />
&#8220;Serial Port&#8221; (0&#215;1101)<br />
Protocol Descriptor List:<br />
&#8220;L2CAP&#8221; (0&#215;0100)<br />
&#8220;RFCOMM&#8221; (0&#215;0003)<br />
<strong>Channel: 1</strong><br />
Language Base Attr List:<br />
code_ISO639: 0x656e<br />
encoding:    0x6a<br />
base_offset: 0&#215;100</p>
<p>Append the following to /etc/bluetooth/rfcomm.conf. Replace the device address with yours from the &#8220;hcitool scan&#8221; command above. Replace the channel with the yours from the spdtool command above.</p>
<p>rfcomm4 {<br />
bind yes;<br />
device 00:0B:0D:6D:BC:5E;<br />
channel 1;<br />
comment &#8220;GPS&#8221;;<br />
}</p>
<p>Restart bluetooth. For some reason, I have to stop it, wait a few seconds and restart it. A standard restart may work for you.</p>
<p>~$ sudo /etc/init.d/bluetooth stop<br />
(wait a few seconds)<br />
~$ sudo /etc/init.d/bluetooth start</p>
<p>Reconfigure the gpsd package to use our new device. For my Holux device, I need to set gpsd to use read-only (the -b switch), otherwise the gps unit stops functioning.</p>
<p>~$ sudo dpkg-reconfigure gpsd<br />
Start gpsd automatically on boot?<br />
yes<br />
Device the GPS receiver is attached to:<br />
/dev/rfcomm4<br />
Should gpsd handle attached USB GPS receivers automatically?<br />
no<br />
Options to gpsd:<br />
-b</p>
<p>Run xgps to see if you can fix your location and see the satellite aquisition. Run gpsdrive for a map view. I leave actually using the data from the GPS as an exercise for the reader.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/bluetooth-gps-with-ubuntu-905/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Where are the blue lights?</title>
		<link>http://blog.2gn.com/system-administration/where-are-the-blue-lights/</link>
		<comments>http://blog.2gn.com/system-administration/where-are-the-blue-lights/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:12:49 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=171</guid>
		<description><![CDATA[Last night, my wife mentioned that she didn&#8217;t see the usual blue light in my closet&#8230;. Oops! Apparently, the power went out and the server on which this blog resides died. I still haven&#8217;t attached an APC, so every power fluctuaton brings the server down. I should add that to my list to fix.]]></description>
			<content:encoded><![CDATA[<p>Last night, my wife mentioned that she didn&#8217;t see the usual blue light in my closet&#8230;. Oops! Apparently, the power went out and the server on which this blog resides died. I still haven&#8217;t attached an APC, so every power fluctuaton brings the server down. I should add that to my list to fix.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/where-are-the-blue-lights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 and EVE-Online</title>
		<link>http://blog.2gn.com/system-administration/ubuntu-904-and-eve-online/</link>
		<comments>http://blog.2gn.com/system-administration/ubuntu-904-and-eve-online/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 18:21:15 +0000</pubDate>
		<dc:creator>John Jorgensen</dc:creator>
				<category><![CDATA[Eve-Online]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://blog.2gn.com/?p=164</guid>
		<description><![CDATA[Below is a description of how I installed Ubuntu 9.04 from scratch and got EVE-Online, EVEMon, EFT, and Ventrilo working. System: Dell XPM M1710. 4GB RAM Intel 3950 Wireless Nvidia 7950 GTX 512 MB New 5400 RPM 250GB Segate HD. Go to the boot menu (F12 on Dell) and select CD-ROM boot. Choose your language [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a description of how I installed Ubuntu 9.04 from scratch and got EVE-Online,<br />
EVEMon, EFT, and Ventrilo working.</p>
<p>System:<br />
Dell XPM M1710.<br />
4GB RAM<br />
Intel 3950 Wireless<br />
Nvidia 7950 GTX 512 MB<br />
New 5400 RPM 250GB Segate HD.</p>
<p>Go to the boot menu (F12 on Dell) and select CD-ROM boot.<br />
Choose your language at the Ubuntu language picker. The second boot option is install. Pick<br />
that. From here, you can probably pick the defaults and end up with a reasonable base<br />
system. I chose to partition my hard drive using the advanced partition option.</p>
<p>My setup:<br />
50GB root ( / ) partition<br />
8GB swap<br />
The rest for /home</p>
<p>After the first reboot, I only showed 3.3 GB of RAM with the generic 64 bit kernel. This was<br />
surprising and a little disappointing. I tried to install and use the server kernel, but the<br />
video drivers won&#8217;t work with that kernel, so I&#8217;m stuck with losing 700MB RAM. Wifi worked<br />
out of box. I updated the system and attempted to enable the nvidia proprietary drivers.<br />
They didn&#8217;t show up in the hardware drivers list until after a reboot, so&#8230;.</p>
<p>Reboot ubuntu. Go to System/Administration/Hardware Drivers in the main menu. Select the<br />
newest nvidia driver (it should be the &#8220;Recommended&#8221; driver) and click &#8220;Activate&#8221;. This wil<br />
require another reboot. After the next reboot, you&#8217;ll want to set your resolution. It&#8217;s<br />
best to do this as root so the configurator can save the X config file permanently, so run<br />
this:<br />
$ sudo nvidia-settings<br />
Select X Server Display Configuration on the left. Set the resolution to the one desired and<br />
click &#8220;Apply&#8221;. Click OK to accept the resolution. Then click &#8220;Save to X Configuration File&#8221;<br />
to make the settings permanent.</p>
<p>Wine which comes with 9.04 is ancient (1.0.1). I compiled the latest as of<br />
now (1.1.20). I had to patch the source to make the 3d models visible in EVE.<br />
1) Spark up a terminal window and run:<br />
$ sudo apt-get build-dep wine<br />
to get the compiler and other stuff needed to compile wine.<br />
2) Get the source from http://winehq.org in the right nav area of the site.<br />
3) untar the source with:<br />
$ tar xf wine-1.1.20.tar.bz2<br />
4) $ cd wine-1.1.20<br />
5) I need the patch from http://bugs.winehq.org/attachment.cgi?id=20412<br />
save it where you untarred your source for wine and run this from the<br />
wine-1.1.20 directory:<br />
$ patch -p1 &lt; ../apocrypha.shaders.1.1.19.patch<br />
6) $ ./configure<br />
7) $ make depend &amp;&amp; make<br />
8) $ make install<br />
9) go do something else for a long while.<br />
10)install cabextract:<br />
$ sudo apt-get install cabextract</p>
<p>EFT installs and works out of box.<br />
Ventrilo installs and works out of box.<br />
EVEMon requires dotnet 2. Install that by using winetricks. Get winetricks from<br />
http://www.kegel.com/wine/winetricks (save page as winetricks).<br />
To run it, do this:<br />
$ sh winetricks<br />
Select core fonts (needed for EVE) and dotnet2. dotnet2 takes a long while to<br />
download and install.</p>
<p>You can now use the offline installer to install EVE. You will lose all of your settings<br />
from windows. I&#8217;m sure you can copy the settings folder from a windows partition, but I<br />
didn&#8217;t test this.</p>
<p>If you run 2 clients, you&#8217;ll want to do some further setup. First, set the graphics in EVE<br />
to windowed mode and at some lower resolution then your whole screen.<br />
Make 2 icons for EVE. The Commands for each should look like this:<br />
env WINEPREFIX=&#8221;/home/jjorgens/.wine&#8221; wine explorer /desktop=1,1600&#215;1050 &#8220;C:\Program Files\CCP\EVE\eve.exe&#8221;<br />
env WINEPREFIX=&#8221;/home/jjorgens/.wine&#8221; wine explorer /desktop=2,1600&#215;1050 &#8220;C:\Program Files\CCP\EVE\eve.exe&#8221;<br />
Adjust the resolution to be the same as you set in the game. Run one launcher for one account, and the other for the other account.</p>
<p>Strangely, if I run the game with the graphics at full tilt, the laptop will overheat and<br />
shutdown after about 10 minutes of play. After turning the graphics all of the way down,<br />
the game runs fine. I needed to use these low settings for when I am in fleet engagements<br />
anyway, so it&#8217;s no loss for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.2gn.com/system-administration/ubuntu-904-and-eve-online/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
