<?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>GibbonsR.net &#187; IT</title>
	<atom:link href="http://gibbonsr.net/tag/it/feed/" rel="self" type="application/rss+xml" />
	<link>http://gibbonsr.net</link>
	<description>A Placeholder For My Ramblings</description>
	<lastBuildDate>Sun, 22 Aug 2010 17:38:19 +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>NFS and Subversion, it can work!</title>
		<link>http://gibbonsr.net/2009/02/nfs-and-subversion-it-can-work/</link>
		<comments>http://gibbonsr.net/2009/02/nfs-and-subversion-it-can-work/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 13:43:00 +0000</pubDate>
		<dc:creator>insanity5902</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[nfs]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://wp.gibbonsr.net/?p=8</guid>
		<description><![CDATA[There are a lot of blogs and articles out there about SVN and NFS. You can search google and easily find a lot of information about them. But I never found anybody that felt like they found a definitive answer. In my case I kept getting an error about not being able to find and [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>There are a lot of blogs and articles out there about SVN and NFS. You can search google and easily find a lot of information about them. But I never found anybody that felt like they found a definitive answer.</p>
<p>In my case I kept getting an error about not being able to find and available lock, the error looks something like <code>svn: Can't get exclusive lock on file '/repo/db/write-lock': No locks available </code> It turns out it is actually pretty easy to fix. And for those that don&#8217;t want to read further, all you have to do is add the nolock option to your nfs mount. My fstab entry now looks like this<code>192.168.1.154:/volume1/svn	/media/svn	nfs	rw,nfsvers=3,nolock	0 0</code>. That&#8217;s all I use, and now my svn is working over nfs, safely I might add.</p>
<p>For those looking for a bit more explanation (which is what I couldn&#8217;t find). SVN dev&#8217;s prefer you not to use the Berkeley DB over NFS. So make sure you are running a new enough SVN so it uses the FSFS backend not the BDB.  The next, it is my  understanding that SVN uses file locks to protect the files during checkout and checkin, to prevent them from being over written. NFS uses NLM locking and it is used so that all clients of that nfs export no about the file lock. Apparently subversion is compatible with this locking mechanism. Adding the nolock option to the mount point as the client uses a more basic locking mechanism that only provides protection only form programs running on that machine.</p>
<p>What does all this mean, it means I am able to mount my svn share on a nfs export, but only that one machine can really access this export to guarantee consistency in our repository. You do lose some of the benefits of it being over an NFS share, you couldn&#8217;t do any type of load balancing over multiple SVN frontend servers, but it does allow our NAS to hold our repository and puts me one step closer to consolidating our storage.</p>
<p>While I didn&#8217;t provide a new answer, I am providing the reasoning behind the answer as I can see it. Something I couldn&#8217;t find out there on the Internet.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gibbonsr.net/2009/02/nfs-and-subversion-it-can-work/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Blogging Software</title>
		<link>http://gibbonsr.net/2009/01/blogging-software/</link>
		<comments>http://gibbonsr.net/2009/01/blogging-software/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 15:29:00 +0000</pubDate>
		<dc:creator>insanity5902</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[web apps]]></category>

		<guid isPermaLink="false">http://wp.gibbonsr.net/?p=9</guid>
		<description><![CDATA[I&#8217;m really torn about what to use for my blogging software. I&#8217;ve gone through many different ones, and ended up on b2evo. I like, I really do, but it is falling behind times, themes are not being developed for it, and I don&#8217;t really have the time to write the things I want for it. [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I&#8217;m really torn about what to use for my blogging software. I&#8217;ve gone through many different ones, and ended up on b2evo. I like, I really do, but it is falling behind times, themes are not being developed for it, and I don&#8217;t really have the time to write the things I want for it.</p>
<p>At the time I picked b2evo, there were some fundamental things I didn&#8217;t like with WordPress. But those things have changed, and I am really thinking about moving to it. Which sucks, but I&#8217;ve started to use my blog, and I have a good handful of blog post I really don&#8217;t want to use. There are some conversion utilities out there, but I&#8217;ve read mixed things about it. I don&#8217;t care too much about the links, I just want the thing to work.</p>
<p>So no point really to do this post, just thinking out loud.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gibbonsr.net/2009/01/blogging-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do you use Email</title>
		<link>http://gibbonsr.net/2008/12/how-do-you-use-email/</link>
		<comments>http://gibbonsr.net/2008/12/how-do-you-use-email/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 16:06:00 +0000</pubDate>
		<dc:creator>insanity5902</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://wp.gibbonsr.net/?p=13</guid>
		<description><![CDATA[Lately I&#8217;ve been reading through Jeff Atwood&#8217;s blog and the blog he maintains with Joel Spolsky over at StackOverflow. I am not focusing on the programing related posts as much as I am about over management of not only people but information in general. Recently Jeff Atwood wrote a blog post about how email is [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Lately I&#8217;ve been reading through <a href="http://www.codinghorror.com/blog/">Jeff Atwood&#8217;s blog</a> and the blog he maintains with <a href="http://www.joelonsoftware.com/">Joel Spolsky</a> over at <a href="http://blog.stackoverflow.com/">StackOverflow</a>. I am not focusing on the programing related posts as much as I am about over management of not only people but information in general. Recently Jeff Atwood wrote a blog post about how <a href="http://www.joelonsoftware.com/">email is basically dead to him</a>. Sure he still uses it, but it describes where e-mail fails and how some of the more social forms of communications are a lot more efficient.</p>
<p>Reading through this, I think most people can relate. Trying to keep that Inbox clean is a time intensive task. I find myself doing just what Jeff describes, adding more content and detail then needs to be in the e-mails, and I get a lot of e-mails like that also. Even my family now is using e-mails to communicate news in the family, pictures and updates on their kids. While it is nice to have this information, being consumed with it is overwhelming. Using micro-blogging services is a why to help cut back on some of the e-mail chatter, while using IM&#8217;s is another way to handle those quick conversations. Jeff also suggest using a blog to answer questions in e-mails. Why answer 20 e-mails separately when one blog post can handle them all. A lot of people use e-mail, thinking it is private and safe. I&#8217;m sorry to tell you, it isn&#8217;t. Go search on Microsoft e-mail and lawsuit, and you will find out what is said in e-mails isn&#8217;t private. So why treat it that why?</p>
<p>I find myself wanting to get away from e-mails, and that form of communication, but I also don&#8217;t have to time to follow blogs all day. We live in a very information driven society. The internet has made us more involved with everyone. We have to be in the know. Most of us enjoy sharing our information. But we, as humans, only have so much capacity. Time, resources, memory; where does everything end. It is a on-going information share.</p>
<p>I think things like IM, blogs, migro-blogging and wiki&#8217;s are all in our future and really have a chance of replacing e-mail. But as long as there are people who have trouble moving to new technology, old technology will stay around, almost dragging us down as we the rest of us try to move on.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://gibbonsr.net/2008/12/how-do-you-use-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
