<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Can't stop fiddling... &#187; Linux &amp; Open Source</title>
	<atom:link href="http://www.chruz.com/category/linux-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chruz.com</link>
	<description>Pay the ferryman, its only fare.</description>
	<pubDate>Thu, 04 Jun 2009 11:05:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc/2.0/uk/</creativeCommons:license>		<item>
		<title>Aye-eee-ate</title>
		<link>http://www.chruz.com/2009/06/04/aye-eee-ate/</link>
		<comments>http://www.chruz.com/2009/06/04/aye-eee-ate/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 11:05:16 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=281</guid>
		<description><![CDATA[&#8220;Internet Explorer 8 is the latest version of the familiar web browser you are most comfortable using&#8230;&#8221;
Well, its not and that is a fair bit of assumption on your part, dear Microsoft. Doesn&#8217;t mean I won&#8217;t install it though as its better than all the ones that have gone before it so I&#8217;ll give you [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Internet Explorer 8 is the latest version of the familiar web browser you are most comfortable using&#8230;&#8221;</p>
<p>Well, its not and that is a fair bit of assumption on your part, dear Microsoft. Doesn&#8217;t mean I won&#8217;t install it though as its better than all the ones that have gone before it so I&#8217;ll give you that. That and you seem to be understanding that the word Standard means something that everyone agrees on, not just you.</p>
<p>That still doesn&#8217;t stop me installing Firefox on all the Windows servers I manage however, no matter how much your &#8220;hardened&#8221; IE configuration doesn&#8217;t play with Mozilla&#8217;s GEOIP-based mirror system thingy. Yeah, I end up at the command line doing an mget from mirrorservice.org&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/06/04/aye-eee-ate/feed/</wfw:commentRss>
		</item>
		<item>
		<title>-bash: /bin/rm: Argument list too long</title>
		<link>http://www.chruz.com/2009/05/26/bash-binrm-argument-list-too-long/</link>
		<comments>http://www.chruz.com/2009/05/26/bash-binrm-argument-list-too-long/#comments</comments>
		<pubDate>Tue, 26 May 2009 09:22:46 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=279</guid>
		<description><![CDATA[No, its not fedora-devel-list, its what I got this morning after our asterisk server ran out of space and I tried to trash the entire recordings directory. rm fail?
Solved with:
ls &#124; xargs rm
by the way as apparently unix rm has a 128k buffer. Or something.
]]></description>
			<content:encoded><![CDATA[<p>No, its not fedora-devel-list, its what I got this morning after our asterisk server ran out of space and I tried to trash the entire recordings directory. rm fail?</p>
<p>Solved with:</p>
<p><code>ls | xargs rm</code></p>
<p>by the way as apparently unix rm has a 128k buffer. Or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/05/26/bash-binrm-argument-list-too-long/feed/</wfw:commentRss>
		</item>
		<item>
		<title>More doing things&#8230;</title>
		<link>http://www.chruz.com/2009/05/17/more-doing-things/</link>
		<comments>http://www.chruz.com/2009/05/17/more-doing-things/#comments</comments>
		<pubDate>Sun, 17 May 2009 23:39:07 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=277</guid>
		<description><![CDATA[So having resolved to do more stuff (and less time burning my eyeballs on the flames of fedora-devel) I&#8217;ve started poking at ifolder stuff again with a hand-wavy view to F12 inclusion.
Logically I started where I left off with its dependencies. FLAIM has had some changes since I last poked it, most notably it now [...]]]></description>
			<content:encoded><![CDATA[<p>So having <a href="http://www.chruz.com/2009/05/11/less-reading-more-doing/">resolved to do more stuff</a> (and less time burning my eyeballs on the flames of fedora-devel) I&#8217;ve started poking at <a href="http://www.kablink.org/ifolder">ifolder</a> stuff again with a hand-wavy view to F12 inclusion.</p>
<p>Logically I started where I left off with its dependencies. <a href="http://forge.novell.com/modules/xfmod/project/?flaim">FLAIM</a> has had some changes since I last poked it, most notably it now uses Autotools but requires 2.2 which doesn&#8217;t ship with F10. Despite the awesomeness that are koji scratch builds, I prefer to get it building locally on x86 first <a href="https://fedorahosted.org/fesco/ticket/144">(Hey, we don&#8217;t care about PPC any more right?)</a> and take it from there. I&#8217;ll look at simias next.</p>
<p>iFolder should soon be buildable on the latest mono so <a href="http://www.chruz.com/2009/01/21/for-shame-novell-for-shame/">perhaps its going to happen after all?</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/05/17/more-doing-things/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Less reading, more doing&#8230;</title>
		<link>http://www.chruz.com/2009/05/11/less-reading-more-doing/</link>
		<comments>http://www.chruz.com/2009/05/11/less-reading-more-doing/#comments</comments>
		<pubDate>Mon, 11 May 2009 22:21:37 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=275</guid>
		<description><![CDATA[Apparently reading is good for you. Well, I think there has been way too much chatter on fedora-devel recently and not enough doing. So I&#8217;m planning on doing less reading of mailing lists with strange people complaining (with two weeks to go before release!) that it shouldn&#8217;t ship with Firefox 3.5. Its depressing.
I&#8217;ve got work [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently reading is good for you. Well, I think there has been way too much chatter on fedora-devel recently and not enough doing. So I&#8217;m planning on doing less reading of mailing lists with strange people complaining <a href="http://fedoraproject.org/wiki/Releases/11/Schedule">(with two weeks to go before release!)</a> that it shouldn&#8217;t ship with Firefox 3.5. Its depressing.</p>
<p>I&#8217;ve got work to do which is more interesting, fulfilling, productive etc.</p>
<p></rant></p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/05/11/less-reading-more-doing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A quick blat&#8230;</title>
		<link>http://www.chruz.com/2009/05/03/a-quick-blat/</link>
		<comments>http://www.chruz.com/2009/05/03/a-quick-blat/#comments</comments>
		<pubDate>Sun, 03 May 2009 00:21:48 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=270</guid>
		<description><![CDATA[We&#8217;re still in the middle of house-hunting so staying at a friends, high up on the crags.
The Girl is away this weekend on a hen weekend in Liverpool. The last time I had some time to myself I bought a motorbike, ate some ice cream, had breakfast at a greasy spoon, dug for tupperware and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re still in the middle of house-hunting so staying at a friends, high up on the crags.</p>
<p>The Girl is away this weekend on a hen weekend in Liverpool. The last time I had some time to myself I bought a motorbike, ate some ice cream, had breakfast at a greasy spoon, <a href="http://www.geocaching.com/">dug for tupperware</a> and caught a stomach bug.</p>
<p>A lot of water has passed under the bridge since. I took the motorbike out for a quick blat round my old town and other places then watched X-Men Origins: Wolverine which gets four stars.</p>
<p>Work-wise things have been hectic. That&#8217;s no change from the the usual however we have a new engineer starting after the bank holiday. Exciting times. It will be good to get another set of eyes on the job and maybe even learn some new tricks.</p>
<p>I&#8217;m still amazed at the lack of people coming through with solid linux experience. It usually boils down to: &#8220;I installed Ubuntu once&#8221;. For some this seems to equate to &#8220;Experience with linux server installation and administration&#8221; on the CV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/05/03/a-quick-blat/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Homeless again&#8230;</title>
		<link>http://www.chruz.com/2009/04/09/homeless-again/</link>
		<comments>http://www.chruz.com/2009/04/09/homeless-again/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 09:43:05 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=267</guid>
		<description><![CDATA[We escaped with out lives &#8230; just.
Well okay, I was still at work but The Girl and flatmate were in the building. Counting our blessings as our stuff is okay (but smelling of smoke) and no-one was harmed. The police discovered a bunch of marijuana plants in another flat though&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.manchestereveningnews.co.uk/news/s/1107269_families_in_blaze_rescue_drama">We escaped with out lives</a> &#8230; just.</p>
<p>Well okay, I was still at work but The Girl and flatmate were in the building. Counting our blessings as our stuff is okay (but smelling of smoke) and no-one was harmed. The police discovered a bunch of marijuana plants in another flat though&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/04/09/homeless-again/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Vroom, vroom, put, put</title>
		<link>http://www.chruz.com/2009/03/04/vroom-vroom-put-put/</link>
		<comments>http://www.chruz.com/2009/03/04/vroom-vroom-put-put/#comments</comments>
		<pubDate>Wed, 04 Mar 2009 23:00:30 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<category><![CDATA[Travel & Leisure]]></category>

		<guid isPermaLink="false">http://www.chruz.com/?p=254</guid>
		<description><![CDATA[A few months ago I bought a motorbike but only recently got around to getting my CBT. The wheels are a Honda CG 125. In late 1997, Honda moved production from Brazil to Turkey. This beast (called Ernie) was no. 492 off the Turkish production line and is a bit special because most CG 125s [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I bought a motorbike but only recently got around to getting my CBT. The wheels are a Honda CG 125. In late 1997, Honda moved production from Brazil to Turkey. This beast (called Ernie) was no. 492 off the Turkish production line and is a bit special because most CG 125s manufactured in Turkey have square headlamps. I&#8217;ve since had a new rear tyre and exhaust fitted so it purrs like a kitten.</p>
<p>Anyway, its been a while since there were some pics on the blog so here they are:</p>

<a href='http://www.chruz.com/2009/03/04/vroom-vroom-put-put/photo-03942/' title='photo-03942'><img src="http://www.chruz.com/wp-content/uploads/2009/03/photo-03942-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.chruz.com/2009/03/04/vroom-vroom-put-put/photo-03931/' title='photo-03931'><img src="http://www.chruz.com/wp-content/uploads/2009/03/photo-03931-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.chruz.com/2009/03/04/vroom-vroom-put-put/photo-0395/' title='photo-0395'><img src="http://www.chruz.com/wp-content/uploads/2009/03/photo-0395-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.chruz.com/2009/03/04/vroom-vroom-put-put/photo-0396/' title='photo-0396'><img src="http://www.chruz.com/wp-content/uploads/2009/03/photo-0396-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>
<a href='http://www.chruz.com/2009/03/04/vroom-vroom-put-put/photo-0397/' title='photo-0397'><img src="http://www.chruz.com/wp-content/uploads/2009/03/photo-0397-150x150.jpg" width="150" height="150" class="attachment-thumbnail" alt="" /></a>

<p>In other news, <a href="https://fedoraproject.org/wiki/Releases/11/FeatureList">the Fedora 11 Feature list is pretty insane,</a> when compared with <a href="https://fedoraproject.org/wiki/Releases/10/FeatureList">the one for F10</a> for example.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/03/04/vroom-vroom-put-put/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Promises, promises&#8230;</title>
		<link>http://www.chruz.com/2009/02/20/promises-promises/</link>
		<comments>http://www.chruz.com/2009/02/20/promises-promises/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 23:15:42 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/2009/02/20/promises-promises/</guid>
		<description><![CDATA[I like it when software says its going to do something amazing, then falls flat on its face. Now when I say like it I mean can&#8217;t stand it.
I&#8217;m upgrading a major piece of software which the clients for my day job run. One of the new features is a workstation update that automatically updates [...]]]></description>
			<content:encoded><![CDATA[<p>I like it when software says its going to do something amazing, then falls flat on its face. Now when I say like it I mean can&#8217;t stand it.</p>
<p>I&#8217;m upgrading a major piece of software which the clients for my day job run. One of the new features is a workstation update that automatically updates the clients without having to log in to each terminal and poke them. There is a grand box entitled &#8220;Workstation update manager&#8221; and its blank. There&#8217;s only one button - Refresh. This does nothing.</p>
<p>After years of moaning about not really being bothered to upgrade my wordpress installation, 2.7 comes with an automatic upgrade option. Except mine doesn&#8217;t. It downloads the upgrade file, then says something about unzipping the core module, then stops. I imagine this is due to my naff hosting package - hey, you pay peanuts &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/02/20/promises-promises/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ICantBelieveItsNotBtr</title>
		<link>http://www.chruz.com/2009/02/07/icantbelieveitsnotbtr/</link>
		<comments>http://www.chruz.com/2009/02/07/icantbelieveitsnotbtr/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 19:09:00 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/2009/02/07/icantbelieveitsnotbtr/</guid>
		<description><![CDATA[Who says kernel developers don&#8217;t have a sense of humour? Pass the above to the installer and you&#8217;ll have the option of Fedora onto Btrfs, the linux file system of the future. Probably. I love/miss Volume Shadow Copy on Windows so am looking forward to something similar on Fedora.
Edit: Several people have pointed out this [...]]]></description>
			<content:encoded><![CDATA[<p>Who says kernel developers don&#8217;t have a sense of humour? Pass the above to the installer and you&#8217;ll have the option of Fedora onto Btrfs, the linux file system of the future. Probably. I love/miss Volume Shadow Copy on Windows so am looking forward to something similar on Fedora.</p>
<p><strong>Edit: Several people have pointed out this is an anaconda option, not a kernel one. Though I did point out that this was being passed to the installer, not the kernel.</strong></p>
<p>Other nice Fedora 11 stuff will (hopefully) be <a href="http://fedoraproject.org/wiki/Features/OpenChange">OpenChange</a>, which I&#8217;ve been itching to try for a while and um, Git 1.6.1.1. Well I did <a href="http://www.chruz.com/2007/09/26/everything-is-relative/">blog about this before</a> I guess.</p>
<p>In other news Jakub, maintainer of GCC in Fedora, made <a href="https://www.redhat.com/archives/fedora-devel-list/2009-February/msg00180.html">a brilliant post</a> to Fedora-devel. Its great to see maintainers doing this rather than dropping the bombshell and watching the fallout. Its also great to see quick follow-ups to rebuild problems people encounter. Sure, GCC is pretty core stuff but its still good to see its in such safe hands.</p>
<p>As for the removal of Ctrl+Alt+Backspace to restart X, I&#8217;m slightly bemused. I don&#8217;t have to use it very often (and perhaps its doesn&#8217;t address the underlying issue of _why_ I needed to restart X) but it is helpful and I&#8217;ve yet to see a proper reason for this change.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/02/07/icantbelieveitsnotbtr/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun with Fedora Live persistent USB keys</title>
		<link>http://www.chruz.com/2009/01/30/fun-with-fedora-live-persistent-usb-keys/</link>
		<comments>http://www.chruz.com/2009/01/30/fun-with-fedora-live-persistent-usb-keys/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 21:56:35 +0000</pubDate>
		<dc:creator>Christopher</dc:creator>
		
		<category><![CDATA[Linux & Open Source]]></category>

		<guid isPermaLink="false">http://www.chruz.com/2009/01/30/fun-with-fedora-live-persistent-usb-keys/</guid>
		<description><![CDATA[The next installment in the &#8220;Fun with&#8230;&#8221; series sees me doing an entire days work on a client&#8217;s computer booted into Fedora 10 from a USB key - with persistence. If you haven&#8217;t made one of these yet and can scrape the shekels together to get a key of decent size, I strongly recommend you [...]]]></description>
			<content:encoded><![CDATA[<p>The next installment in the &#8220;Fun with&#8230;&#8221; series sees me doing an entire days work on a client&#8217;s computer booted into Fedora 10 from a USB key - with persistence. If you haven&#8217;t made one of these yet and can scrape the shekels together to get a key of decent size, I strongly recommend you do so.</p>
<p>You see, $DAYJOB had me shelling into a client&#8217;s PBX (<a href="http://www.trixbox.org/">Trixbox</a>) and doing some mad hackery with<a href="http://www.voiptalk.org/products/Linksys+SPA+942+Business+IP+Phone"> Linksys SPA942</a> config scripts so when calls rang a specific number, specified phones would ring with a modified ring tone. All good fun. However rather than doing the day&#8217;s work through Putty, I thought it would be better to have a full interface on the go. Much like <a href="http://www.chruz.com/2009/01/27/preupgrade-goodness/">some other recent features of Fedora</a>, it worked like a dream.</p>
<p>In other news The Girl is ill (Boo&#8230;) but I passed my <a href="http://en.wikipedia.org/wiki/Compulsory_Basic_Training">CBT</a> (Yay!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chruz.com/2009/01/30/fun-with-fedora-live-persistent-usb-keys/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
