<?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>Topher's Scribbles &#187; FreeBSD</title>
	<atom:link href="http://topherdotcom.com/scribble/category/freebsd/feed" rel="self" type="application/rss+xml" />
	<link>http://topherdotcom.com/scribble</link>
	<description>My journey through Apache, PHP, FreeBSD, and then some.</description>
	<lastBuildDate>Thu, 18 Mar 2010 23:05:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>vi &#8212; &#8216;already locked, session is read-only&#8217;</title>
		<link>http://topherdotcom.com/scribble/freebsd/vi-already-locked-session-is-read-only/39</link>
		<comments>http://topherdotcom.com/scribble/freebsd/vi-already-locked-session-is-read-only/39#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:19:07 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/?p=39</guid>
		<description><![CDATA[I recently came across this error in Vi after I was editing a file and was disconnect: &#8220;foo.txt already locked, session is read-only.&#8221; I thought it was a swp file issue of some sort, so I immediately searched for it to remove it. Only to find out that one didn&#8217;t exist.
So I did what most [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "vi &#8212; &#8216;already locked, session is read-only&#8217;", url: "http://topherdotcom.com/scribble/freebsd/vi-already-locked-session-is-read-only/39" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/vi-already-locked-session-is-read-only/39/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stopping Starting Sendmail in FreeBSD</title>
		<link>http://topherdotcom.com/scribble/freebsd/stopping-starting-sendmail-in-freebsd/30</link>
		<comments>http://topherdotcom.com/scribble/freebsd/stopping-starting-sendmail-in-freebsd/30#comments</comments>
		<pubDate>Wed, 06 Feb 2008 18:45:45 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[/etc/rc.conf]]></category>
		<category><![CDATA[restart sendmail]]></category>
		<category><![CDATA[sendmail_enable]]></category>
		<category><![CDATA[start sendmail]]></category>
		<category><![CDATA[stop sendmail]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/stopping-starting-sendmail-in-freebsd/30</guid>
		<description><![CDATA[Here&#8217;s a quick reference for Sendmail users. The commands below are to start, stop, restart, and rebuild aliases for the Sendmail Daemon.
Stopping Sendmail
# cd /etc/mail
# make stop
Starting Sendmail
# cd /etc/mail
# make start
Restarting Sendmail
# cd /etc/mail
# make restart
Rebuild Aliases
# cd /etc/mail
# make
Enable Sendmail on startup
# echo &#8217;sendmail_enable=&#8221;YES&#8221;&#8216; &#62;&#62; /etc/rc.conf
# echo &#8217;sendmail_submit_enable=&#8221;YES&#8221;&#8216; &#62;&#62; /etc/rc.conf
Disable Sendmail on startup
# [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Stopping Starting Sendmail in FreeBSD", url: "http://topherdotcom.com/scribble/freebsd/stopping-starting-sendmail-in-freebsd/30" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/stopping-starting-sendmail-in-freebsd/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD 6.2 + PHP5 + PHP5-extensions = php.core dumps!!</title>
		<link>http://topherdotcom.com/scribble/freebsd/freebsd-62-php5-php5-extensions-phpcore-dumps/27</link>
		<comments>http://topherdotcom.com/scribble/freebsd/freebsd-62-php5-php5-extensions-phpcore-dumps/27#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:55:20 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[core dumps]]></category>
		<category><![CDATA[FreeBSD ports]]></category>
		<category><![CDATA[FreeBSD+php5+php5-extensions]]></category>
		<category><![CDATA[php.core]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[Segmented Fault]]></category>
		<category><![CDATA[signal 11]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/freebsd-62-php5-php5-extensions-phpcore-dumps/27</guid>
		<description><![CDATA[I had just recently installed 2 new servers and both of them had PHP dumps (php.core) and issued a segmented fault, signal 11. I installed PHP5 and installed PHP5-Extensions through the ports.
My first experience with the dump, I wrote a simple code to calculate interest rates, which was totally incorrect (my code btw). My second [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "FreeBSD 6.2 + PHP5 + PHP5-extensions = php.core dumps!!", url: "http://topherdotcom.com/scribble/freebsd/freebsd-62-php5-php5-extensions-phpcore-dumps/27" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/freebsd-62-php5-php5-extensions-phpcore-dumps/27/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Areca + FreeBSD 6.2 + &gt;2TB Installation</title>
		<link>http://topherdotcom.com/scribble/freebsd/areca-freebsd-62-2tb-installation/26</link>
		<comments>http://topherdotcom.com/scribble/freebsd/areca-freebsd-62-2tb-installation/26#comments</comments>
		<pubDate>Fri, 16 Nov 2007 20:55:36 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[>2TB]]></category>
		<category><![CDATA[Areca]]></category>
		<category><![CDATA[FreeBSD 6.2]]></category>
		<category><![CDATA[g_vfs_done():]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/areca-freebsd-62-2tb-installation/26</guid>
		<description><![CDATA[I&#8217;ve been trying to set up a backup file server using FreeBSD 6.2-RELEASE amd64, Areca RAID, and using a partition that is &#62;2TB. My first install crashed the server under heavy writing. I was rsyncing 3 servers simultaneously. Checking the logs, there were some &#8220;kernel: g_vfs_done():&#8230;Error: 5&#8243; errors before the crash. I searched google and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Areca + FreeBSD 6.2 + >2TB Installation", url: "http://topherdotcom.com/scribble/freebsd/areca-freebsd-62-2tb-installation/26" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/areca-freebsd-62-2tb-installation/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recompile FreeBSD Kernel</title>
		<link>http://topherdotcom.com/scribble/freebsd/recompile-freebsd-kernel/25</link>
		<comments>http://topherdotcom.com/scribble/freebsd/recompile-freebsd-kernel/25#comments</comments>
		<pubDate>Fri, 16 Nov 2007 20:49:43 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/recompile-freebsd-kernel/25</guid>
		<description><![CDATA[Here&#8217;s how I recompiled the kernel. I got this from the FreeBSD Handbook, but I wanted to post for my own notes. If you want more information, please refernence the handbook at FreeBSD.org
1) Before we start, make sure that we install the all the sources. Just go to sysinstall and navigate to Configure &#62; Distributions [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Recompile FreeBSD Kernel", url: "http://topherdotcom.com/scribble/freebsd/recompile-freebsd-kernel/25" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/recompile-freebsd-kernel/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself&#8230;</title>
		<link>http://topherdotcom.com/scribble/freebsd/on-freebsd-before-62-ports-system-unfortunately-can-not-set-default-x11base-by-itself/23</link>
		<comments>http://topherdotcom.com/scribble/freebsd/on-freebsd-before-62-ports-system-unfortunately-can-not-set-default-x11base-by-itself/23#comments</comments>
		<pubDate>Mon, 10 Sep 2007 19:29:42 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/on-freebsd-before-62-ports-system-unfortunately-can-not-set-default-x11base-by-itself/23</guid>
		<description><![CDATA[This is kinda old news and pretty much intuitive, but if you have an old FreeBSD system and update your ports, you may receive this error message when you try to install a package:
On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself so please help it a bit by setting [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "On FreeBSD before 6.2 ports system unfortunately can not set default X11BASE by itself&#8230;", url: "http://topherdotcom.com/scribble/freebsd/on-freebsd-before-62-ports-system-unfortunately-can-not-set-default-x11base-by-itself/23" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/on-freebsd-before-62-ports-system-unfortunately-can-not-set-default-x11base-by-itself/23/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging in through SSH without a password</title>
		<link>http://topherdotcom.com/scribble/freebsd/logging-in-through-ssh-without-a-login/22</link>
		<comments>http://topherdotcom.com/scribble/freebsd/logging-in-through-ssh-without-a-login/22#comments</comments>
		<pubDate>Mon, 30 Jul 2007 22:29:01 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/logging-in-through-ssh-without-a-login/22</guid>
		<description><![CDATA[I normally don&#8217;t do this for my own personal account, but sometimes you need to use SSH in your scripts. Anyways, here we go:
I will refer to the server that you will access from as &#8216;Server_Alpha&#8217;, this is where the scripts would reside. The server that will be accessed, will be referred to as &#8216;Server_Beta&#8217;. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Logging in through SSH without a password", url: "http://topherdotcom.com/scribble/freebsd/logging-in-through-ssh-without-a-login/22" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/logging-in-through-ssh-without-a-login/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Files That Begin With a Dash &#8220;-&#8221;</title>
		<link>http://topherdotcom.com/scribble/freebsd/removing-files-that-begin-with-a-dash/20</link>
		<comments>http://topherdotcom.com/scribble/freebsd/removing-files-that-begin-with-a-dash/20#comments</comments>
		<pubDate>Wed, 18 Jul 2007 22:39:30 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/removing-files-that-begin-with-a-dash/20</guid>
		<description><![CDATA[So I wasted about an hour of my life trying to figure out how to remove a filename that begins with a dash, like &#8220;-filename&#8221;. I tried quotes, backslashes, renaming the file, etc., and I still get the error:
rm: illegal option --
How did I figure this out?? Uhh read the manpage&#8230;haha
It looks like there are [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Removing Files That Begin With a Dash &#8220;-&#8221;", url: "http://topherdotcom.com/scribble/freebsd/removing-files-that-begin-with-a-dash/20" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/removing-files-that-begin-with-a-dash/20/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error installing GD from php5-extensions using FreeBSD Ports</title>
		<link>http://topherdotcom.com/scribble/freebsd/error-installing-gd-from-php5-extensions-using-freebsd-ports/19</link>
		<comments>http://topherdotcom.com/scribble/freebsd/error-installing-gd-from-php5-extensions-using-freebsd-ports/19#comments</comments>
		<pubDate>Thu, 05 Jul 2007 21:34:38 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[Apache - PHP - MySQL]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/error-installing-gd-from-php5-extensions-using-freebsd-ports/19</guid>
		<description><![CDATA[I&#8217;ve run into another problem installing Apache-PHP-MySQL FreeBSD server. While installing php5-extensions, I received an error when it tried to install GD. Here&#8217;s the error:
 ===>  Patching for php5-gd-5.2.3
===>  Applying FreeBSD patches for php5-gd-5.2.3
===>   php5-gd-5.2.3 depends on executable in : phpize - found
===>   php5-gd-5.2.3 depends on file: /usr/local/bin/autoconf259 - [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Error installing GD from php5-extensions using FreeBSD Ports", url: "http://topherdotcom.com/scribble/freebsd/error-installing-gd-from-php5-extensions-using-freebsd-ports/19" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/error-installing-gd-from-php5-extensions-using-freebsd-ports/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Install mysql50-server Through the Ports?</title>
		<link>http://topherdotcom.com/scribble/freebsd/cant-install-mysql50-server-through-the-ports/18</link>
		<comments>http://topherdotcom.com/scribble/freebsd/cant-install-mysql50-server-through-the-ports/18#comments</comments>
		<pubDate>Thu, 05 Jul 2007 20:28:06 +0000</pubDate>
		<dc:creator>Topher</dc:creator>
				<category><![CDATA[Apache - PHP - MySQL]]></category>
		<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://topherdotcom.com/scribble/freebsd/cant-install-mysql50-server-through-the-ports/18</guid>
		<description><![CDATA[I&#8217;ve been trying to install mysql50-server via ports, but have been getting a checksum error, like this:
 => MD5 Checksum mismatch for mysql-5.0.41.tar.gz.
=> SHA256 Checksum mismatch for mysql-5.0.41.tar.gz.
===>  Giving up on fetching files: mysql-5.0.41.tar.gz mysql-5.0.41.tar.gz
Make sure the Makefile and distinfo file (/usr/ports/databases/mysql50-server/distinfo)
are up to date.  If you are absolutely sure you want to [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Can&#8217;t Install mysql50-server Through the Ports?", url: "http://topherdotcom.com/scribble/freebsd/cant-install-mysql50-server-through-the-ports/18" });</script>]]></description>
		<wfw:commentRss>http://topherdotcom.com/scribble/freebsd/cant-install-mysql50-server-through-the-ports/18/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
