<?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>Burgundywall.com</title>
	<atom:link href="http://www.burgundywall.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burgundywall.com</link>
	<description>where the wall is read</description>
	<lastBuildDate>Sat, 14 Apr 2012 17:21:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Convert raid1 to raid10 with LVM</title>
		<link>http://www.burgundywall.com/tech/convert-raid1-to-raid10-with-lvm/</link>
		<comments>http://www.burgundywall.com/tech/convert-raid1-to-raid10-with-lvm/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 18:50:52 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=493</guid>
		<description><![CDATA[
I currently have a two disk raid1 array (2TB in size) that is the storage for my LVM but is running out of space. I want to add two more drives to bring available storage to 4TB but I also want to convert raid1 to raid10 to increase the performance of my storage. Here&#8217;s how [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/convert-raid1-to-raid10-with-lvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto start SickBeard, SABnzbd and CouchPotato</title>
		<link>http://www.burgundywall.com/tech/auto-start-sickbeard-and-sabnzbd/</link>
		<comments>http://www.burgundywall.com/tech/auto-start-sickbeard-and-sabnzbd/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 15:03:38 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=480</guid>
		<description><![CDATA[
To autostart the very excellent SickBeard and SABnzbd on OSX (Snow Leopard in my case) you need to create two plist files and then tell launchd to start them. Note ~ means your home directory in Unix speak. And upper/lower case matters! Edit the path to python, SickBeard, and SABnzbd as appropriate. In a terminal [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/auto-start-sickbeard-and-sabnzbd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>stl has_key</title>
		<link>http://www.burgundywall.com/tech/stl-has_key/</link>
		<comments>http://www.burgundywall.com/tech/stl-has_key/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 17:25:56 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=467</guid>
		<description><![CDATA[
Any Standard Template Library (STL) pro doesn&#8217;t need to be told this but for somebody moving from MFC to the STL like me, the following would no doubt be handy. The problem is that std::map creates a new object anytime you have map[key], even as an rvalue. So here is a super simple template function [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/stl-has_key/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving a Solaris 11 rpool</title>
		<link>http://www.burgundywall.com/tech/moving-a-solaris-11-rpool/</link>
		<comments>http://www.burgundywall.com/tech/moving-a-solaris-11-rpool/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 05:01:48 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=458</guid>
		<description><![CDATA[
There is something seriously wrong with my server, I can only write over nfs at 5 MB/s. Local writes rarely break 35 MB/s. I&#8217;ve tried disabling sync but to no avail. So&#8230; I&#8217;m afraid I&#8217;m going to have to dump Solaris for Linux and part of that is re-arranging my drives. As a stop-gap measure [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/moving-a-solaris-11-rpool/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>multicast on linux</title>
		<link>http://www.burgundywall.com/tech/multicast-on-linux/</link>
		<comments>http://www.burgundywall.com/tech/multicast-on-linux/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 23:43:07 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=450</guid>
		<description><![CDATA[
I was trying to get multicast working and all of the ancient howtos weren&#8217;t helping. Purely by accident I found the solution to the multicast &#8220;hello world&#8221; of pinging 224.0.0.1. # setup the routes ip route add 224.0.0.0/4 dev eth0 &#160; # try to ping the multicast aware hosts on your lan with 2 pings [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/multicast-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Virtualbox-4.1.6-74727</title>
		<link>http://www.burgundywall.com/tech/virtualbox-4-1-6-74727/</link>
		<comments>http://www.burgundywall.com/tech/virtualbox-4-1-6-74727/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 05:13:37 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=448</guid>
		<description><![CDATA[
Installing Virtualbox 4.1.6 on Solaris 11 Express hung my machine and even prevented it rebooting successfully. I suspect a faulty kernel module. Thankfully I have auto-snapshots running and could rollback my rpool after booting from the install cd. This was a truly miserable experience as my Solaris-Fu is much weaker than my Linux-Fu. Boot from [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/virtualbox-4-1-6-74727/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>avijoin</title>
		<link>http://www.burgundywall.com/tech/avijoin/</link>
		<comments>http://www.burgundywall.com/tech/avijoin/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 03:05:14 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=434</guid>
		<description><![CDATA[
Based off of a script by Adam Pierce. Mine is a little more user friendly. Get latest version here. #!/bin/bash &#160; # avijoin by Kurt Neufeld # # based off of: <a href="http://www.doctort.org/adam/nerd-notes/concatenating-avi-files.html">http://www.doctort.org/adam/nerd-notes/concatenating-avi-files.html</a> # # This script will join/concatenate several avi files together into one big # one. And then (if available) it will run mencoder [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/avijoin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roundcube and the whitescreen</title>
		<link>http://www.burgundywall.com/tech/roundcube-and-the-whitescreen/</link>
		<comments>http://www.burgundywall.com/tech/roundcube-and-the-whitescreen/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 21:09:47 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=414</guid>
		<description><![CDATA[
If you use (or are trying to) the very excellent Roundcube but you keep getting the white screen of death, then here&#8217;s something to try. As a quick test, disable the curl extension in your /etc/php.ini ;extension = curl.so and restart your webserver&#8230; sudo service httpd restart If that seems to solve the problem (you [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/roundcube-and-the-whitescreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NFS file ownership is nobody (solved)</title>
		<link>http://www.burgundywall.com/tech/nfs-files-ownership-is-nobody/</link>
		<comments>http://www.burgundywall.com/tech/nfs-files-ownership-is-nobody/#comments</comments>
		<pubDate>Fri, 15 Jul 2011 04:31:45 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=407</guid>
		<description><![CDATA[
I have two Fedora 15 machines, they both authenticate using NIS and mount home directories via NFS. The first machine worked perfectly, the second did not. I could login via ssh (nis works) but all my file owners were nobody:users. Anyhow, through much trial and error I learned about /etc/imapd.conf. So after booting my machine, [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/nfs-files-ownership-is-nobody/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 15 gconf-sanity-check-2</title>
		<link>http://www.burgundywall.com/tech/399/</link>
		<comments>http://www.burgundywall.com/tech/399/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 19:06:42 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=399</guid>
		<description><![CDATA[
On Fedora 15 if you can&#8217;t login because you get a gconf-sanity-check-2 exited with status code 256 error login via the text console (ctrl-alt-f2) and make a tmp directory. cd mkdir tmp
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/399/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

