<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Racker Hacker</title>
	<atom:link href="http://rackerhacker.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rackerhacker.com</link>
	<description>Words of wisdom from a server administrator</description>
	<lastBuildDate>Fri, 10 Feb 2012 00:55:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Getting online with a CradlePoint PHS-300 and an AT&amp;T USBConnect Mercury by Orlando BAtista</title>
		<link>http://rackerhacker.com/2011/12/16/getting-online-with-a-cradlepoint-phs-300-and-an-att-usbconnect-mercury/#comment-27182</link>
		<dc:creator>Orlando BAtista</dc:creator>
		<pubDate>Fri, 10 Feb 2012 00:55:08 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2682#comment-27182</guid>
		<description>Thank you man! I have a way newer model and a new at&amp;t usb modem, and they werent comunicating at all, but by just placing those two lines in the AT Dial Script box, i fixed it!  It was like magic. I did not even think it would work! Thank you!^1000</description>
		<content:encoded><![CDATA[<p>Thank you man! I have a way newer model and a new at&amp;t usb modem, and they werent comunicating at all, but by just placing those two lines in the AT Dial Script box, i fixed it!  It was like magic. I did not even think it would work! Thank you!^1000</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Kerberos-hater&#039;s guide to installing Kerberos by Samuel</title>
		<link>http://rackerhacker.com/2012/02/05/the-kerberos-haters-guide-to-installing-kerberos/#comment-27177</link>
		<dc:creator>Samuel</dc:creator>
		<pubDate>Wed, 08 Feb 2012 19:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2949#comment-27177</guid>
		<description>I will second the use of FreeIPA and SSSD.  It makes the use of Kerberos almost easy and it is rapidly improving.  I use it in a school to manage logins and permissions.</description>
		<content:encoded><![CDATA[<p>I will second the use of FreeIPA and SSSD.  It makes the use of Kerberos almost easy and it is rapidly improving.  I use it in a school to manage logins and permissions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Kerberos-hater&#039;s guide to installing Kerberos by Major Hayden</title>
		<link>http://rackerhacker.com/2012/02/05/the-kerberos-haters-guide-to-installing-kerberos/#comment-27138</link>
		<dc:creator>Major Hayden</dc:creator>
		<pubDate>Mon, 06 Feb 2012 02:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2949#comment-27138</guid>
		<description>Adam - 

Thanks for the tip! I haven&#039;t heard of IPA but it&#039;s something I&#039;ll definitely take a look at very soon!</description>
		<content:encoded><![CDATA[<p>Adam - </p>
<p>Thanks for the tip! I haven't heard of IPA but it's something I'll definitely take a look at very soon!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Kerberos-hater&#039;s guide to installing Kerberos by Adam</title>
		<link>http://rackerhacker.com/2012/02/05/the-kerberos-haters-guide-to-installing-kerberos/#comment-27137</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Mon, 06 Feb 2012 01:08:20 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2949#comment-27137</guid>
		<description>There is a muchg easier way to set up Kerberos now.

Try FreeIPA, or just IPA under RHEL 6.2 and later.  It makes the install of Kerberos signifincantly less painful:

If you just run ipa-server install  it will walkt you through the questions.  

I run it in unattended mode:

ipa-server-install -U -r ` hostname  &#124; tr &#039;[:lower:]&#039; &#039;[:upper:]&#039;`  -p freeipa4all  -a freeipa4all  --setup-dns  --forwarder `awk &#039;/nameserver/ {print $2}&#039; /etc/resolv.conf `


It gives you:

LDAP
Kerberos
Certificate Authority
DNS

It configures Users and groups for you,  as well as doing  centralized SUDO and host based acces control.  Works best in conjunction with SSSD on the client side.</description>
		<content:encoded><![CDATA[<p>There is a muchg easier way to set up Kerberos now.</p>
<p>Try FreeIPA, or just IPA under RHEL 6.2 and later.  It makes the install of Kerberos signifincantly less painful:</p>
<p>If you just run ipa-server install  it will walkt you through the questions.  </p>
<p>I run it in unattended mode:</p>
<p>ipa-server-install -U -r ` hostname  | tr '[:lower:]' '[:upper:]'`  -p freeipa4all  -a freeipa4all  --setup-dns  --forwarder `awk '/nameserver/ {print $2}' /etc/resolv.conf `</p>
<p>It gives you:</p>
<p>LDAP<br />
Kerberos<br />
Certificate Authority<br />
DNS</p>
<p>It configures Users and groups for you,  as well as doing  centralized SUDO and host based acces control.  Works best in conjunction with SSSD on the client side.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kerberos for haters by Basil Kurian</title>
		<link>http://rackerhacker.com/2012/02/02/kerberos-for-haters/#comment-27130</link>
		<dc:creator>Basil Kurian</dc:creator>
		<pubDate>Sun, 05 Feb 2012 05:09:46 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2906#comment-27130</guid>
		<description>&gt;&gt; Every time I decide to learn Kerberos, I google for a couple of Howto, 2 hours later I quit
++ 1

I &#039;m also eagerly waiting for your &#039;how to&#039; on Kerberos.</description>
		<content:encoded><![CDATA[<p>&gt;&gt; Every time I decide to learn Kerberos, I google for a couple of Howto, 2 hours later I quit<br />
++ 1</p>
<p>I 'm also eagerly waiting for your 'how to' on Kerberos.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kerberos for haters by Sami</title>
		<link>http://rackerhacker.com/2012/02/02/kerberos-for-haters/#comment-27117</link>
		<dc:creator>Sami</dc:creator>
		<pubDate>Sat, 04 Feb 2012 07:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2906#comment-27117</guid>
		<description>Man! I understood nothing. Every time I decide to learn Kerberos, I google for a couple of Howto, 2 hours later I quit :)

Which 2 exams are these? Can&#039;t wait for your howto!!!! :D</description>
		<content:encoded><![CDATA[<p>Man! I understood nothing. Every time I decide to learn Kerberos, I google for a couple of Howto, 2 hours later I quit <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Which 2 exams are these? Can't wait for your howto!!!! <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Kerberos for haters by Mattias Geniar</title>
		<link>http://rackerhacker.com/2012/02/02/kerberos-for-haters/#comment-27113</link>
		<dc:creator>Mattias Geniar</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:15:30 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2906#comment-27113</guid>
		<description>And to make this even more cumbersome: if you&#039;re trying to authenticate via LDAPs over the default nss_ldap package, you&#039;ll find it&#039;s been bugged for a few years in RHEL5 with noone stepping up to fix it. Good times. :-)</description>
		<content:encoded><![CDATA[<p>And to make this even more cumbersome: if you're trying to authenticate via LDAPs over the default nss_ldap package, you'll find it's been bugged for a few years in RHEL5 with noone stepping up to fix it. Good times. <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syncing an iPhone with a new Mac without hassles by Ryan</title>
		<link>http://rackerhacker.com/2008/11/02/syncing-an-iphone-with-a-new-mac-without-hassles/#comment-27110</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Fri, 03 Feb 2012 11:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=551#comment-27110</guid>
		<description>This works great! Thank you so much!</description>
		<content:encoded><![CDATA[<p>This works great! Thank you so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing Excel files into MySQL with PHP by supraja</title>
		<link>http://rackerhacker.com/2008/11/07/importing-excel-files-into-mysql-with-php/#comment-27109</link>
		<dc:creator>supraja</dc:creator>
		<pubDate>Fri, 03 Feb 2012 10:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=601#comment-27109</guid>
		<description>setOutputEncoding(&#039;CP1251&#039;);
$data-&gt;read(&#039;example.xls&#039;);
 
$conn = mysql_connect(&quot;10.40.20.201&quot;,&quot;root&quot;,&quot;tanla@123&quot;);
mysql_select_db(&quot;voiceobd&quot;,$conn);
 
for ($x = 2; $xsheets[0][&quot;cells&quot;]); $x++)
{
    $msisdn=$data-&gt;sheets[0][&quot;cells&quot;][$x][1];
    $achievement=$data-&gt;sheets[0][&quot;cells&quot;][$x][2];
    $date=$data-&gt;sheets[0][&quot;cells&quot;][$x][3];
    $sql=&quot;INSERT INTO achievementlist (msisdn,achieved,date)VALUES (&#039;$msisdn&#039;,$achievement,&#039;$date&#039;)&quot;;
    echo $sql.&quot;\n&quot;;
    mysql_query($sql);
}
?&gt;




after executing it is showing:

The filename example.xls is not readable</description>
		<content:encoded><![CDATA[<p>setOutputEncoding('CP1251');<br />
$data-&gt;read('example.xls');</p>
<p>$conn = mysql_connect("10.40.20.201","root","tanla@123");<br />
mysql_select_db("voiceobd",$conn);</p>
<p>for ($x = 2; $xsheets[0]["cells"]); $x++)<br />
{<br />
    $msisdn=$data-&gt;sheets[0]["cells"][$x][1];<br />
    $achievement=$data-&gt;sheets[0]["cells"][$x][2];<br />
    $date=$data-&gt;sheets[0]["cells"][$x][3];<br />
    $sql="INSERT INTO achievementlist (msisdn,achieved,date)VALUES ('$msisdn',$achievement,'$date')";<br />
    echo $sql."\n";<br />
    mysql_query($sql);<br />
}<br />
?&gt;</p>
<p>after executing it is showing:</p>
<p>The filename example.xls is not readable</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XenServer 6: Storage repository on software RAID by C17R1x</title>
		<link>http://rackerhacker.com/2012/01/16/xenserver-6-storage-repository-on-software-raid/#comment-27091</link>
		<dc:creator>C17R1x</dc:creator>
		<pubDate>Wed, 01 Feb 2012 17:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2777#comment-27091</guid>
		<description>Thank you very much :)

worked very well for me !

Best Regards
Chris</description>
		<content:encoded><![CDATA[<p>Thank you very much <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>worked very well for me !</p>
<p>Best Regards<br />
Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EXT3-fs error (device hda3) in start_transaction: Journal has aborted by Andre2Nice</title>
		<link>http://rackerhacker.com/2007/11/20/ext3-fs-error-device-hda3-in-start_transaction-journal-has-aborted/#comment-27060</link>
		<dc:creator>Andre2Nice</dc:creator>
		<pubDate>Tue, 31 Jan 2012 15:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/11/20/ext3-fs-error-device-hda3-in-start_transaction-journal-has-aborted/#comment-27060</guid>
		<description>SUPER!!!!!

Merci, j&#039;ai eu ce pb en prod cet aprem, et ton truc m&#039;a sauvé la vie.....</description>
		<content:encoded><![CDATA[<p>SUPER!!!!!</p>
<p>Merci, j'ai eu ce pb en prod cet aprem, et ton truc m'a sauvé la vie.....</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on /bin/tar: Argument list too long by chewie</title>
		<link>http://rackerhacker.com/2007/07/05/bintar-argument-list-too-long/#comment-27049</link>
		<dc:creator>chewie</dc:creator>
		<pubDate>Mon, 30 Jan 2012 15:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/2007/07/05/bintar-argument-list-too-long/#comment-27049</guid>
		<description>THX --&gt; what a beautiful work arround... :)
regards
chewie</description>
		<content:encoded><![CDATA[<p>THX --&gt; what a beautiful work arround... <img src='http://rackerhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
regards<br />
chewie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing the time zone in irssi by fzeta</title>
		<link>http://rackerhacker.com/2009/11/03/changing-the-time-zone-in-irssi/#comment-27042</link>
		<dc:creator>fzeta</dc:creator>
		<pubDate>Sun, 29 Jan 2012 15:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1028#comment-27042</guid>
		<description>Madrid España :
/script exec $ENV{&#039;TZ&#039;}=&#039;UTC-1&#039;;</description>
		<content:encoded><![CDATA[<p>Madrid España :<br />
/script exec $ENV{'TZ'}='UTC-1';</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPAN: Automatically install dependencies without confirmation by Ashwini</title>
		<link>http://rackerhacker.com/2009/01/01/cpan-automatically-install-dependencies-without-confirmation/#comment-27018</link>
		<dc:creator>Ashwini</dc:creator>
		<pubDate>Fri, 27 Jan 2012 08:19:36 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=661#comment-27018</guid>
		<description>Hi,

I have been facing issues with the last part of the installation:


First, pick a nearby continent and country by typing in the number(s)
in front of the item(s) you want to select. You can pick several of
each, separated by spaces. Then, you will be presented with a list of
URLs of CPAN mirrors in the countries you selected, along with
previously selected URLs. Select some of those URLs, or just keep the
old list. Finally, you will be prompted for any extra URLs -- file:,
ftp:, or http: -- that host a CPAN mirror.

(1) Africa
(2) Asia
(3) Central America
(4) Europe
(5) North America
(6) Oceania
(7) South America
Select your continent (or several nearby continents) [] 
Sorry! since you don&#039;t have any existing picks, you must make a
geographic selection.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have been facing issues with the last part of the installation:</p>
<p>First, pick a nearby continent and country by typing in the number(s)<br />
in front of the item(s) you want to select. You can pick several of<br />
each, separated by spaces. Then, you will be presented with a list of<br />
URLs of CPAN mirrors in the countries you selected, along with<br />
previously selected URLs. Select some of those URLs, or just keep the<br />
old list. Finally, you will be prompted for any extra URLs -- file:,<br />
ftp:, or http: -- that host a CPAN mirror.</p>
<p>(1) Africa<br />
(2) Asia<br />
(3) Central America<br />
(4) Europe<br />
(5) North America<br />
(6) Oceania<br />
(7) South America<br />
Select your continent (or several nearby continents) []<br />
Sorry! since you don't have any existing picks, you must make a<br />
geographic selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XenServer 6: Storage repository on software RAID by Samat T</title>
		<link>http://rackerhacker.com/2012/01/16/xenserver-6-storage-repository-on-software-raid/#comment-27014</link>
		<dc:creator>Samat T</dc:creator>
		<pubDate>Fri, 27 Jan 2012 05:35:34 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2777#comment-27014</guid>
		<description>One question: How can I restore the data if my sda will die? I will have only the Storage mirror</description>
		<content:encoded><![CDATA[<p>One question: How can I restore the data if my sda will die? I will have only the Storage mirror</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XenServer 6: Storage repository on software RAID by Samat T</title>
		<link>http://rackerhacker.com/2012/01/16/xenserver-6-storage-repository-on-software-raid/#comment-27012</link>
		<dc:creator>Samat T</dc:creator>
		<pubDate>Fri, 27 Jan 2012 04:42:58 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2777#comment-27012</guid>
		<description>THanks, Just have RAID 1 builed.</description>
		<content:encoded><![CDATA[<p>THanks, Just have RAID 1 builed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I use Plesk by Major Hayden</title>
		<link>http://rackerhacker.com/2008/06/17/why-i-use-plesk/#comment-27000</link>
		<dc:creator>Major Hayden</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=310#comment-27000</guid>
		<description>Emily - 

I&#039;ve found CPanel to be hit or miss for me in the past.  There were some situations where it performed better and more reliably than Plesk, but it seems like Plesk did more of what I needed in the majority of situations.</description>
		<content:encoded><![CDATA[<p>Emily - </p>
<p>I've found CPanel to be hit or miss for me in the past.  There were some situations where it performed better and more reliably than Plesk, but it seems like Plesk did more of what I needed in the majority of situations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with SELinux by Major Hayden</title>
		<link>http://rackerhacker.com/2012/01/25/getting-started-with-selinux/#comment-26999</link>
		<dc:creator>Major Hayden</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2838#comment-26999</guid>
		<description>Pieter - 

Thanks! My goal was to get more people using SELinux and to give them the confidence to fix any problems that they find.  I&#039;ll probably put together a post about writing SELinux policies (with audit2allow) pretty soon.</description>
		<content:encoded><![CDATA[<p>Pieter - </p>
<p>Thanks! My goal was to get more people using SELinux and to give them the confidence to fix any problems that they find.  I'll probably put together a post about writing SELinux policies (with audit2allow) pretty soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting started with SELinux by Pieter</title>
		<link>http://rackerhacker.com/2012/01/25/getting-started-with-selinux/#comment-26998</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Thu, 26 Jan 2012 15:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=2838#comment-26998</guid>
		<description>Nice tutorial. Hope you will keep it up with more information for example howto fix denials. A tutorial howto write policies would be really cool too although I guess that requires much more advanced knowledge about SELinux.</description>
		<content:encoded><![CDATA[<p>Nice tutorial. Hope you will keep it up with more information for example howto fix denials. A tutorial howto write policies would be really cool too although I guess that requires much more advanced knowledge about SELinux.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I use Plesk by Emily</title>
		<link>http://rackerhacker.com/2008/06/17/why-i-use-plesk/#comment-26963</link>
		<dc:creator>Emily</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=310#comment-26963</guid>
		<description>Cpanel anyone? Honestly, I&#039;ve used Plesk, DirectAdmin and CPanel. I would recommend using cpanel any day. Have you looked into it at all?</description>
		<content:encoded><![CDATA[<p>Cpanel anyone? Honestly, I've used Plesk, DirectAdmin and CPanel. I would recommend using cpanel any day. Have you looked into it at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Importing Excel files into MySQL with PHP by asma</title>
		<link>http://rackerhacker.com/2008/11/07/importing-excel-files-into-mysql-with-php/#comment-26954</link>
		<dc:creator>asma</dc:creator>
		<pubDate>Tue, 24 Jan 2012 10:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=601#comment-26954</guid>
		<description>hello
the program  works but when I home him  I find these problems
&quot;Notice: Uninitialized string offset: 2199023255040 in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 27&quot; and 
Notice: Undefined index: in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 136
and 
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 131
plz help me</description>
		<content:encoded><![CDATA[<p>hello<br />
the program  works but when I home him  I find these problems<br />
"Notice: Uninitialized string offset: 2199023255040 in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 27" and<br />
Notice: Undefined index: in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 136<br />
and<br />
Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /home/suptec/public_html/charlemagne/Excel/oleread.php on line 131<br />
plz help me</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux: Adjust storage kernel module load order by monke2123</title>
		<link>http://rackerhacker.com/2009/01/26/linux-adjust-storage-kernel-module-load-order/#comment-26926</link>
		<dc:creator>monke2123</dc:creator>
		<pubDate>Fri, 20 Jan 2012 18:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=717#comment-26926</guid>
		<description>I&#039;m running Debian squeeze and had the same problem.  The blacklisting and specifing the order in /etc/modules did not work for me. 

per Tweeks suggestion I put:

alias scsi_hostadapter0 ahci
alias scsi_hostadapter1 sata_sil24

at the end of /etc/modprobe.d/aliases.conf and that did the trick for me.

(ahci the driver my system is using for the onboard sata drives)

Thanks Tweeks!</description>
		<content:encoded><![CDATA[<p>I'm running Debian squeeze and had the same problem.  The blacklisting and specifing the order in /etc/modules did not work for me. </p>
<p>per Tweeks suggestion I put:</p>
<p>alias scsi_hostadapter0 ahci<br />
alias scsi_hostadapter1 sata_sil24</p>
<p>at the end of /etc/modprobe.d/aliases.conf and that did the trick for me.</p>
<p>(ahci the driver my system is using for the onboard sata drives)</p>
<p>Thanks Tweeks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up a redundant database and caching layer by chukaman</title>
		<link>http://rackerhacker.com/redundant-cloud-hosting-configuration-guide/setting-up-a-redundant-database-and-caching-layer/#comment-26894</link>
		<dc:creator>chukaman</dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/#comment-26894</guid>
		<description>You know that you didn&#039;t ever correct &lt;a href=&quot;http://rackerhacker.com/redundant-cloud-hosting-configuration-guide/setting-up-a-redundant-database-and-caching-layer/#comment-16739&quot; rel=&quot;nofollow&quot;&gt;this issue&lt;/a&gt;...</description>
		<content:encoded><![CDATA[<p>You know that you didn't ever correct <a href="http://rackerhacker.com/redundant-cloud-hosting-configuration-guide/setting-up-a-redundant-database-and-caching-layer/#comment-16739" rel="nofollow">this issue</a>...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress + W3 Total Cache + MaxCDN How-To by Dustin</title>
		<link>http://rackerhacker.com/2010/02/13/wordpress-w3-total-cache-maxcdn/#comment-26867</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Mon, 16 Jan 2012 03:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://rackerhacker.com/?p=1175#comment-26867</guid>
		<description>thanks so much for this post! I prefer pull cdns to push cdns.</description>
		<content:encoded><![CDATA[<p>thanks so much for this post! I prefer pull cdns to push cdns.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Delete single iptables rules by noahrama</title>
		<link>http://rackerhacker.com/2007/02/09/delete-single-iptables-rules/#comment-26780</link>
		<dc:creator>noahrama</dc:creator>
		<pubDate>Thu, 12 Jan 2012 16:24:37 +0000</pubDate>
		<guid isPermaLink="false">http://fix.mhtx.net/2007/02/09/delete-single-iptables-rules/#comment-26780</guid>
		<description>This is the best way to view chain numbers

iptables -L INPUT --line-numbers

you can also substitute with OUTPUT etc</description>
		<content:encoded><![CDATA[<p>This is the best way to view chain numbers</p>
<p>iptables -L INPUT --line-numbers</p>
<p>you can also substitute with OUTPUT etc</p>
]]></content:encoded>
	</item>
</channel>
</rss>

