<?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/"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>The Lodge &#187; Linux</title>
	<atom:link href="http://lodge.glasgownet.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://lodge.glasgownet.com</link>
	<description>The life and times of a saggy cloth cat</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:06:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Automating HP Server Startup</title>
		<link>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/</link>
		<comments>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 19:06:45 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=667</guid>
		<description><![CDATA[It may not be much, but I stuck together a small article about how to remotely automate the startup of HP servers. We did this ages, and only now have I gotten around to tidying up the notes! Over here]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:ea32adeebe313782c97b685ecfba3a5b3939c78e'><p>It may not be much, but I stuck together a small article about how to remotely automate the startup of HP servers. We did this ages, and only now have I gotten around to tidying up the notes!</p>
<p><a href="http://lodge.glasgownet.com/tech/automating-server-startup-with-hp-ilo/">Over here</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2010/09/02/automating-hp-server-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sure/Smartie LCDProc</title>
		<link>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/</link>
		<comments>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 19:04:45 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Cars]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Cool things]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Land Rover]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=550</guid>
		<description><![CDATA[Recently I&#8217;ve been looking at getting a computing device into the Land Rover. Short of buying a full sized 7&#8243; touch screen, I opted to go for a slightly cheaper £20 4&#215;20 LCD display. This was more to be proof of concept, and give me a starter to work on, before I decide whether or [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:f31d5059d0449206666042ac9fff3d7012843ecc'><p><img class="alignright" title="DE-LD023" src="http://www.sure-electronics.net/mcu,display/DE-LD023_3_b.jpg" alt="" width="173" height="173" />Recently I&#8217;ve been looking at getting a computing device into the Land Rover. Short of buying a full sized 7&#8243; touch screen, I opted to go for a slightly cheaper £20 4&#215;20 LCD display. This was more to be proof of concept, and give me a starter to work on, before I decide whether or not to put a full sized screen in.</p>
<p>Ultimately, I purchased a <a href="http://www.sureelectronics.net/goods.php?id=937" target="_blank">SmartieLCD module</a> from Ebay. It arrived, I plugged it into my laptop running Windows at work, and it worked first time. Now it was time to get it working with LCDProc!</p>
<p>Earlier on I had spotted that SmartieLCD in Windows used the Matrix Orbital DLL file. Sadly, when using LCDProc in Linux, Matrix didn&#8217;t work at all. It was time to go looking</p>
<p>Enthused by <a href="http://lists.omnipotent.net/pipermail/lcdproc/2009-July/013021.html">http://lists.omnipotent.net/pipermail/lcdproc/2009-July/013021.html</a>, and <a href="http://www.sure-electronics.net/download/index.php?name=DE-LD023&amp;type=0">manufacturers documentation</a>, I decided to check out the CVS copy of LCDProc. The last &#8216;release&#8217; was back in 2007, so if I was to get anything recent it would have to be from CVS</p>
<blockquote><p>cvs -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc login<br />
cvs -z3 -d:pserver:anonymous@lcdproc.cvs.sourceforge.net:/cvsroot/lcdproc co -P lcdproc</p></blockquote>
<p>Having a look around the source files indicate that Sure Electronics displays were supported, but not enabled by default. A simple ./configure flag would enable them, so it was time to get compiling. Firstly some support files have to be installed first.</p>
<blockquote><p>sudo apt-get install libusb-dev autogen automake</p></blockquote>
<p>After that, kick off the build process, and enable Sure Electronics support at configure time.</p>
<blockquote><p>sh ./autogen.sh<br />
./configure &#8211;enable-drivers=SureElec<br />
make<br />
sudo make install</p></blockquote>
<p>Now that the software is installed, LCDd needs configured in order to send data to the LCD display.</p>
<blockquote><p>sudo vim /usr/local/etc/LCDd.conf</p></blockquote>
<p>In here, a few parts need changed -</p>
<blockquote><p>driver=SureElec<br />
DriverPath=/usr/local/lib/lcdproc/<br />
Edition=3<br />
Contrast=200<br />
Brightness=480</p></blockquote>
<p>And that&#8217;s it! Execute /usr/local/sbin/LCDd, and you should get a Clients: 0  and Screens: 0 on the LCD display.</p>
<p>All is good!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/12/22/suresmartie-lcdproc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<geo:lat>55.794385</geo:lat>
		<geo:lon>12.4644208</geo:lon>
	</item>
		<item>
		<title>Touchatag and RFIDIOt</title>
		<link>http://lodge.glasgownet.com/2009/12/13/touchatag-and-rfidiot/</link>
		<comments>http://lodge.glasgownet.com/2009/12/13/touchatag-and-rfidiot/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 23:57:23 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/?p=542</guid>
		<description><![CDATA[A while back, Alcatel Lucent were flogging off cheap Tikitag readers and tags due to a naming error. They subsequently became Touchatag, and I picked up a cheap RFID reader and 100 tags for about 10 quid. Bonus. Now to get it working on Linux. Adam Laurie helpfully wrote the RFIDIOt toolset, and a quick [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:edb64e9a4a9311a8376886dcb927a5e3cfd9862a'><p>A while back, Alcatel Lucent were flogging off cheap Tikitag readers and tags due to a naming error. They subsequently became <a href="http://www.touchatag.com">Touchatag</a>, and I picked up a cheap RFID reader and 100 tags for about 10 quid. Bonus. Now to get it working on Linux.</p>
<p>Adam Laurie helpfully wrote the <a href="http://rfidiot.org">RFIDIOt</a> toolset, and a quick download and tar -zxvf had it on the system.</p>
<p>Install various support files&#8230;<br />
apt-get install python-pyscard pcscd pcsc-tools python-pycryptopp python-serial</p>
<p>You may see pcscd starting up. If you don&#8217;t, check with ps to see if pcscd is running as a background process. If it is, you can fire up <em>pcsc_scan</em>, and then plug in your reader. All being well, something similar to the following will be printed out.</p>
<p><em>Waiting for the first reader&#8230;</p>
<p>found one<br />
Scanning present readers&#8230;<br />
0: ACS ACR 38U-CCID 00 00</em><br />
&#8230; followed by a load of data. </p>
<p>The 0: indicates the reader number, so ctrl+c out of <em>pcsc_scan</em>, and open up <em>RFIDIOtconfig.py</em> in your favourite text editor. Jump down to the readernum= directive, and change that from 1 to 0 (or whatever number was indicated in pcsc_scan).</p>
<p>You&#8217;re now good to go. In the case of the Touchatag device, just fire up <em>./multiselect.py</em>, and slide one of the Touchatag tags across the face of it. All being well, something similar to the output below will be displayed.</p>
<p>bagpuss@x300:~/src/RFIDIOt-1.0a$ ./multiselect.py<br />
multiselect v0.1m (using RFIDIOt v1.0a)<br />
  Reader: PCSC ACS ACR 38U-CCID 00 00<br />
          (Firmware: ACR122U102,  SAM Serial: 065441005C162256,  SAM ID: 004033)</p>
<p>    Tag ID: 04AF1AB9232580<br />
    No card present</p>
<p>It always displays &#8220;No card present&#8221; when nothing is there. That can easily be changed in multiselect.py, and you can edit it to do anything you want now. </p>
<p>Personally, I&#8217;ll be using my reader to log when I arrive at work and leave for home, due my inability to get timesheets handed in more than twice a year <img src='http://lodge.glasgownet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  My boss rocks!</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/12/13/touchatag-and-rfidiot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zattoo on Kubuntu 0804</title>
		<link>http://lodge.glasgownet.com/2009/02/15/zattoo-on-kubuntu-0804/</link>
		<comments>http://lodge.glasgownet.com/2009/02/15/zattoo-on-kubuntu-0804/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 19:04:40 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2009/02/15/zattoo-on-kubuntu-0804/</guid>
		<description><![CDATA[Want to make Zattoo work on Kubuntu 0804? It&#8217;ll most likely fail silently, without spitting out any useful error information. Some chopping up of ldd /usr/bin/zattoo_player output reveals that it&#8217;s useful to run sudo apt-get install dbus-x11, at which point zattoo_player will start working.]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:f918818475cca0bb3eb6e0210571409df36f3dc5'><p>Want to make Zattoo work on Kubuntu 0804? It&#8217;ll most likely fail silently, without spitting out any useful error information.</p>
<p>Some chopping up of <em>ldd /usr/bin/zattoo_player</em> output reveals that it&#8217;s useful to run <em>sudo apt-get install dbus-x11</em>, at which point zattoo_player will start working.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/02/15/zattoo-on-kubuntu-0804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Egroupware and SyncML fix</title>
		<link>http://lodge.glasgownet.com/2009/01/31/egroupware-and-syncml-fix/</link>
		<comments>http://lodge.glasgownet.com/2009/01/31/egroupware-and-syncml-fix/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 22:07:21 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2009/01/31/egroupware-and-syncml-fix/</guid>
		<description><![CDATA[Recently I acquired a HTC Touch HD, and in order to connect it to my eGroupWare installation, I purchased the Synthesis SyncML client to do the necessary translation. Now, Charlotte&#8217;s SonyEricsson has a built in SyncML client (which I&#8217;ll be playing with when back in the UK), but Microsoft didn&#8217;t see fit to provide SyncML [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:49ec29309ea98fcbdabb3c62be9ca981b7173488'><p>Recently I acquired a <a href="http://www.htc.com/www/product/touchhd/overview.html">HTC Touch HD</a>, and in order to connect it to my <a href="http://www.egroupware.org/">eGroupWare</a> installation, I purchased the <a href="http://www.synthesis.ch/prod_client.php?lang=e&amp;lay=desk">Synthesis SyncML</a> client to do the necessary translation. Now, Charlotte&#8217;s SonyEricsson has a built in SyncML client (which I&#8217;ll be playing with when back in the UK), but Microsoft didn&#8217;t see fit to provide SyncML capability on Windows Mobile 6.1. Anyway, life goes on.</p>
<p>Synthesis has trouble passing telephone numbers onto eGroupWare. I think eGW is at fault for this, so I&#8217;ve filed a <a href="http://www.egroupware.org/egroupware/index.php?menuaction=tracker.tracker_ui.edit&amp;tr_id=1923">bug</a>. In the meantime, I&#8217;ve attached a small patch file that maps the Synthesis fields to what I think are the correect Vcal fields. Just apply it to /addressbook/inc/class.addressbook_vcal.inc.php and things should start working. If they don&#8217;t&#8230; you know where to edit <img src='http://lodge.glasgownet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  And before anyone complains, I am neither a PHP programmer or an experienced patcher. This is pretty much my first patch file&#8230;</p>
<p>273d272<br />
&lt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;TEL;CELL;VOICE;X-Synthesis-Ref1&#8242; =&gt; array(&#8216;tel_cell_private&#8217;), // Private cell<br />
277d275<br />
&lt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;TEL;HOME;VOICE;X-Synthesis-Ref1&#8242; =&gt; array(&#8216;tel_home&#8217;), // Home telephone<br />
280d277<br />
&lt;Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â  &#8216;TEL;WORK;VOICE;X-Synthesis-Ref1&#8242; =&gt; array(&#8216;tel_work&#8217;), // Work telephone</p>
<p align="center"><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=thelod-21&amp;o=2&amp;p=8&amp;l=as1&amp;asins=B001FWYXFA&amp;md=0M5A6TN3AXP2JHJBWT02&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width: 120px; height: 240px" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></iframe><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=thelod-21&amp;o=2&amp;p=8&amp;l=as1&amp;asins=2915925089&amp;md=0M5A6TN3AXP2JHJBWT02&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width: 120px; height: 240px" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></iframe><iframe src="http://rcm-uk.amazon.co.uk/e/cm?t=thelod-21&amp;o=2&amp;p=8&amp;l=as1&amp;asins=0130093696&amp;md=0M5A6TN3AXP2JHJBWT02&amp;fc1=000000&amp;IS2=1&amp;lt1=_blank&amp;m=amazon&amp;lc1=0000FF&amp;bc1=000000&amp;bg1=FFFFFF&amp;f=ifr" style="width: 120px; height: 240px" marginwidth="0" marginheight="0" scrolling="no" frameborder="0"></iframe></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/01/31/egroupware-and-syncml-fix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Not Alone</title>
		<link>http://lodge.glasgownet.com/2009/01/24/not-alone/</link>
		<comments>http://lodge.glasgownet.com/2009/01/24/not-alone/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 23:58:00 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2009/01/24/not-alone/</guid>
		<description><![CDATA[Well, it&#8217;s nice to see that I&#8217;m not alone in my recent decision to change&#8230;]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:3fda2d676c1d743ffba30e92b784403d3c4597fe'><p>Well, it&#8217;s nice to see that I&#8217;m <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;taxonomyName=Software&amp;articleId=9126619&amp;taxonomyId=18&amp;pageNumber=1">not alone</a> in my <a href="http://lodge.glasgownet.com/2008/11/11/hard-choice/">recent decision</a> to change&#8230;</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2009/01/24/not-alone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable Compiz</title>
		<link>http://lodge.glasgownet.com/2008/11/11/disable-compiz/</link>
		<comments>http://lodge.glasgownet.com/2008/11/11/disable-compiz/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:31:59 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2008/11/11/disable-compiz/</guid>
		<description><![CDATA[Since KDE have ruined Kubuntu with KDE4, it&#8217;s time to use Gnome. However Compiz and glitzy pointless effects irritate me no end. A few quick commands will disable them for the current user&#8230; gconftool-2 &#8211;set /desktop/gnome/applications/window_manager/current /usr/bin/metacity &#8211;type=string gconftool-2 &#8211;set /desktop/gnome/applications/window_manager/default /usr/bin/metacity &#8211;type=string The next time you log in, it will use the default Metacity [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:94ffb19337d6bdb4a8875da9d89025e5bfd38c0e'><p>Since KDE have ruined Kubuntu with KDE4, it&#8217;s time to use Gnome. However Compiz and glitzy pointless effects irritate me no end. A few quick commands will disable them for the current user&#8230;</p>
<blockquote><p>gconftool-2 &#8211;set /desktop/gnome/applications/window_manager/current /usr/bin/metacity &#8211;type=string</p></blockquote>
<blockquote><p>gconftool-2 &#8211;set /desktop/gnome/applications/window_manager/default /usr/bin/metacity &#8211;type=string</p></blockquote>
<p>The next time you log in, it will use the default Metacity window manager instead of Compiz. Happiness all round.</p>
<p>*** UPDATE *** See Calum&#8217;s response below for the correct method.</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2008/11/11/disable-compiz/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Hard Choice</title>
		<link>http://lodge.glasgownet.com/2008/11/11/hard-choice/</link>
		<comments>http://lodge.glasgownet.com/2008/11/11/hard-choice/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 23:20:57 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Things that annoy Kyle]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2008/11/11/hard-choice/</guid>
		<description><![CDATA[A few weeks ago I thought I would take the plunge, and installed KDE 4.1 on my Kubuntu 8.4 laptop. With the recent announcement of Intrepid being launched, I upgraded to Kubuntu 8.10 with KDE4 as the default environment. I figured that I should get an early look at the direction KDE is going. Sadly [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:575bd1369901e7129d2b2999c3298053e112b49a'><p>A few weeks ago I thought I would take the plunge, and installed KDE 4.1 on my Kubuntu 8.4 laptop. With the recent announcement of Intrepid being launched, I upgraded to Kubuntu 8.10 with KDE4 as the default environment. I figured that I should get an early look at the direction KDE is going. Sadly it would appear to be the wrong direction.</p>
<p>The first daft thing I noticed is the logout method. Click on the K Menu, then Leave, then Logout. It takes you to same menu that you get for shutting down. Complete with all the same options available. What&#8217;s the point in the extra menu options and complexity for new users? I use KDE4 at work on OpenSUSE 11, and it doesn&#8217;t suffer from this multiplicity.</p>
<p>Maybe the above can be attributed to a bug in Kubuntu, so let&#8217;s just carry on using it. Hopefully&#8230;</p>
<p>Before the system had even finished logging on, it was as slow as treacle. My poorly laptop had a  loadavg of 7,5,5 just to log in. It&#8217;s not exactly spritely, but as a 2.33GHz Core2 with 2GB RAM and a GeForce Go 7400, I expected more. A minute or so passed as the system wound itself down, and Plasma graces the screen. Slowly.</p>
<p>Everything is just so slow. It&#8217;s unbearable. I worked at it for about a week, and everything KDE related was sloooooow. Kontact crashed with predictable regularity. Amarok hung randomly, Konqueror bailed out whenever the wind blew the wrong way, and kwin would have a fit when you looked away from the monitor. The bugs were supposed to be ironed out during 4.0. This is 4.1, and supposed to be stable enough to ship as a default WM in aÂ  release of Kubuntu. I tried everything, from disabling all effects in kwin, to purging ~/.kde/ and ~/.kde4/. All to no avail. I even formatted and reinstalled a new instance ofÂ  Kubuntu &#8216;just in case&#8217;. Sadly that didn&#8217;t resolve it either.</p>
<p>The situation would appear to be the same on my reasonably powerful desktop PC at home. Kubuntu 8.10 is unbearably slow and prone to crashing. Admittedly I&#8217;ve not tried the absolute most recent version on the desktop, as I managed to embed a hard drive in the LCD panel. Long story, but it involves KDE4&#8230;</p>
<p>Kubuntu 8.10 ships with KDE4 and no option to use KDE3.5. It&#8217;s with a heavy heart I move to Ubuntu and Gnome. Initial impressions would indicate that it&#8217;s far swifter and less prone to random crashing. Maybe I&#8217;ll move to KDE 4.5 when Gnome releases 3.0&#8230;</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2008/11/11/hard-choice/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>It&#8217;s HAMMER Time</title>
		<link>http://lodge.glasgownet.com/2008/10/11/its-hammer-time/</link>
		<comments>http://lodge.glasgownet.com/2008/10/11/its-hammer-time/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 17:18:00 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Cool things]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2008/10/11/its-hammer-time/</guid>
		<description><![CDATA[A year ago Matthew Dillon went into some detail about the new HAMMER filesystem. It&#8217;s now reaching stability, and will hopefully be sent forth in the upcoming v2.0 release of DragonflyBSD. All the interesting bits can be discovered here and here. A few features to note, though, are&#8230; 1 Exabyte of storage Online data migration, [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:4924b60f5ed44615f8b1bb7f36e528e58bd88342'><p>A year ago Matthew Dillon went into some detail about the new HAMMER filesystem. It&#8217;s now reaching stability, and will hopefully be sent forth in the upcoming v2.0 release of DragonflyBSD. All the interesting bits can be discovered <a href="http://www.dragonflybsd.org/hammer/index.shtml">here</a> and <a href="http://kerneltrap.org/DragonFlyBSD/HAMMER_Filesystem_Design">here</a>. A few features to note, though, are&#8230;</p>
<p>1 Exabyte of storage<br />
Online data migration, replication and evacuation &#8211; multi-master disk replication across WANs anyone?<br />
Logical data retention policies &#8211; ie you can have block level replication to a remote site with large slow disks, but with a lengthy data retention policy<br />
Inbuilt volume level and file level versioning and snapshotting &#8211; just mount up or request a version number, and you get a snapshot from that time. A bit like MS VSS.<br />
Inbuilt reblocker for defragging, expansion and contraction.<br />
PF linked connection state recovery &#8211; keep those TCP links alive throughout a router reboot.</p>
<p>These are just a few of the features, read the documentation to find out the rest. It may turn out to be a ZFS killer, but anything with replication like this sounds good to me. Now we just need to wait for it to be ported to Linux, assuming Zumastor and Tux3 don&#8217;t rule the roost by then <img src='http://lodge.glasgownet.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  For what it&#8217;s worth, there&#8217;s some info on Tux3 and HAMMER features and ideas at <a href="http://kerneltrap.org/DragonFlyBSD/HAMMER_Filesystem_Design">http://kerneltrap.org/Linux/Comparing_HAMMER_And_Tux3</a></p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2008/10/11/its-hammer-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<geo:lat>56.270112</geo:lat>
		<geo:lon>12.581626</geo:lon>
	</item>
		<item>
		<title>EVE Online Badness</title>
		<link>http://lodge.glasgownet.com/2008/10/11/eve-online-badness/</link>
		<comments>http://lodge.glasgownet.com/2008/10/11/eve-online-badness/#comments</comments>
		<pubDate>Sat, 11 Oct 2008 00:14:22 +0000</pubDate>
		<dc:creator>Kyle Gordon</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://lodge.glasgownet.com/2008/10/11/eve-online-badness/</guid>
		<description><![CDATA[Recently EVE Online had been playing up. It was still in demo mode, but I quite fancied having a shot at it. The app was having none of it though&#8230; kyleg@CHLP0023:~$ eve Single-user install&#8230; This is the update checker&#8230; Running /home/kyleg/.cedega/.updater/cedega_updater.py Running&#8230; /home/kyleg/.cedega/.ui/runGUI kyleg@CHLP0023:~$ err:client:receive_fd FD went missing; attempting recovery wine client perror:0: write/writev: Bad [...]]]></description>
			<content:encoded><![CDATA[<div class='microid-mailto+http:sha1:21ada73772f5c0d7a1446aea542d9f8aedc1b8f1'><p>Recently EVE Online had been playing up. It was still in demo mode, but I quite fancied having a shot at it. The app was having none of it though&#8230;</p>
<p>kyleg@CHLP0023:~$ eve<br />
Single-user install&#8230;<br />
This is the update checker&#8230;<br />
Running /home/kyleg/.cedega/.updater/cedega_updater.py<br />
Running&#8230; /home/kyleg/.cedega/.ui/runGUI<br />
kyleg@CHLP0023:~$ err:client:receive_fd FD went missing; attempting recovery<br />
wine client perror:0: write/writev: Bad file descriptor<br />
kyleg@CHLP0023:~$</p>
<p>Some hunting revealed a <a href="http://myeve.eve-online.com/ingameboard.asp?a=topic&amp;threadID=652178">similar issue for Mac users</a>. It translated to Linux use quite easily though.</p>
<p>kyleg@CHLP0023:~$ rm -rf ~/.cedega/EVE\ Online/c_drive/Documents\ and\ Settings/Local\ Settings/Application\ Data/CCP/EVE/c_program_files_ccp_eve_tranquility/cache/<br />
kyleg@CHLP0023:~$</p>
<p>Sadly the issue still continued, so the settings directory was nuked as well. I also killed off some wineserver apps at the same time, so it could have been down to them at this point&#8230;</p>
<p>kyleg@CHLP0023:~$ rm -rf ~/.cedega/EVE\ Online/c_drive/Documents\ and\ Settings/Local\ Settings/Application\ Data/CCP/EVE/c_program_files_ccp_eve_tranquility/settings/<br />
kyleg@CHLP0023:~$ ps waux | grep -i [w]ine<br />
kyleg    21418  0.0  0.0  36552  1728 ?        Ss   00:41   0:00 /home/kyleg/.cedega/.winex_ver/winex-eve-000130/winex/bin/wineserver<br />
kyleg    21419  0.0  0.0  36552  1728 ?        S    00:41   0:00 /home/kyleg/.cedega/.winex_ver/winex-eve-000130/winex/bin/wineserver<br />
kyleg@CHLP0023:~$ kill 21418<br />
kyleg@CHLP0023:~$ kill 21419<br />
kyleg@CHLP0023:~$</p>
<p>All was pretty by this point, and EVE continued as expected.</p>
<p><?php echo the_address(); ?></p>
<p>[ad]</p>
</div>]]></content:encoded>
			<wfw:commentRss>http://lodge.glasgownet.com/2008/10/11/eve-online-badness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<geo:lat>55.794385</geo:lat>
		<geo:lon>12.4644208</geo:lon>
	</item>
	</channel>
</rss>
