<?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>BSD Support &#187; FreeBSD</title>
	<atom:link href="http://bsdsupport.org/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://bsdsupport.org</link>
	<description></description>
	<lastBuildDate>Wed, 14 Oct 2009 13:35:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Errors with RabbitMQ on&#160;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><![CDATA[I&#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."} [...]]]></description>
		<wfw:commentRss>http://bsdsupport.org/2009/10/errors-with-rabbitmq-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing PCRE_UTF8 Errors in&#160;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><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://bsdsupport.org/2008/12/fixing-pcre_utf8-errors-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Q: How do I encrypt file transfers with dd and&#160;netcat?</title>
		<link>http://bsdsupport.org/2007/03/q-how-do-i-encrypt-file-transfers-with-dd-and-netcat/</link>
		<comments>http://bsdsupport.org/2007/03/q-how-do-i-encrypt-file-transfers-with-dd-and-netcat/#comments</comments>
		<pubDate>Fri, 09 Mar 2007 12:20:28 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[DragonFlyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/2007/03/q-how-do-i-encrypt-file-transfers-with-dd-and-netcat/</guid>
		<description><![CDATA[A: This question came to us in response to the article Backup Files and Partitions with dd and netcat. Encrypting these files transfers is quite simple. As in the previous article, we will setup the server to listen on port 9999 and redirect output to &#8220;backup.file&#8221; server# nc -l -p 9999 &#124; \\ openssl aes-256-cbc [...]]]></description>
		<wfw:commentRss>http://bsdsupport.org/2007/03/q-how-do-i-encrypt-file-transfers-with-dd-and-netcat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Q: How do I add a user to the wheel group in&#160;FreeBSD?</title>
		<link>http://bsdsupport.org/2007/03/q-how-do-i-add-a-user-to-the-wheel-group-in-freebsd/</link>
		<comments>http://bsdsupport.org/2007/03/q-how-do-i-add-a-user-to-the-wheel-group-in-freebsd/#comments</comments>
		<pubDate>Thu, 08 Mar 2007 12:01:08 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Answers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/2007/03/q-how-do-i-add-a-user-to-the-wheel-group-in-freebsd/</guid>
		<description><![CDATA[A: Beyond simply editting /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 group when her account is first created, you would run $ sudo pw user add jdoe -G wheel &#160; Note: The above also [...]]]></description>
		<wfw:commentRss>http://bsdsupport.org/2007/03/q-how-do-i-add-a-user-to-the-wheel-group-in-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Files and Partitions with dd and&#160;netcat</title>
		<link>http://bsdsupport.org/2007/01/draft-backup-files-and-partitions-with-dd-and-netcat/</link>
		<comments>http://bsdsupport.org/2007/01/draft-backup-files-and-partitions-with-dd-and-netcat/#comments</comments>
		<pubDate>Wed, 17 Jan 2007 17:37:02 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[DragonFlyBSD]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NetBSD]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenBSD]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://bsdsupport.org/v2/2007/01/draft-backup-files-and-partitions-with-dd-and-netcat/</guid>
		<description><![CDATA[This paper walks through various scenarios where dd and netcat can be used to backup files for administrative and forensic purposes. This paper is expected to grow over time and will be updated as time permits. The first example uses OpenBSD 3.9 with nc that comes with base as the server host, and NetBSD 3.99.14 [...]]]></description>
		<wfw:commentRss>http://bsdsupport.org/2007/01/draft-backup-files-and-partitions-with-dd-and-netcat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
