<?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>Peregrine &#187; OpenBrainstem</title>
	<atom:link href="http://blog.openbrainstem.net/peregrine/category/openbrainstem/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.openbrainstem.net/peregrine</link>
	<description>Stuff I Decided to Write</description>
	<lastBuildDate>Mon, 16 Jan 2012 19:49:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenID Enabled</title>
		<link>http://blog.openbrainstem.net/peregrine/2007/07/13/openid-enabled/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=openid-enabled</link>
		<comments>http://blog.openbrainstem.net/peregrine/2007/07/13/openid-enabled/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 07:38:18 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2007/07/13/peregrine-openid-enabled/</guid>
		<description><![CDATA[Thanks go to Christer Edwards for encouraging me to deploy OpenID support on this blog.
If you have an OpenID account, you can now use it to comment and to register on this blog, without having to register on this blog. I haven&#8217;t required logins to commont on this blog since June of 2006, but still [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks go to <a href="http://ubuntu-tutorials.com/">Christer Edwards</a> for encouraging me to <a href="http://feeds.feedburner.com/~r/UbuntuTutorials/~3/132716424/">deploy OpenID support</a> on this blog.</p>
<p>If you have an OpenID account, you can now use it to comment and to register on this blog, without having to register on this blog. I haven&#8217;t <a href="http://blog.openbrainstem.net/peregrine/2006/06/08/login-not-required-to-comment/">required logins to commont</a> on this blog since June of 2006, but still required commentors to fill in their name and email and optionally allowed them to include a URL for their own site. Now, these kinds of things can be done via your OpenID.</p>
<p>I didn&#8217;t activate the second <a href="http://www.wordpress.org/">WordPress</a> plugin yet, as I haven&#8217;t registered an OpenID of my own, nor have I set up an OpenID server.</p>
<p>I&#8217;m thinking about standing up an OpenID server on <a href="http://www.openbrainstem.net/">OpenBrainstem</a>. I&#8217;m not really sure about this yet, so I&#8217;m asking you, my readers, to weigh in on the idea. Post your views as comments to this post. Tell me why I should or shouldn&#8217;t run my own OpenID server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2007/07/13/openid-enabled/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenBrainstem Mailman Configuration Fixed</title>
		<link>http://blog.openbrainstem.net/peregrine/2006/06/07/openbrainstem-mailman-configuration-fixed/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=openbrainstem-mailman-configuration-fixed</link>
		<comments>http://blog.openbrainstem.net/peregrine/2006/06/07/openbrainstem-mailman-configuration-fixed/#comments</comments>
		<pubDate>Thu, 08 Jun 2006 05:07:30 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/2006/06/07/openbrainstem-mailman-configuration-fixed/</guid>
		<description><![CDATA[I figured out how to get mailman working with my Postfix/maildrop/Dovecot setup.

I created entries like these in /etc/aliases (just as mailman instructs):

openbrainstem-announce:              "&#124;/usr/lib/mailman/mail/mailman post openbrainstem-announce"
openbrainstem-announce-admin:        "&#124;/usr/lib/mailman/mail/mailman admin openbrainstem-announce"
openbrainstem-announce-bounces:      "&#124;/usr/lib/mailman/mail/mailman bounces [...]]]></description>
			<content:encoded><![CDATA[<p>I figured out how to get mailman working with my Postfix/maildrop/Dovecot setup.<br />
<span id="more-34"></span><br />
I created entries like these in /etc/aliases (just as mailman instructs):</p>
<pre>
openbrainstem-announce:              "|/usr/lib/mailman/mail/mailman post openbrainstem-announce"
openbrainstem-announce-admin:        "|/usr/lib/mailman/mail/mailman admin openbrainstem-announce"
openbrainstem-announce-bounces:      "|/usr/lib/mailman/mail/mailman bounces openbrainstem-announce"
openbrainstem-announce-confirm:      "|/usr/lib/mailman/mail/mailman confirm openbrainstem-announce"
openbrainstem-announce-join:         "|/usr/lib/mailman/mail/mailman join openbrainstem-announce"
openbrainstem-announce-leave:        "|/usr/lib/mailman/mail/mailman leave openbrainstem-announce"
openbrainstem-announce-owner:        "|/usr/lib/mailman/mail/mailman owner openbrainstem-announce"
openbrainstem-announce-request:      "|/usr/lib/mailman/mail/mailman request openbrainstem-announce"
openbrainstem-announce-subscribe:    "|/usr/lib/mailman/mail/mailman subscribe openbrainstem-announce"
openbrainstem-announce-unsubscribe:  "|/usr/lib/mailman/mail/mailman unsubscribe openbrainstem-announce"
</pre>
<p>What I was missing was to add these kinds of entries to the /etc/postfix/virtual_alias file:</p>
<pre>
openbrainstem-announce@openbrainstem.net              openbrainstem-announce
openbrainstem-announce-admin@openbrainstem.net        openbrainstem-announce-admin
openbrainstem-announce-bounces@openbrainstem.net      openbrainstem-announce-bounces
openbrainstem-announce-confirm@openbrainstem.net      openbrainstem-announce-confirm
openbrainstem-announce-join@openbrainstem.net         openbrainstem-announce-join
openbrainstem-announce-leave@openbrainstem.net        openbrainstem-announce-leave
openbrainstem-announce-owner@openbrainstem.net        openbrainstem-announce-owner
openbrainstem-announce-request@openbrainstem.net      openbrainstem-announce-request
openbrainstem-announce-subscribe@openbrainstem.net    openbrainstem-announce-subscribe
openbrainstem-announce-unsubscribe@openbrainstem.net  openbrainstem-announce-unsubscribe
</pre>
<p>After running postmap and /etc/init.d/postfix reload, it works. :)</p>
<p>The really odd thing is that I wasn&#8217;t even looking at this stuff, I wasn&#8217;t working on my mail server and it just occured to me how to fix the error, out of the blue.  So, I sat down and tried it.  I only wish inspiration had struck me when I was first setting this up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2006/06/07/openbrainstem-mailman-configuration-fixed/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>rt.openbrainstem.net Working</title>
		<link>http://blog.openbrainstem.net/peregrine/2005/07/13/rtopenbrainstemnet-working/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rtopenbrainstemnet-working</link>
		<comments>http://blog.openbrainstem.net/peregrine/2005/07/13/rtopenbrainstemnet-working/#comments</comments>
		<pubDate>Wed, 13 Jul 2005 17:15:26 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/?p=11</guid>
		<description><![CDATA[With a little help from my friend, Fozz, the last Perl module has been installed. RT is now running.
However, it is not yet ready for use.  The configuration of RT will take me a bit of time (especially since this is my first time using it).  Take a look at the OpenBrainstem main [...]]]></description>
			<content:encoded><![CDATA[<p>With a little help from my friend, <a href="http://www.fozzilnymoo.org/">Fozz</a>, the last <a href="http://www.perl.org/">Perl</a> module has been installed. <a href="http://www.bestpractical.com/rt/">RT</a> is now running.</p>
<p>However, it is not yet ready for use.  The configuration of RT will take me a bit of time (especially since this is my first time using it).  Take a look at the <a href="http://www.openbrainstem.net/">OpenBrainstem main website</a> <a href="http://www.openbrainstem.net/punchlist.html">launch punchlist</a> for more information on my progress in bringing some of the major services online.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2005/07/13/rtopenbrainstemnet-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Progress Report:  OpenBrainstem Main Website</title>
		<link>http://blog.openbrainstem.net/peregrine/2005/07/01/progress-report-openbrainstem-main-website/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=progress-report-openbrainstem-main-website</link>
		<comments>http://blog.openbrainstem.net/peregrine/2005/07/01/progress-report-openbrainstem-main-website/#comments</comments>
		<pubDate>Fri, 01 Jul 2005 17:53:04 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/?p=9</guid>
		<description><![CDATA[As you may or may not have noticed the main OpenBrainstem website is still not up.  I have been busier at work over the past four weeks than I had anticipated (what else is new, eh? :) and have not been able to put as much time into it&#8217;s development as I would like. [...]]]></description>
			<content:encoded><![CDATA[<p>As you may or may not have noticed the <a href="http://www.openbrainstem.net/">main OpenBrainstem website</a> is still not up.  I have been busier at work over the past four weeks than I had anticipated (what else is new, eh? :) and have not been able to put as much time into it&#8217;s development as I would like. However, progress is being made.</p>
<p>The current line of site development is a sort of stop-gap measure. The code that will run the site is not meant to provide the kinds of features being planned. That will come when the <a href="http://www.openbrainstem.net/startpoint/">StartPoint</a> WMS reaches Alpha. We will move the main OpenBrainstem website to StartPoint by that time and will continue to work towards moving all OpenBrainstem sites &#038; services as soon as the code is capable of supporting them.</p>
<p>I will place a <a href="http://www.openbrainstem.net/punchlist.html">progress punch-list</a> on the main OpenBrainstem webserver to track the progress of version 1 deployment. Take a look there for the current status of development until the main website goes live.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2005/07/01/progress-report-openbrainstem-main-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Member Blogs are Now Online</title>
		<link>http://blog.openbrainstem.net/peregrine/2005/06/19/first-member-bogs-are-now-online/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=first-member-bogs-are-now-online</link>
		<comments>http://blog.openbrainstem.net/peregrine/2005/06/19/first-member-bogs-are-now-online/#comments</comments>
		<pubDate>Sun, 19 Jun 2005 23:44:33 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/?p=8</guid>
		<description><![CDATA[One of the first services being created for OpenBrainstem Members, is their own individual WordPress blog. The blogs can be found at http://blog.openbrainstem.net/. That page merely holds an index (with link) to each Member&#8217;s blog.
Enjoy!
]]></description>
			<content:encoded><![CDATA[<p>One of the first services being created for OpenBrainstem Members, is their own individual <a href="http://www.wordpress.org/">WordPress</a> blog. The blogs can be found at <a href="http://blog.openbrainstem.net/">http://blog.openbrainstem.net/</a>. That page merely holds an index (with link) to each Member&#8217;s blog.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2005/06/19/first-member-bogs-are-now-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Aboard</title>
		<link>http://blog.openbrainstem.net/peregrine/2005/06/13/welcome-aboard/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=welcome-aboard</link>
		<comments>http://blog.openbrainstem.net/peregrine/2005/06/13/welcome-aboard/#comments</comments>
		<pubDate>Tue, 14 Jun 2005 04:50:30 +0000</pubDate>
		<dc:creator>Peregrine</dc:creator>
				<category><![CDATA[OpenBrainstem]]></category>

		<guid isPermaLink="false">http://blog.openbrainstem.net/peregrine/?p=2</guid>
		<description><![CDATA[OpenBrainstem is starting to come to life.  This is very exciting for me.  Not sure what all the excitement is about?  Well, then, I guess I should give you a little information about OpenBrainstem, and this blog.
OpenBrainstem provides resources for &#8220;Intelligent Open Source Software Engineering.&#8221;  More on that will be posted [...]]]></description>
			<content:encoded><![CDATA[<p>OpenBrainstem is starting to come to life.  This is very exciting for me.  Not sure what all the excitement is about?  Well, then, I guess I should give you a little information about OpenBrainstem, and this blog.</p>
<p>OpenBrainstem provides resources for &#8220;Intelligent Open Source Software Engineering.&#8221;  More on that will be posted on the About page of the main <a href="http://www.openbrainstem.net/">OpenBrainstem website</a>, once I put the site together.</p>
<p>Currently, the webserver is operational (content pending), the email server is working perfectly &#038; is secured (I still need to add SpamAssassin &#038; ClamAV), MySQL is working (obviously, or you wouldn&#8217;t be reading this blog) and other services are coming along.  I will create a matrix page on the OpenBrainstem main website listing all the services that will be provided and their states as they are deployed.</p>
<p>What about the blog sites?  Well, I have chosen <a href="http://www.wordpress.org/">WordPress</a> as the blogging software for <a href="http://blog.openbrainstem.net/">http://blog.openbrainstem.net/</a>.  Since WordPress does not support multiple blogs (yet?), this means that each persons blog will be a  separate installation.  I will dedicate a database on the server to each member, but WordPress will only have access to it&#8217;s tables in each member&#8217;s database.  Another great feature of WordPress is that it provides light CMS capabilities, making it rather easy to create pages.  Each OpenBrainstem Member will have their own blog.</p>
<p>This is my first entry in my own blog.  I know you are expecting me to tell you about myself and my hopes and dreams for this blog, but, I&#8217;m not going to.  Not here, anyway.  Instead, I will point you to two other resources; my <a href="http://www.xmission.com/~lrp/lamont/index.php">Personal Website</a> and my <a href="http://www.GuruLabs.com/">Guru Labs</a> <a href="http://blogs.gurulabs.com/lamont/">blog</a>, where I have been making entries for a few months now.  Not to worry, though; both of those resources will continue to be used, in addition to this new site.</p>
<p>Now, to start building some pages for this site.  Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.openbrainstem.net/peregrine/2005/06/13/welcome-aboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

