<?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>javier arturo rodríguez</title>
	<atom:link href="http://javier.rodriguez.org.mx/index.php/feed" rel="self" type="application/rss+xml" />
	<link>http://javier.rodriguez.org.mx</link>
	<description>random musings</description>
	<lastBuildDate>Mon, 23 Jul 2012 09:08:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>uHOWTO: NTP in Windows 2003 &#8211; manual intervention required</title>
		<link>http://javier.rodriguez.org.mx/index.php/2012/07/23/ntp-in-windows-2003-manual-intervention-required?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ntp-in-windows-2003-manual-intervention-required</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2012/07/23/ntp-in-windows-2003-manual-intervention-required#comments</comments>
		<pubDate>Mon, 23 Jul 2012 08:25:27 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=292</guid>
		<description><![CDATA[Up to Windows 2000, using an NTP server as the time source was as simple as entering the server address in the Time/Date control panel. From 2003 onwards, you must follow the procedure detailed in KB816042 to configure the Windows Time service to use an external time source. Paraphrasing: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type=&#8221;NTP&#8221; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags=5 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer=1 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters=&#8221;pool.ntp.org,0&#215;1&#8243; HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval=900 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection=3600 [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://javier.rodriguez.org.mx/wp-content/uploads/2012/07/nbs-1-150x150.jpg" alt="Atomic Clock" title="nbs-1" width="150" height="150" class="alignleft size-thumbnail wp-image-293" /></a> Up to Windows 2000, using an NTP server as the time source was as simple as entering the server address in the Time/Date control panel. From 2003 onwards, you must follow the procedure detailed in <a href="http://support.microsoft.com/kb/816042">KB816042</a> to configure the Windows Time service to use an external time source. </p>
<p>Paraphrasing:</p>
<ul>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type=&#8221;NTP&#8221;</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\AnnounceFlags=5</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer=1</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters=&#8221;<b>pool.ntp.org</b>,0&#215;1&#8243;</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpClient\SpecialPollInterval=900</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxPosPhaseCorrection=3600</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config\MaxNegPhaseCorrection =3600</li>
<li>net stop w32time &#038;&#038; net start w32time</li>
</ul>
<p>You may replace <b>pool.ntp.org</b> above for any other server (or servers, space-separated) with &#8220;,0&#215;1&#8243; after each host name. And keep an eye in the Event Log after you restart the service.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2012/07/23/ntp-in-windows-2003-manual-intervention-required/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL fails after upgrade to 5.1 on Debian Squeeze</title>
		<link>http://javier.rodriguez.org.mx/index.php/2012/06/11/mysql-fails-after-upgrade-to-5-1-on-debian-squeeze?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mysql-fails-after-upgrade-to-5-1-on-debian-squeeze</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2012/06/11/mysql-fails-after-upgrade-to-5-1-on-debian-squeeze#comments</comments>
		<pubDate>Mon, 11 Jun 2012 06:34:41 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=256</guid>
		<description><![CDATA[Are you running Debian Squeeze? Did you upgrade to mysql-server-5.1 ? Are you getting a message like this? Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed! Did you read /usr/share/doc/mysql-server-5.1/README.Debian.gz ? Go read it again and this time *comment out* skip-bdb in /etc/mysql/my.cnf: [...]]]></description>
				<content:encoded><![CDATA[<p>Are you running Debian Squeeze?<br />
Did you upgrade to mysql-server-5.1 ?<br />
Are you getting a message like this?</p>
<pre>Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!</pre>
<p>Did you read /usr/share/doc/mysql-server-5.1/README.Debian.gz ?<br />
Go read it again and this time *comment out* skip-bdb in /etc/mysql/my.cnf:</p>
<div class="codesnip-container" >perl -i.bak -pe &#8216;s/^(skip-bdb)/#$1/&#8217; /etc/mysql/my.cnf</div>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2012/06/11/mysql-fails-after-upgrade-to-5-1-on-debian-squeeze/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing vmnetcfg.exe?</title>
		<link>http://javier.rodriguez.org.mx/index.php/2010/10/07/missing-vmnetcfg-exe?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=missing-vmnetcfg-exe</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2010/10/07/missing-vmnetcfg-exe#comments</comments>
		<pubDate>Thu, 07 Oct 2010 06:57:11 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=239</guid>
		<description><![CDATA[It turns out that from VMware Player 3.0 onwards, vmnetcfg.exe is included in the installer package but is not installed by default, so configuring NAT or additional network interfaces is next to impossible. Luckily, Tony has devised a solution for this particularly annoying problem.]]></description>
				<content:encoded><![CDATA[<p><img src="http://javier.rodriguez.org.mx/wp-content/uploads/2010/10/vmnetcfg-150x150.jpg" alt="" title="vmnetcfg" width="150" height="150" class="alignleft size-thumbnail wp-image-240" align="left" />It turns out that from VMware Player 3.0 onwards, vmnetcfg.exe is included in the installer package but is not installed by default, so configuring NAT or additional network interfaces is next to impossible. Luckily, <a href="http://www.sohoadvisers.com/tutorials/32-vmware-player/64-vmware-player-vmnetcfg">Tony has devised a solution</a> for this particularly annoying problem.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2010/10/07/missing-vmnetcfg-exe/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link:  JSESSIONID considered harmful</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/04/16/link-jsessionid-considered-harmful?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=link-jsessionid-considered-harmful</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/04/16/link-jsessionid-considered-harmful#comments</comments>
		<pubDate>Thu, 16 Apr 2009 14:00:13 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=227</guid>
		<description><![CDATA[Craig Condit makes a strong case against JSESSIONID in JSESSIONID considered harmful. And I just learned that it is disabled by default in Grails 1.1.]]></description>
				<content:encoded><![CDATA[<p><a href="">Craig Condit</a> makes a strong case against JSESSIONID in <a href="http://randomcoder.com/articles/jsessionid-considered-harmful">JSESSIONID considered harmful</a>. And I just learned that it is <a href="http://jira.codehaus.org/browse/GRAILS-3364">disabled by default in Grails 1.1</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/04/16/link-jsessionid-considered-harmful/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>uHOWTO: Force script recompilation in embedded Perl Nagios</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/04/14/uhowto-force-script-recompilation-in-embedded-perl-nagios?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uhowto-force-script-recompilation-in-embedded-perl-nagios</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/04/14/uhowto-force-script-recompilation-in-embedded-perl-nagios#comments</comments>
		<pubDate>Wed, 15 Apr 2009 05:46:16 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=198</guid>
		<description><![CDATA[I just implemented elwell&#8217;s notify_via_jabber and it did not work at first. I got the following message in nagios.log: I promptly apt-get installed libnet-xmpp-perl but the problem persisted &#8212; with the exact same error message. But Net::XMPP was now there!! Well it happens that Embedded Perl Nagios (ePN) caches the compiled script and does not [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://javier.rodriguez.org.mx/wp-content/uploads/2009/04/nagios.png" alt="nagios" title="nagios" width="150" height="68" class="alignleft size-full wp-image-224" align="left" />I just implemented <a href="http://scotgrid.blogspot.com/2007/05/jabber-dabba-do.html">elwell&#8217;s notify_via_jabber</a> and it did not work at first. I got the following message in nagios.log:</p>
<div class="codesnip-container" >[1237223883] **ePN failed to compile /usr/local/bin/notify_via_jabber: &#8220;Can&#8217;t locate Net/XMPP.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/sh<br />
are/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 1) line 14,<br />
BEGIN failed&#8211;compilatio&#8221; at /usr/lib/nagios2/p1.pl line 157.</div>
<p>I promptly apt-get installed libnet-xmpp-perl but the problem persisted &#8212; with the exact same error message. But Net::XMPP was now there!!<br />
Well it happens that Embedded Perl Nagios (ePN) caches the compiled script and does not try to recompile it until its timestamp changes. So I touched(1) the script and this time the dependency was resolved correctly and the script was compiled sucessfully.<br />
<script>
# touch /usr/local/bin/notify_via_jabber
</script><br />
This is probably documented somewhere, but I could not find any reference to this kind of problem with Nagios cached scripts so I tought I would share this simple recipe.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/04/14/uhowto-force-script-recompilation-in-embedded-perl-nagios/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A dubious cure for shyness</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/04/06/a-dubious-cure-for-shyness?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-dubious-cure-for-shyness</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/04/06/a-dubious-cure-for-shyness#comments</comments>
		<pubDate>Mon, 06 Apr 2009 14:08:50 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=214</guid>
		<description><![CDATA[As it turns out, there is a &#8220;cure&#8221; for shyness. Seth Stevenson&#8217;s story &#8220;Extroverted Like Me&#8221; is a journey into the world of coolness through chemical aids but it quickly turns into a cautionary tale for those willing to overcome their social awkwardness through the use of mood-altering drugs. Chocolate still seems safe.]]></description>
				<content:encoded><![CDATA[<p><img src="http://javier.rodriguez.org.mx/wp-content/uploads/2009/04/paxil-150x150.jpg" alt="paxil" title="paxil" width="150" height="150" class="alignleft size-thumbnail wp-image-213" /> As it turns out, there is a &#8220;cure&#8221; for shyness. <a href="http://www.slate.com/id/2143243/?">Seth Stevenson&#8217;s story &#8220;Extroverted Like Me&#8221;</a> is a journey into the world of coolness through chemical aids but it quickly turns into a cautionary tale for those willing to overcome their social awkwardness through the use of mood-altering drugs.<br />
<a href="http://www.dailymail.co.uk/sciencetech/article-1166917/How-cup-hot-chocolate-boost-brain-power-stave-fatigue.html">Chocolate still seems safe</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/04/06/a-dubious-cure-for-shyness/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>U2 360º</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/04/01/u2-360deg?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=u2-360deg</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/04/01/u2-360deg#comments</comments>
		<pubDate>Wed, 01 Apr 2009 08:13:28 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=209</guid>
		<description><![CDATA[In other news, I just got my tickets for U2s&#8217; first concert of the 360º tour in Barcelona!!! *Yay!*. Thanks, Jordi!]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/codehead/3401360066/"><img src="http://farm4.static.flickr.com/3606/3401360066_1ff90fab1f_t.jpg" align="left"/></a>In other news, I just got my tickets for U2s&#8217; first concert of the <a href="http://360.u2.com/">360º tour</a> <a href="http://www.u2.com/tour/index/">in Barcelona</a>!!! *Yay!*. Thanks, <a href="http://elblogdelfernan.blogspot.com/">Jordi</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/04/01/u2-360deg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uHOWTO: Recover an empty Podcast playlist in iTunes</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/03/30/uhowto-recover-an-empty-podcast-playlist-in-itunes?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uhowto-recover-an-empty-podcast-playlist-in-itunes</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/03/30/uhowto-recover-an-empty-podcast-playlist-in-itunes#comments</comments>
		<pubDate>Mon, 30 Mar 2009 08:20:44 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[iTunes]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=188</guid>
		<description><![CDATA[Our main iTunes box had flaky RAM -a heck of a problem to debug by itself- so it used to BSOD quite a lot during the past couple of months. One of the most common side effects was that the iTunes Podcast playlist would appear empty every now and then. Luckily this is addressed in [...]]]></description>
				<content:encoded><![CDATA[<p><img src="http://javier.rodriguez.org.mx/wp-content/uploads/2009/03/podcast-small.png" alt="Podcast" title="podcast-small" width="75" height="75" class="size-full wp-image-200" align="left"/>Our main iTunes box had flaky RAM -a heck of a problem to debug by itself- so it used to BSOD quite a lot during the past couple of months. One of the most common side effects was that the iTunes Podcast playlist would   appear empty every now and then. Luckily this is addressed in the <a href="http://support.apple.com/kb/HT2562">Apple Knowledge Base</a> and the solution amounts to using File|Add Folder to Library to add the {iTunes Music folder}/podcast folder to the library. Then you will have to re-activate your subscriptions by pressing the &#8220;Subscribe&#8221; button for all your favorite podcasts.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/03/30/uhowto-recover-an-empty-podcast-playlist-in-itunes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uHOWTO: Recover stuck modified keys from VMware Player or Workstation</title>
		<link>http://javier.rodriguez.org.mx/index.php/2009/01/15/uhowto-recover-stuck-modified-keys-from-vmware-player-or-workstation?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uhowto-recover-stuck-modified-keys-from-vmware-player-or-workstation</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2009/01/15/uhowto-recover-stuck-modified-keys-from-vmware-player-or-workstation#comments</comments>
		<pubDate>Thu, 15 Jan 2009 14:12:53 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[sh]]></category>
		<category><![CDATA[SysAdmin]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[x11]]></category>
		<category><![CDATA[xmodmap]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=193</guid>
		<description><![CDATA[If you use VMware Player or VMware workstation under Linux and you&#8217;re an alt-tab fan like me, you might end up with stuck modifier keys, so you can&#8217;t use keys like Ctrl, Alt or Shift outside of VMware. Xiao Feng has written a nice script to recover from this annoying condition without having to reboot, [...]]]></description>
				<content:encoded><![CDATA[<p>If you use VMware Player or VMware workstation under Linux and you&#8217;re an alt-tab fan like me, you might end up with stuck modifier keys, so you can&#8217;t use keys like Ctrl, Alt or Shift outside of VMware. Xiao Feng has written a <a href="http://bitubique.com/tutorials/recovering-from-stuck-modifier-keys">nice script</a> to recover from this annoying condition without having to reboot, and I tought I&#8217;d share it with everyone out there:</p>
<div class="codesnip-container" >
<div class="bash codesnip" style="font-family:monospace;"><span class="co0">#!/bin/sh</span><br />
<span class="co0"># Xiao Feng&#8217;s &quot;Recovering from stuck modifier keys caused by VMware&quot;</span><br />
<span class="co0"># http://bitubique.com/tutorials/recovering-from-stuck-modifier-keys</span><br />
<span class="sy0">/</span>usr<span class="sy0">/</span>bin<span class="sy0">/</span><span class="kw2">xmodmap</span> &#8211; <span class="co2">&lt;&lt; fixme<br />
clear shift<br />
add shift = Shift_L Shift_R<br />
clear lock<br />
add lock = Caps_Lock<br />
clear control<br />
add control = Control_L Control_R<br />
clear mod1<br />
add mod1 = Alt_L Alt_R<br />
clear mod2<br />
add mod2 = Num_Lock<br />
clear mod3<br />
clear mod4<br />
add mod4 = Super_L Super_R<br />
clear mod5<br />
add mod5 = Scroll_Lock<br />
fixme</span><br />
<span class="kw2">xset</span> r on<br />
<span class="kw2">xset</span> m 3.5 4<br />
<span class="kw2">xset</span> b off<br />
<span class="kw2">xset</span> s off</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2009/01/15/uhowto-recover-stuck-modified-keys-from-vmware-player-or-workstation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>uHOWTO: Speed up RAID resync</title>
		<link>http://javier.rodriguez.org.mx/index.php/2008/12/15/uhowto-speed-up-raid-resync?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uhowto-speed-up-raid-resync</link>
		<comments>http://javier.rodriguez.org.mx/index.php/2008/12/15/uhowto-speed-up-raid-resync#comments</comments>
		<pubDate>Mon, 15 Dec 2008 06:54:37 +0000</pubDate>
		<dc:creator>javier</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[SysAdmin]]></category>

		<guid isPermaLink="false">http://javier.rodriguez.org.mx/?p=190</guid>
		<description><![CDATA[So you&#8217;re tired of watching the grass grow while your Linux RAID2 array rebuilds itself. Let&#8217;s take care of it: $ echo 10000 > /proc/sys/dev/raid/speed_limit_min This should give you a 10x speedup over the 1000kB/sec default &#8212; subject to the limitations of your actual bus bandwidth, of course.]]></description>
				<content:encoded><![CDATA[<p>So you&#8217;re tired of watching the grass grow while your Linux RAID2 array rebuilds itself.  Let&#8217;s take care of it:<br />
<code language="sh"><br />
$  echo 10000 > /proc/sys/dev/raid/speed_limit_min<br />
</code><br />
This should give you a 10x speedup over the 1000kB/sec default &#8212; subject to the limitations of your actual bus bandwidth, of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://javier.rodriguez.org.mx/index.php/2008/12/15/uhowto-speed-up-raid-resync/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->