<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>BSD Support</title>
	
	<link>http://bsdsupport.org</link>
	<description />
	<lastBuildDate>Wed, 14 Oct 2009 13:35:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/BsdSupport" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Errors with RabbitMQ on FreeBSD</title>
		<link>http://bsdsupport.org/2009/10/errors-with-rabbitmq-on-freebsd/</link>
		<comments>http://bsdsupport.org/2009/10/errors-with-rabbitmq-on-freebsd/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 13:35:26 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/?p=69</guid>
		<description>I&amp;#8217;ve run into the following error(s) intermittently while starting or stopping RabbitMQ on my FreeBSD machine.  It was rather perplexing as it seemed inconsistent.
The messages have been abbreviated for brevity.

$ sudo /usr/local/etc/rc.d/rabbitmq start
{error_logger,{{2009,10,14},{9,8,46}},std_error,"File operation error: eacces. Target: .. Function: read_file_info. Process: code_server."}
{error_logger,{{2009,10,14},{9,8,46}},std_error,"File operation error: eacces. Target: ./standard_error.beam. Function: get_file. Process: code_server."}
{error_logger,{{2009,10,14},{9,8,46}},std_error,"File operation error: eacces. [...]&lt;img src="http://feeds.feedburner.com/~r/BsdSupport/~4/w_zj6nCs4Co" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://bsdsupport.org/2009/10/errors-with-rabbitmq-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I determine the expiration date of a p12 certificate?</title>
		<link>http://bsdsupport.org/2008/12/how-do-i-determine-the-expiration-date-of-a-p12-certificate/</link>
		<comments>http://bsdsupport.org/2008/12/how-do-i-determine-the-expiration-date-of-a-p12-certificate/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 18:03:42 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/?p=55</guid>
		<description>First you will need to translate the pkcs12 certificate into a PEM certificate.
The PEM certificate is only needed temporarily and can later be removed.

$ openssl pkcs12 -in certificate.p12 -out tempcrt.pem
Enter Import Password:
MAC verified OK
Enter PEM pass phrase: pass
Verifying - Enter PEM pass phrase: pass

&amp;#160;
Now, we use the tempcrt.pem that we generated to determine the expiration [...]&lt;img src="http://feeds.feedburner.com/~r/BsdSupport/~4/HeRgRRjK8zk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://bsdsupport.org/2008/12/how-do-i-determine-the-expiration-date-of-a-p12-certificate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing PCRE_UTF8 Errors in FreeBSD</title>
		<link>http://bsdsupport.org/2008/12/fixing-pcre_utf8-errors-in-freebsd/</link>
		<comments>http://bsdsupport.org/2008/12/fixing-pcre_utf8-errors-in-freebsd/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 04:17:13 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/?p=28</guid>
		<description>I have recently encountered this error:
PHP Warning:  preg_match(): Compilation failed: this version of PCRE is not compiled with PCRE_UTF8 support at offset 0

And despite some of the suggested solutions I have found in various Drupal and MediaWiki forums, all of them related to older versions of ports.
The version of pcre I have installed is [...]&lt;img src="http://feeds.feedburner.com/~r/BsdSupport/~4/r5Lq-wj6pRM" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://bsdsupport.org/2008/12/fixing-pcre_utf8-errors-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Setting up IPSec over GRE on OpenBSD</title>
		<link>http://bsdsupport.org/2007/05/setting-up-ipsec-over-gre-on-openbsd/</link>
		<comments>http://bsdsupport.org/2007/05/setting-up-ipsec-over-gre-on-openbsd/#comments</comments>
		<pubDate>Fri, 18 May 2007 00:20:05 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/2007/05/setting-up-ipsec-over-gre-on-openbsd/</guid>
		<description>This document will explain howto set up an IPSec encrypted GRE tunnel on OpenBSD.  In the document, both end points are OpenBSD 4.1 systems, however it should be fairly straight forward to implement on other systems.
To start, I would advise disabling pf on gre0 and enc0 until you have the encrypted tunnel working, this [...]&lt;img src="http://feeds.feedburner.com/~r/BsdSupport/~4/ItrR8siaRCk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://bsdsupport.org/2007/05/setting-up-ipsec-over-gre-on-openbsd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Q: How do I add a user to the wheel group in OpenBSD or NetBSD?</title>
		<link>http://bsdsupport.org/2007/04/q-how-do-i-add-a-user-to-the-wheel-group-in-openbsd-or-netbsd/</link>
		<comments>http://bsdsupport.org/2007/04/q-how-do-i-add-a-user-to-the-wheel-group-in-openbsd-or-netbsd/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 21:36:03 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/2007/04/q-how-do-i-add-a-user-to-the-wheel-group-in-openbsd-or-netbsd/</guid>
		<description>A: Beyond simply editing /etc/group with your favorite text editor, adding a user to the wheel group can be achieved in a few different ways.
To place a user in the wheel account when her account is first created, you would run

   $ sudo useradd -G wheel jdoe

&amp;#160;
Note:  The above also creates the [...]&lt;img src="http://feeds.feedburner.com/~r/BsdSupport/~4/QRMg3Eemsg8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://bsdsupport.org/2007/04/q-how-do-i-add-a-user-to-the-wheel-group-in-openbsd-or-netbsd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
