<?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>My Waste of Bandwidth &#187; Linux</title>
	<atom:link href="http://www.mywasteofbandwidth.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mywasteofbandwidth.com</link>
	<description>A seldomly updated look into my geeky happenings</description>
	<lastBuildDate>Sat, 13 Feb 2010 19:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Rsync Memory Allocation Error</title>
		<link>http://www.mywasteofbandwidth.com/2009/08/02/rsync-memory-allocation-error/</link>
		<comments>http://www.mywasteofbandwidth.com/2009/08/02/rsync-memory-allocation-error/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 15:40:04 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[memory allocation error]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.mywasteofbandwidth.com/?p=136</guid>
		<description><![CDATA[Recently, I&#8217;ve been working to improve our data backups  at home (stay tuned for a future article).  Part of my backup strategy involves syncing our main data repository with a drive in another system.  This is done using rsync, one of my favorite Linux utilities.
I&#8217;ve used rsync successfully for many years, but [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve been working to improve our data backups  at home (stay tuned for a future article).  Part of my backup strategy involves syncing our main data repository with a drive in another system.  This is done using <a href="http://rsync.samba.org/">rsync</a>, one of my favorite Linux utilities.</p>
<p>I&#8217;ve used rsync successfully for many years, but recently I started experiencing a &#8220;memory allocation error(12)&#8221; while syncing data between my Linux system and a Windows Vista system, with the Linux system as the source.  Using the Vista system as the source did not result in this error.</p>
<p>I searched all over the web looking for a resolution, but information was minimal and the best answer I found was to try <a href="http://rsync.samba.org/FAQ.html#4">splitting the  rsync command into smaller chunks</a>.  Unfortunately, that didn&#8217;t work.</p>
<p>I noticed when this error occurred, the shares on the Vista system became inaccessible with a reboot of Windows the only workaround.  This led me to investigate the event logs on the Vista machine.  Lo and behold, there in the system log I see this:</p>
<p><span style="color: #0000ff;">&#8220;The server was unable to allocate from the system nonpaged pool because the server reached the configured limit for nonpaged pool allocations.&#8221;</span></p>
<p>A quick online search for this error message indicated it was caused by a problem with SMBv2, which is the default version of SMB used  in Windows Vista.  However, you can force Vista to use SMBv1 by making a simple registry change.</p>
<p><strong>HKEY_LOCAL_MACHINE</strong> -&gt;<strong>SYSTEM</strong> -&gt;<strong>CurrentControlSet</strong> -&gt;<strong>Services</strong> -&gt;<strong>LanmanServer</strong> -&gt; <strong>Parameters</strong> and create a DWORD called <strong>SMB2</strong> with a value of <strong>0</strong>.</p>
<p>With the value set in the registry and a quick reboot of Vista, rsync was able to complete successfully.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywasteofbandwidth.com/2009/08/02/rsync-memory-allocation-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Shutdown</title>
		<link>http://www.mywasteofbandwidth.com/2009/07/29/core-shutdown/</link>
		<comments>http://www.mywasteofbandwidth.com/2009/07/29/core-shutdown/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 23:09:39 +0000</pubDate>
		<dc:creator>Joel</dc:creator>
				<category><![CDATA[Geek Stuff]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[serenity]]></category>

		<guid isPermaLink="false">http://www.mywasteofbandwidth.com/?p=104</guid>
		<description><![CDATA[After years of seamless operation, I finally shutdown &#8220;Core&#8221;, my home Linux server, for the final time.

Core ran Gentoo on a retired HP Vectra VL420 desktop which I salvaged from one of my previous employers.  The PIII 800 was sufficient to run all the necessary services and apps I needed like email, web server, and [...]]]></description>
			<content:encoded><![CDATA[<p>After years of seamless operation, I finally shutdown &#8220;Core&#8221;, my home Linux server, for the final time.</p>
<p><img class="size-full wp-image-107 alignnone" title="core-shutdown" src="http://www.mywasteofbandwidth.com/wp-content/uploads/2009/07/core-shutdown1.jpg" alt="core-shutdown" width="527" height="329" /></p>
<p>Core ran <a href="http://www.gentoo.org">Gentoo </a>on a retired HP Vectra VL420 desktop which I salvaged from one of my previous employers.  The PIII 800 was sufficient to run all the necessary services and apps I needed like email, web server, and general file storage.  It ran cool and quiet and only drew about 44kw of power while running, but after 4+ years of silently serving the family, I felt it was time to upgrade to a newer server.</p>
<p><img class="alignnone size-full wp-image-120" title="core" src="http://www.mywasteofbandwidth.com/wp-content/uploads/2009/07/IMG_4961-800.jpg" alt="core" width="480" height="360" /><span style="color: #000080;">[<strong>core</strong>]</span></p>
<p>The new server needed to be quiet and power efficient.  I ended up going with an Intel <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16819116072">e5200 cpu</a> with <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820231122">4GB</a> ram running on an <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16813135063">ECS board</a>.   A<a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16822136317"> 1TB Western Digital Green</a> hard drive dedicated to storage (system is on it&#8217;s own drive) and a <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16817151055">Seasonic 300watt power supply</a> (<a href="http://www.80plus.org/">80plus certified</a>) rounded out the parts list.  Total cost was about $300 including the basic case from <a href="http://www.compusa.com">CompUSA</a>.</p>
<p>It took 2 hours to build the server from scratch and about 2 days to install an instance of 64bit <a href="http://www.gentoo.org">Gentoo</a>.  I contemplated installing a different Linux distribution on the new server, but at the last minute I just couldn&#8217;t give up the control I have with <a href="http://www.gentoo.org/">Gentoo</a>.</p>
<p>&#8216;Serenity&#8217; was born.  A week later, I had finished migrating all our, email and other data over to Serenity so Core officially went into retirement.</p>
<p><img class="alignnone size-full wp-image-122" title="serenity" src="http://www.mywasteofbandwidth.com/wp-content/uploads/2009/07/IMG_4986-800.jpg" alt="serenity" width="480" height="360" /><span style="color: #000080;">[<strong>serenity</strong>]</span></p>
<p>Performance-wise, Serenity kicks Core to the curb.  I don&#8217;t have any formal benchmarks between the two to post, but I certainly saw a huge performance gain while compiling operating system.  As per the power efficiency, I&#8217;m right where I wanted to be.  Core was pulling a pretty stable 44w, while Serenity is pulling anywhere between 41w and 44w.  Not bad for a much more powerful server!</p>
<p><a href="http://www.gentoo.org"><img class="alignnone size-full wp-image-124" title="gentoo" src="http://www.mywasteofbandwidth.com/wp-content/uploads/2009/07/szbence-badge1.png" alt="gentoo" width="88" height="31" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mywasteofbandwidth.com/2009/07/29/core-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
