<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>pixelchaos.net</title>
	<link>http://www.pixelchaos.net</link>
	<description>random bits for your terminal</description>
	<lastBuildDate>Tue, 29 Sep 2009 11:38:59 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Bacula 3.0.1 for Mac OS X</title>
		<description><![CDATA[I wont be doing a build of Bacula for Mac OS X again any time soon, if at all, for a number of reasons;

I no longer have access to Mac OS X 10.4 running on an Intel chip
I am actively transitioning to BackupPC

Below youll find the method I have been using to construct all the [...]]]></description>
		<link>http://www.pixelchaos.net/2009/07/14/bacula-3-0-1-for-mac-os-x/</link>
			</item>
	<item>
		<title>list all files with resource forks on Mac OS X</title>
		<description><![CDATA[This is mostly just a note to myself. If you ever have the need to find all files that contain HFS resource forks on Mac OS X, just use this bit of find magic:
find . -type f -exec test -s {}/..namedfork/rsrc \; -print
]]></description>
		<link>http://www.pixelchaos.net/2009/06/06/list-all-files-with-resource-forks-on-mac-os-x/</link>
			</item>
	<item>
		<title>working with initrd.img files</title>
		<description><![CDATA[You may have occasion to edit the contents of an initrd.img file. If so, here is how:
Extract the contents of the image
gunzip &#60; your-initrd.img &#124; cpio -i --make-directories
Now make your edits and then repackage the initrd
find . &#124; cpio -o -H newc &#124; gzip -9 &#62; your-new-initrd.img
]]></description>
		<link>http://www.pixelchaos.net/2009/05/28/working-with-initrdimg-files/</link>
			</item>
	<item>
		<title>install debian directly onto an AoE root filesystem</title>
		<description><![CDATA[Something that just about no one out there seems to be doing (yet) is trying to install Debian directly onto network block devices. The Debian installer doesnt support it (yet), grub doesnt support it (usually), and its just generally not an easy thing to do.
Now, there are quite a few ways around this problem. You [...]]]></description>
		<link>http://www.pixelchaos.net/2009/05/25/install-debian-directly-onto-an-aoe-root-filesystem/</link>
			</item>
	<item>
		<title>openais: an alternative to clvm with cman</title>
		<description><![CDATA[I&#8217;ve been battling lately with a lot of problems with cman, part of Red Hat Cluster Suite. Specifically, the fencing tool (fenced) is pretty much junk when you try to start using it with Xen dom0&#8217;s. After much searching and gnashing of teeth I happened upon this mailing list post. The promise there is that [...]]]></description>
		<link>http://www.pixelchaos.net/2009/04/23/openais-an-alternative-to-clvm-with-cman/</link>
			</item>
	<item>
		<title>sata_mv timeouts fixed</title>
		<description><![CDATA[Well isnt this a happy day for owners of the Supermicro 8-Port SATA Card AOC-SAT2-MV8. It appears a long standing issue with port timeouts has been fixed.
See the lkml.org mailing list post here
&#8230; and the townspeople rejoiced :)
]]></description>
		<link>http://www.pixelchaos.net/2009/04/08/sata_mv-timeouts-fixed/</link>
			</item>
	<item>
		<title>diskless booting with PXE and NFS</title>
		<description><![CDATA[For a long time now I&#8217;ve wanted to set up all my mythfrontends to be diskless nodes that boot via PXE using an NFS share as their root filesystem. I finally got around to doing this. I was even able to just migrate my existing installations directly into the PXE boot environment. Here is how [...]]]></description>
		<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/</link>
			</item>
	<item>
		<title>Bacula 2.4.4 for Mac OS X</title>
		<description><![CDATA[Another update to the bacula client and bconsole for Mac OS X. This should install and run properly on (at least) Mac OS X 10.4 and 10.5 for both Intel and PowerPC. Upgrades from old versions are handled in an intelligent fashion as well.
Enjoy!
bacula-client-244-1
]]></description>
		<link>http://www.pixelchaos.net/2009/01/20/bacula-244-for-mac-os-x/</link>
			</item>
	<item>
		<title>Bacula 2.4.3 for Mac OS X</title>
		<description><![CDATA[Another update to the bacula client and bconsole for Mac OS X. This should install and run properly on (at least) Mac OS X 10.4 and 10.5. Upgrades from old versions are handled in an intelligent fashion as well.
Enjoy!
bacula-client-243-1
]]></description>
		<link>http://www.pixelchaos.net/2008/11/25/bacula-243-for-mac-os-x/</link>
			</item>
	<item>
		<title>Prune old mythtv channels</title>
		<description><![CDATA[Looking for a way to bulk remove channels that I&#8217;ve delselected in my channel lineup at Schedules Direct, I happened upon this blog post. Seems to work great :)
For the impatient, the important bit is this:
DELETE channel,program FROM channel NATURAL LEFT JOIN program WHERE program.title IS NULL;
]]></description>
		<link>http://www.pixelchaos.net/2008/10/12/prune-old-mythtv-channels/</link>
			</item>
</channel>
</rss>
