<?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>Wed, 15 Feb 2012 05:07:09 +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>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>0</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>
		<item>
		<title>Solaris Server Fails</title>
		<link>http://www.burgundywall.com/tech/solaris-server-fails/</link>
		<comments>http://www.burgundywall.com/tech/solaris-server-fails/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 04:06:18 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=430</guid>
		<description><![CDATA[
Building my file sever was a nightmare. Various issues in no particular order. VirtualBox causes Solaris host to &#8220;pause&#8221; KVM crashes Linux host when trying to passthrough LSI scsi controller ESXI uses a lot of ram ESXI requires windows client mysql doesn&#8217;t work through nis (owner permissions) setting up a useful solaris zone is a [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/solaris-server-fails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sandy Bridge and Memtest86+</title>
		<link>http://www.burgundywall.com/tech/sandy-bridge-and-memtest86/</link>
		<comments>http://www.burgundywall.com/tech/sandy-bridge-and-memtest86/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 00:30:58 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=396</guid>
		<description><![CDATA[
I recently purchased the hardware for a new server, I&#8217;ll get into the details of that in a later post, however I did want to quickly mention a problem I had. I tried to burn in my S5512WGM2NR motherboard, a Sandy Bridge motherboard from Tyan. It has the the C204 chipset and I&#8217;ve got a [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/sandy-bridge-and-memtest86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change desktop picture on OSX</title>
		<link>http://www.burgundywall.com/tech/change-desktop-picture-on-osx/</link>
		<comments>http://www.burgundywall.com/tech/change-desktop-picture-on-osx/#comments</comments>
		<pubDate>Sun, 08 May 2011 17:53:27 +0000</pubDate>
		<dc:creator>Kurt Neufeld</dc:creator>
				<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://www.burgundywall.com/?p=381</guid>
		<description><![CDATA[
If you want to randomly change the wallpaper on mac osx you can use the built-in functionality. However, if you want to pick an image from a subdirectory you need to use this little script. Download the script desktop_changer.py and save it to ~/bin/. I followed the instructions on this page: <a href="http://www.davidlanier.com/story/cron-and-launchctl-on-mac-os-x-105-leopard.">http://www.davidlanier.com/story/cron-and-launchctl-on-mac-os-x-105-leopard.</a> Put local.desktop_changer.plist in [...]
]]></description>
		<wfw:commentRss>http://www.burgundywall.com/tech/change-desktop-picture-on-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

