<?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>OpenLogic Blogs &#187; Scott Nicholls</title>
	<atom:link href="http://www.openlogic.com/blogs/author/snicholls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.openlogic.com/blogs</link>
	<description>Openlogic's Community Blog</description>
	<lastBuildDate>Thu, 26 Aug 2010 22:57:55 +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>When is a virus scanner like a virus?</title>
		<link>http://www.openlogic.com/blogs/2007/10/when-is-a-virus-scanner-like-a-virus/</link>
		<comments>http://www.openlogic.com/blogs/2007/10/when-is-a-virus-scanner-like-a-virus/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 18:27:52 +0000</pubDate>
		<dc:creator>Scott Nicholls</dc:creator>
				<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.openlogic.com/blogs/2007/10/when-is-a-virus-scanner-like-a-virus/</guid>
		<description><![CDATA[I spent a few hours on the wrong side of that riddle recently. &#160;
Most of the engineers here at OpenLogic work in some flavor of Linux on their development machines.&#160; When I first received my laptop I attempted to join the crowd and install Ubuntu.&#160; However, due to hardware issues with the video and wireless [...]]]></description>
			<content:encoded><![CDATA[<p>I spent a few hours on the wrong side of that riddle recently. &nbsp;</p>
<p>Most of the engineers here at OpenLogic work in some flavor of Linux on their development machines.&nbsp; When I first received my laptop I attempted to join the crowd and install Ubuntu.&nbsp; However, due to hardware issues with the video and wireless chipsets on the machine I got, I reluctantly decided to back out and go with the standard issue Windows XP and am still running that today.</p>
<p>This past week I joined a new project team working in Ruby on Rails.&nbsp; Having been previously focused on Java projects, I had to install and configure a number of things to get up and running in the new development environment.&nbsp; Part of that setup involved installing a MySQL instance used by the application. &nbsp;</p>
<p>Once I had everything ready to roll, I wanted to run &quot;rake test&quot; to verify that all the tests passed.&nbsp; Well, they didn&#39;t.&nbsp; I realized that I initially set some things in the MySQL configuration to be too restrictive.&nbsp; I&#39;ll spare you the details, as that&#39;s not the point of this blog post.&nbsp; So, I reconfigured, based on the settings another developer had working in Windows. </p>
<p>I ran &quot;rake test&quot; again.&nbsp; Things were looking better.&nbsp; Tests were passing.&nbsp; Feeling good.&nbsp; Nope, boom, suddenly failures left and right.&nbsp; I ran &quot;rake test&quot; again and got failures from the start.&nbsp; The errors that were occurring repeatedly looked something like this:</p>
<pre>ActiveRecord::StatementInvalid: Mysql::Error: </pre>
<pre>Can&#39;t create/write to file &#39;#sql_1830_0.MYD&#39; (Errcode: 17): SHOW FIELDS FROM tags</pre>
<p>&nbsp;</p>
<p>The file it was trying to write to was in the temp data directory under the MySQL installation.&nbsp; I messed with file permissions.&nbsp; I deleted the temp file and ran again.&nbsp; Things started off well, but started failing again mid-stream.&nbsp; I was trying my best to apply logic to the situation rather than jump to the typical re-install, reboot approach it&#39;s so tempting to take when things go wrong in a Windows environment. &nbsp;I decided to peruse some Google search results a little deeper than I had at first.&nbsp; Thankfully, I followed a link to a <a href="http://forums.alfresco.com/viewtopic.php?t=5369&amp;sid=69c1893340e95dc0a512397d42888c4c">post on an Alfresco forum</a>.&nbsp; Obviously the issue I was dealing with had nothing to do with Alfresco, but was dealing with the same MySQL error.</p>
<p>There it was: &quot;The problem is fixed now. Newer version of McAfee was protecting MySql temporary folder.&quot;</p>
<p>No way.&nbsp; Could that really be it?&nbsp; I am running McAfee&#8230;&nbsp; I temporarily disabled the virus checker and ran &quot;rake test&quot; again&#8230;&nbsp; Success.&nbsp; All the tests passed.</p>
<p>Unbelievable.&nbsp; I honestly don&#39;t know that I would have ever thought of that as the possible cause of the problem.&nbsp; Let me just say I am thankful when people like Senthil follow up their posts with the solution they found, even when it wasn&#39;t one someone suggested in a reply. &nbsp;Then again, if I hadn&#39;t found the solution, maybe this would have been the impetus to finally get Linux working on my laptop.&nbsp; Then, afterall, I wouldn&#39;t have much need for a virus scanner anymore.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.openlogic.com/blogs/2007/10/when-is-a-virus-scanner-like-a-virus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Energy</title>
		<link>http://www.openlogic.com/blogs/2007/02/open-source-energy/</link>
		<comments>http://www.openlogic.com/blogs/2007/02/open-source-energy/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 21:42:13 +0000</pubDate>
		<dc:creator>Scott Nicholls</dc:creator>
				<category><![CDATA[Business Models]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.openlogic.com/blogs/2007/02/open-source-energy/</guid>
		<description><![CDATA[As I drove home from work last night in a snow storm that turned my 45-minute commute into a 2-hour-plus crawl, I had time for my mind to wander.&#160; Still, the weather certainly wasn&#39;t far from my mind.&#160; It might seem that, with near-zero temperatures and icy roads, the topic of global warming wouldn&#39;t be [...]]]></description>
			<content:encoded><![CDATA[<p>As I drove home from work last night in a snow storm that turned my 45-minute commute into a 2-hour-plus crawl, I had time for my mind to wander.&nbsp; Still, the weather certainly wasn&#39;t far from my mind.&nbsp; It might seem that, with near-zero temperatures and icy roads, the topic of global warming wouldn&#39;t be my first thought.&nbsp; But, in this year of relentlessly snowy winter weather in the Denver-metro area, one could speculate that these effects could be <a href="http://www.realclimate.org/index.php?p=388">linked</a> in part to global warming.&nbsp; Not to mention, here I was, in one of the thousands of fossil-fuel-burning vehicles trudging along on the highway. &nbsp;</p>
<p>When I awoke this morning and saw the latest dire <a href="http://today.reuters.com/news/articlenews.aspx?type=scienceNews&amp;storyID=2007-02-02T170943Z_01_L01923284_RTRUKOC_0_US-GLOBALWARMING-WRAP.xml&amp;src=E3_globalwarming">report</a> on global warming from the world&#39;s leading scientists, my interest was once again piqued.&nbsp; In a world still dominated by the price of a barrel of oil and controlled by big oil companies and oil-producing nations, the development of alternative energy sources seems slow to take hold despite the growing wealth of environmental concerns.&nbsp;  </p>
<p>So, I did some searching on the Internet and sure enough came across something called the <a href="http://corp.osen.org/Home/tabid/83/Default.aspx">Open Source Energy Network</a>.&nbsp; I&#39;m not familiar with this site or the people behind it, but I do find it very interesting that some people in the energy space also recognize the power behind a community with a common goal.&nbsp; It will be interesting to see if this concept of &quot;open source energy&quot; can be as effective and influential down the line as &quot;open source software&quot; is becoming in the software industry.&nbsp; Without question, the energy industry is one also poised for change. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.openlogic.com/blogs/2007/02/open-source-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
