<?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>/dev/zero &#187; System Administration</title>
	<atom:link href="http://blogs.pure-chaos.com/andrew/archives/category/geeking/system-administration/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.pure-chaos.com/andrew</link>
	<description>The Life and Times of a Unix Geek</description>
	<lastBuildDate>Sun, 29 Jan 2012 08:52:03 +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>Manipulating maildirs at the filesystem level</title>
		<link>http://blogs.pure-chaos.com/andrew/archives/1894</link>
		<comments>http://blogs.pure-chaos.com/andrew/archives/1894#comments</comments>
		<pubDate>Fri, 20 Aug 2010 21:26:16 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[geeking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Unix Linux mail]]></category>

		<guid isPermaLink="false">http://blogs.pure-chaos.com/andrew/archives/1894</guid>
		<description><![CDATA[Let&#8217;s here it for being able to manipulate you mail directory structure at the file system level and still be able to access it through Thunderbird.]]></description>
			<content:encoded><![CDATA[<div id="post_content_1894" class="post_content">
<p>Let&#8217;s here it for being able to manipulate you mail directory structure at the file system level and still be able to access it through Thunderbird.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.pure-chaos.com/andrew/archives/1894/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DJBDNS and IPv6</title>
		<link>http://blogs.pure-chaos.com/andrew/archives/1891</link>
		<comments>http://blogs.pure-chaos.com/andrew/archives/1891#comments</comments>
		<pubDate>Sun, 18 Jul 2010 19:51:12 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[geeking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[DJB]]></category>
		<category><![CDATA[DJBDNS]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[IPv4]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[tinydns]]></category>

		<guid isPermaLink="false">http://blogs.pure-chaos.com/andrew/?p=1891</guid>
		<description><![CDATA[DJBDNS must run as two separate instances to bind to both an IPv4 and IPv6 addresss.]]></description>
			<content:encoded><![CDATA[<div id="post_content_1891" class="post_content">
<p>Tip: When patching DJB&#8217;s &#8220;dnscache&#8221; for IPv6, you can&#8217;t just tell it to bind to both the IPv4 and IPv6 addresses. You will need to run two separate instances, one binding to the IPv4 address, one binding to the IPv6 address.<br />
I haven&#8217;t checked, but I&#8217;m betting my tinydns instance is also not binding to both addresses and will have to be run as two separate instances as well.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.pure-chaos.com/andrew/archives/1891/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I&#8217;ve been a busy little geek</title>
		<link>http://blogs.pure-chaos.com/andrew/archives/755</link>
		<comments>http://blogs.pure-chaos.com/andrew/archives/755#comments</comments>
		<pubDate>Fri, 02 May 2008 03:36:35 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[control panels]]></category>
		<category><![CDATA[geeking]]></category>
		<category><![CDATA[ispCP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[ddclient]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[dyndns]]></category>
		<category><![CDATA[openvpn]]></category>

		<guid isPermaLink="false">http://blogs.pure-chaos.com/andrew/?p=755</guid>
		<description><![CDATA[So far this week I&#8217;ve: Finally gotten a working Xen system that will boot a Debian guest. Successfully installed ispCP on the Debian guest. Built another Debian guest to be an OpenVPN server. Successfully built an OpenVPN server and got two clients to connect from outside the network, through the DSL modem/router. Correctly configured the [...]]]></description>
			<content:encoded><![CDATA[<div id="post_content_755" class="post_content">
<p>So far this week I&#8217;ve:<br />
Finally gotten a working Xen system that will boot a Debian guest.<br />
Successfully installed ispCP on the Debian guest.<br />
Built another Debian guest to be an OpenVPN server.<br />
Successfully built an OpenVPN server and got two clients to connect from outside the network, through the DSL modem/router.<br />
Correctly configured the VPN server to give the client access to the full network via IP masquerading (next trick: get the network to simply route the packets instead of having to use masq).<br />
Got ddclient working on the VPN server to keep dyndns updated so I don&#8217;t have to hard code an IP address in my VPN clients and check various server log files to see if it changed.<br />
Fixed ddclient, when it failed to update dyndns with new IP address after my DSL provider mysteriously issued a new one, not 3 hours after setting up ddclient in the first place.</p>
<p>I can now log into my ispcp box from my desk at work, as though it was on the same network. I can now proceed with trying to get Mailman to play nice with ispCP when it&#8217;s slow at work.</p>
<p>I get productive when I ignore my games.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.pure-chaos.com/andrew/archives/755/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting hpasm installed on Ubuntu server</title>
		<link>http://blogs.pure-chaos.com/andrew/archives/753</link>
		<comments>http://blogs.pure-chaos.com/andrew/archives/753#comments</comments>
		<pubDate>Sat, 05 Apr 2008 23:32:22 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[geeking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[dash]]></category>
		<category><![CDATA[hp]]></category>
		<category><![CDATA[hpasm]]></category>
		<category><![CDATA[proliant]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 8.04]]></category>

		<guid isPermaLink="false">http://blogs.pure-chaos.com/andrew/?p=753</guid>
		<description><![CDATA[While installing Ubuntu Server 8.04 beta on an HP DL-320, I discovered I had some trouble getting HP&#8217;s &#8220;Proliant value added software&#8221; (hpasm) package installed. This package contains their system health check and control software which, among other things, switches the fans from &#8220;full-time full speed&#8221; (which is quite noisy) to temperature controlled speed (eg: [...]]]></description>
			<content:encoded><![CDATA[<div id="post_content_753" class="post_content">
<p>While installing Ubuntu Server 8.04 beta on an HP DL-320, I discovered I had some trouble getting HP&#8217;s &#8220;Proliant value added software&#8221; (<a href="http://h20392.www2.hp.com/portal/swdepot/searchProducts.do">hpasm</a>) package installed. This package contains their system health check and control software which, among other things, switches the fans from &#8220;full-time full speed&#8221; (which is quite noisy) to temperature controlled speed (eg: normal (read: quiet) fan speed when system temp is normal).<br />
The problem with installing and runnning this software stems from the fact that Ubuntu, for some reason, links /bin/sh to dash instead of bash. Dash is another bourne shell clone, but doesn&#8217;t understand Bash (bourne-again shell) specific syntax.<br />
Re-linking /bin/sh to bash instead of dash solved the problem and the server is now humming (quietly) along.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blogs.pure-chaos.com/andrew/archives/753/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

