<?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>Steven Kreuzer</title>
	<atom:link href="http://www.exit2shell.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.exit2shell.com/blog</link>
	<description>It is pitch black. You are likely to be eaten by a grue.</description>
	<lastBuildDate>Thu, 12 Aug 2010 13:38:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>East Coast FreeBSD Mirror</title>
		<link>http://www.exit2shell.com/blog/?p=40&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=east-coast-freebsd-mirror</link>
		<comments>http://www.exit2shell.com/blog/?p=40#comments</comments>
		<pubDate>Thu, 12 Aug 2010 13:37:33 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/?p=40</guid>
		<description><![CDATA[Now that the press release is out, I am finally able to talk freely about a project I have working on for almost close to a year now. Pretty much since the time that The NYC BSD Users Group was formed, The NY Internet Company have donated a full cabinet and a 10 Mb internet [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the <a href="http://freebsdfoundation.blogspot.com/">press release</a> is out, I am finally able to talk freely about a project I have working on for almost close to a year now.</p>
<p>Pretty much since the time that <span style="text-decoration: underline;"><a href="http://www.nycbug.org/">The NYC BSD Users Group</a></span> was formed, <span style="text-decoration: underline;"><a href="http://www.nyi.net/">The NY Internet Company</a></span> have donated a full cabinet and a 10 Mb internet connection to NYCBUG<span style="text-decoration: underline;"><a href="http://www.nycbug.org/">.</a></span> We used that space to host our website and mailing lists, hardware for developers and mirrors for all the major BSD projects.</p>
<p>In October of 2009, I received an email inviting me to a grand opening party at NYI&#8217;s new state of the art data center located in Bridgewater, NJ. I asked some folks on core@ if they thought it would be worthwhile to approach NYI to see if they would be willing to donate a few cabinets so we could build out a FreeBSD mirror on the east coast. <a href="http://www.neville-neil.com/">gnn</a>, <a href="http://www.baldwin.cx/~john/">jhb</a> and I had a very informal meeting with Phil from NYI and after asking him if they would be willing to provide us with a few cabinets, some power and bandwidth, without thought or hesitation he said yes. The possibility of putting a mirror of <a href="http://FreeBSD.org">FreeBSD.org</a> on the east coast quickly became possible.</p>
<p>Fast forward to today, with very generous donations from NYI, <a href="http://www.ixsystems.com/">iX systems</a>, <a href="http://www.juniper.net/">Juniper Networks</a> and <a href="http://www.exatrol.com/">Exatrol</a> we are pleased to announce the FreeBSD east coast mirror.</p>
<p>We now have a fully distributed infrastructure that allows us to remain online in the event of a disaster at the west coast facility, spread our traffic among two different locations, provides us to enough power and bandwidth to scale out our packing building cluster and also puts an official FreeBSD mirror much closer to people in Europe.</p>
<p>However, I feel that the most impressive and interesting feature of this datacenter is that it is composed entirely of products based on FreeBSD in some way shape or form.<br />
The number of companies choosing to use FreeBSD in their products when they care about performance, reliability and scalability are growing. We are now at the point where you can deploy an entire datacenter without having to deal with non unix like operating systems. Not only does this east coast mirror add necessary and critical infrastructure to continue to development of FreeBSD, but it can also become a model for future data centers you deploy.</p>
<p>In the near future, I plan to write more about the build out of this mirror as well as some of the technology behind it. Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=40</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Running csup From periodic</title>
		<link>http://www.exit2shell.com/blog/?p=87&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=running-csup-from-periodic</link>
		<comments>http://www.exit2shell.com/blog/?p=87#comments</comments>
		<pubDate>Tue, 06 Jul 2010 00:36:03 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=87</guid>
		<description><![CDATA[I keep a copy of the FreeBSD source and ports repository locally on disk so its possible for me to work offline and still be able to review the revision history of a file or views diffs. I have been running csup from root’s crontab at night to keep my local copy fairly up to [...]]]></description>
			<content:encoded><![CDATA[<p>I keep a copy of the FreeBSD source and ports repository locally on disk so its possible for me to work offline and still be able to review the revision history of a file or views diffs. I have been running csup from root’s crontab at night to keep my local copy fairly up to date.</p>
<p>However, I rewrote the script to be a job that is executed by periodic and then have the output of csup included with the “daily run output” emails I get each morning so I can quickly see what was committed to the tree.</p>
<p>Place a copy of 600.csup into /usr/local/etc/periodic/daily (you may have to create this directory if it does not exist)</p>
<script src="http://gist.github.com/457355.js"></script>
<p>To enable the script, add the following to /etc/periodic.conf.local (which may need to be created if it doesn’t exist)</p>
<p>daily_csup_enable=&#8221;YES&#8221;<br />
daily_csup_supfile=&#8221;/home/skreuzer/cvsup/freebsd-cvs-supfile&#8221;</p>
<p>One thing to keep in mind is that all scripts the get executed by periodic daily are run at 3:01am localtime so it will cause a huge spike in traffic if you have lots of machines connecting to the same csup server all at the same time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=87</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NYCBSDCon 2010 Call for Papers</title>
		<link>http://www.exit2shell.com/blog/?p=91&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nycbsdcon-2010-call-for-papers</link>
		<comments>http://www.exit2shell.com/blog/?p=91#comments</comments>
		<pubDate>Thu, 01 Jul 2010 20:38:32 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NYCBSDCon]]></category>
		<category><![CDATA[NYCBUG]]></category>
		<category><![CDATA[Conference]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=91</guid>
		<description><![CDATA[The New York City BSD Conference (NYCBSDCon) is the main technical conference on the US East Coast for the BSD community to get together to share and gain knowledge, to network with like-minded people, and to have fun. This event is organized by members of the New York City *BSD Users Group (NYC*BUG). The NYCBSDCon [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nycbsdcon.org/2010/">The New York City BSD Conference</a> (NYCBSDCon) is the main technical conference on the US East Coast for the BSD community to get together to share and gain knowledge, to network with like-minded people, and to have fun.  This event is organized by members of the <a href="http://www.nycbug.org/">New York City *BSD Users Group</a> (NYC*BUG).</p>
<p>The NYCBSDCon program committee is accepting submissions for imaginative, embryonic and energizing presentations surrounding the BSD operating systems.  We are looking to attract a wide range of speakers and attendees; therefore, topics of interest range from the esoteric to development to practical, everyday sysadmin life.  Of course, original topics are preferred in most cases.</p>
<p>Each talk is expected to be 45-50 minutes, including a few minutes for questions and answers.  All presentations will be recorded for audio and video. Presenters will have audio/visual and network connectivity.</p>
<p>Abstracts for presentations are due July 31, 2010.</p>
<p>Authors of accepted submissions should be able to provide the full presentation for publication on NYCBSDCon sponsored mediums.  Further<br />
instructions will follow notification of acceptance.  Submissions accompanied by a non-disclosure agreement or a product advertisement will be rejected.</p>
<p>Abstract submissions should be emailed to <a href="mailto:cfp@nycbsdcon.org">cfp@nycbsdcon.org</a> in text, ps or pdf format.</p>
<p>Conference Location: <a href="http://www.cooper.edu">Cooper Union</a>, New York, NY<br />
Conference Dates: November 12-14, 2010</p>
<p>Important Milestones:<br />
Jul 01                CFP Released<br />
Jul 31                CFP Deadline<br />
Aug 15               Notification of Accepted and Rejected Presentations</p>
<p>Do not let travel and accommodation concerns get in the way of your submissions; we may have some opportunities to subsidize speakers, but it is too early to provide any definitive answers.</p>
<p>We encourage you to join the public mailing list at <a href="http://lists.nycbug.org/mailman/listinfo/nycbsdcon">http://lists.nycbug.org/mailman/listinfo/nycbsdcon</a> to keep abreast of conference happenings.</p>
<p>For questions, concerns or comments, please contact us here: <a href="mailto:info@nycbsdcon.org">info@nycbsdcon.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=91</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NYCBSDCon 2010 Update</title>
		<link>http://www.exit2shell.com/blog/?p=82&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nycbsdcon-2010-update</link>
		<comments>http://www.exit2shell.com/blog/?p=82#comments</comments>
		<pubDate>Mon, 21 Jun 2010 15:15:48 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NYCBSDCon]]></category>
		<category><![CDATA[NYCBUG]]></category>
		<category><![CDATA[Conference]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=82</guid>
		<description><![CDATA[We recently hit some big milestones in regards to the planning of NYCBSDCon 2010. The contract with the Cooper Union has been signed so we officially have a venue and date for the conference. The conference will be held on November 12th-14th 2010. A more formal announcement will go out sometime this week and the [...]]]></description>
			<content:encoded><![CDATA[<p>We recently hit some big milestones in regards to the planning of NYCBSDCon 2010.</p>
<p>The contract with the <a href="http://www.cooper.edu/">Cooper Union</a> has been signed so we officially have a venue and date for the conference. The conference will be held on November 12th-14th 2010. A more formal announcement will go out sometime this week and the call for papers will open on July 1st.</p>
<p>An unmoderated <a href="http://lists.nycbug.org/mailman/listinfo/nycbsdcon">mailing list</a> for conference-related discussion has been created. It can be a forum for coordinating housing, transportation/car-pooling, etc.  We recommend all potential attendees subscribe to the list.</p>
<p>Finally, we will be having an organizing meeting in mid July, with details to be announced. As in years past, we want to have a broad layer of people involved in organizing and running the conference.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=82</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ports License Auditing Infrastructure</title>
		<link>http://www.exit2shell.com/blog/?p=79&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ports-license-auditing-infrastructure</link>
		<comments>http://www.exit2shell.com/blog/?p=79#comments</comments>
		<pubDate>Tue, 01 Jun 2010 13:58:09 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=79</guid>
		<description><![CDATA[On May 24th, 2010, License support files (bsd.licenses.mk and bsd.licenses.db.mk) from Google Summer of Code 2008/2009 were committed. Unfortunately, the Porters Handbook has not been updated to reflect this change. For information on how to incorporate these new KNOBs into your ports, please review the Ports License Auditing Infrastructure page on the FreeBSD Wiki.]]></description>
			<content:encoded><![CDATA[<p>On May 24th, 2010, License support files (<a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.licenses.mk">bsd.licenses.mk</a> and <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/Mk/bsd.licenses.db.mk">bsd.licenses.db.mk</a>) from Google Summer of Code 2008/2009 were committed. Unfortunately, the <a href="http://www.freebsd.org/doc/en/books/porters-handbook/">Porters Handbook</a> has not been updated to reflect this change.</p>
<p>For information on how to incorporate these new KNOBs into your ports, please review the <a href="http://wiki.freebsd.org/PortsLicenseInfrastructure">Ports License Auditing Infrastructure</a> page on the FreeBSD Wiki.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=79</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NYCBSDCon 2010 Site is Live</title>
		<link>http://www.exit2shell.com/blog/?p=77&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=nycbsdcon-2010-site-is-live</link>
		<comments>http://www.exit2shell.com/blog/?p=77#comments</comments>
		<pubDate>Wed, 26 May 2010 15:16:59 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NYCBSDCon]]></category>
		<category><![CDATA[NYCBUG]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=77</guid>
		<description><![CDATA[The site for NYCBSDCon 2010 is now live although we have not made a public announcement yet. Whats different about this year is that it will be held at Manhattan’s prestigious Cooper Union on November 12-14, 2010. We are going to announce the call for papers on July 1st so stay tuned.]]></description>
			<content:encoded><![CDATA[<p>The site for <a href="http://www.nycbsdcon.org/2010/">NYCBSDCon 2010</a> is now live although we have not made a public announcement yet. Whats different about this year is that it will be held at Manhattan’s prestigious <a href="http://www.cooper.edu/">Cooper Union</a> on November 12-14, 2010.</p>
<p>We are going to announce the call for papers on July 1st so stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=77</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Reflections after one year</title>
		<link>http://www.exit2shell.com/blog/?p=5&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=reflections-after-one-year</link>
		<comments>http://www.exit2shell.com/blog/?p=5#comments</comments>
		<pubDate>Thu, 11 Mar 2010 16:03:28 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://exit2shell.com/wordpress/?p=5</guid>
		<description><![CDATA[Today marks my 1 year anniversary as a FreeBSD developer. I opened my first Problem Report in 2006 and after roughly three years of hacking on the ports system, wxs@ offered to mentor me and on March 11th, 2009 I received an email saying that the port-mgr@ team approved his request for a commit bit [...]]]></description>
			<content:encoded><![CDATA[<p>Today marks my 1 year anniversary as a FreeBSD developer. I opened my first <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/102729">Problem Report</a> in 2006 and after roughly three years of hacking on the ports system, wxs@ offered to mentor me and on March 11th, 2009 I received an email saying that the port-mgr@ team approved his request for a commit bit for me. I happened to be on vacation in Mexico when I got the email, and just like that a good day turned even better.</p>
<p>The first port I ever created was for <a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/mail/p5-WWW-Hotmail/">mail/p5-WWW-Hotmail</a>. I was working for an Internet Startup and I took the job simply because they were using FreeBSD and I never had an opportunity to use FreeBSD in a production environment. One of the tasks that landed in my lap was to automate the process of checking to make sure that our newsletter was not being delivered to the spam folder of the 3 big emails providers. I took a day or so to learn how to make ports and packages to make it easier for me to roll out all the perl modules I needed.</p>
<p>I wasn&#8217;t too happy working at that company, and after a while hacking on ports became a form of therapy for me and I started to get more and more involved with the FreeBSD project and I eventually ended up here.</p>
<p>In the past year I managed to make 148 commits and introduced several new ports into the tree. As of today, there are 21,636 ports available, and it feels pretty good to be a small part of that. While I would have liked to have been able to dedicate more time, other things kept getting in the way. My 1 year resolution is to figure out a way to better manage my time and try and set aside a few hours per week to hack on ports.</p>
<p>I want to say thank you to wxs@, because without him, I wouldn&#8217;t be a part of this. I was the first person he mentored, and I consider myself very fortunate to have gotten the chance to work with him. He is extremely bright and very patience and just an all around good guy. Even today when I paint myself into a corner, I can always ask him for help and every time he has managed to guide me in the direction I wanted to go. I owe a great deal to him and consider him to be a very valuable addition to the FreeBSD developer community as a whole.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun V210 Donation</title>
		<link>http://www.exit2shell.com/blog/?p=67&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sun-v210-donation</link>
		<comments>http://www.exit2shell.com/blog/?p=67#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:16:50 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Ports]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=67</guid>
		<description><![CDATA[Thanks to a generous donation by Nathan Whitehorn, a Sun SunFire v210 is sitting on the floor of my office waiting to have FreeBSD installed on it. Since this is the fastest sparc64 machine we have, Mark Linimon and I are planning on using it as a package building machine. However, if there is any [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to a generous donation by <a href="http://people.freebsd.org/~nwhitehorn/">Nathan Whitehorn</a>, a <a href="http://www.sun.com/servers/entry/v210/">Sun SunFire v210</a> is sitting on the floor of my office waiting to have FreeBSD installed on it. Since this is the fastest sparc64 machine we have, <a href="http://people.freebsd.org/~linimon/">Mark Linimon</a> and I are planning on using it as a package building machine. However, if there is any other developer who would like to use it as a reference platform, please get in touch with me and I will set you up with access.</p>
<p>In the past, due to our limited access to the sparc64 platform, we were not able to support this architecture as well as we would have liked to. Packages available for sparc64 have fallen behind packages for other architectures such as i386 and amd64. However, once this machine is up and running, I have a strong feeling it will become a valuable resource to the FreeBSD developers working on making sparc64 a <a href="http://www.freebsd.org/doc/en/articles/committers-guide/archs.html">Tier-1 architecture</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=67</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Preliminary Arduino Port for FreeBSD</title>
		<link>http://www.exit2shell.com/blog/?p=57&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=preliminary-arduino-port-for-freebsd</link>
		<comments>http://www.exit2shell.com/blog/?p=57#comments</comments>
		<pubDate>Tue, 16 Feb 2010 11:46:00 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=57</guid>
		<description><![CDATA[One of the things that has been on my TODO list for quite some time was to port the Arduino IDE over to FreeBSD. Fortunately, Warren Block took the time to sit down work on a port and he is please to announce that a preliminary version of it is ready for testing. I&#8217;ll be [...]]]></description>
			<content:encoded><![CDATA[<p>One of the things that has been on my TODO list for quite some time was to port the <a href="http://www.arduino.cc/en/Main/Software">Arduino IDE</a> over to FreeBSD. Fortunately, <a href="http://www.wonkity.com/~wblock/">Warren Block</a> took the time to sit down work on a port and he is please to announce that a preliminary version of it is ready for testing.</p>
<p>I&#8217;ll be testing it out over the next few days and I encourage you to do the same. As always, any feedback or patches will be much appreciated. If all goes well, I will be committing it to the tree in the very near future.</p>
<p>The port can be found on GitHub: http://github.com/wblock/Arduino-port-for-FreeBSD</p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=57</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sponsoring FreeBSD</title>
		<link>http://www.exit2shell.com/blog/?p=54&amp;utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=sponsoring-freebsd</link>
		<comments>http://www.exit2shell.com/blog/?p=54#comments</comments>
		<pubDate>Sat, 23 Jan 2010 16:44:12 +0000</pubDate>
		<dc:creator>Steven</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Funding]]></category>

		<guid isPermaLink="false">http://www.exit2shell.com/blog/?p=54</guid>
		<description><![CDATA[Every once and a while the topic of coding bounties will come up, usually by someone who needs a specific feature added but doesn&#8217;t have the know how to do so. As of today, the best way to go about this is to contact the developer directly. Unfortunately, The FreeBSD Foundation is unable to assist [...]]]></description>
			<content:encoded><![CDATA[<p>Every once and a while the topic of <a href="http://www.mail-archive.com/freebsd-stable@freebsd.org/msg107797.html">coding bounties</a> will come up, usually by someone who needs a specific feature added but doesn&#8217;t have the know how to do so.</p>
<p>As of today, the best way to go about this is to contact the developer directly. Unfortunately, The FreeBSD Foundation is unable to assist since they cannot accept targeted donations.</p>
<p><a href="http://ixsystems.com/">iX Systems</a> has created a simple <a href="http://www.sponsorbsd.org">web based application</a> for posting bounties, getting developers and sponsors on board, posting the committed code in a browser<br />
viewable format, and then handle final payout upon completion.</p>
<p>They are looking for PHP developers interested in helping develop the site. In addition, they are looking for a team leader that could make sure developing contributors are actually involved so that the final payoff can be shared accordingly.</p>
<p>If you are interested in getting involved, contact <a href="mailto:matt@ixsystems.com">Matt Olander</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.exit2shell.com/blog/?feed=rss2&amp;p=54</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
