<?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 blog.milford.io</title>
	<atom:link href="http://blog.milford.io/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milford.io</link>
	<description>a personal knowledge dump.</description>
	<lastBuildDate>Mon, 20 Feb 2012 14:20:00 +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 In which I give a server to some kids. by Bryan Roy</title>
		<link>http://blog.milford.io/2012/01/in-which-i-give-a-server-to-some-kids/#comment-196</link>
		<dc:creator>Bryan Roy</dc:creator>
		<pubDate>Mon, 20 Feb 2012 14:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=826#comment-196</guid>
		<description>Great story and also this is the type of stuff that makes the world just a bit better than yesterday!  Thank you Nathan for taking a bit of time for these, by chance kids, and inspiring us all!</description>
		<content:encoded><![CDATA[<p>Great story and also this is the type of stuff that makes the world just a bit better than yesterday!  Thank you Nathan for taking a bit of time for these, by chance kids, and inspiring us all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Daemonizing the Apache Hive Thrift server on CentOS by Julien</title>
		<link>http://blog.milford.io/2010/06/daemonizing-the-apache-hive-thrift-server-on-centos/#comment-195</link>
		<dc:creator>Julien</dc:creator>
		<pubDate>Thu, 16 Feb 2012 20:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=33#comment-195</guid>
		<description>If only I could make such a script on debian...</description>
		<content:encoded><![CDATA[<p>If only I could make such a script on debian&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building and Installing Python 2.7 RPMs on CentOS 5.7 by Benjamin Clark</title>
		<link>http://blog.milford.io/2012/01/building-and-installing-python-2-7-rpms-on-centos-5-7/#comment-193</link>
		<dc:creator>Benjamin Clark</dc:creator>
		<pubDate>Wed, 15 Feb 2012 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=749#comment-193</guid>
		<description>Thank you very much for all this.  I have found that these spec files work almost unchanged for centos6.
I had to add this to the spec:
Provides: python-abi = %{libvers}
Provides: python(abi) = %{libvers}
in order to get devel, debug and tkinter to install.  I hope that&#039;s not going to mess up the &#039;alt&#039; aspect of the install.

One question.  I think this probably didn&#039;t originate with you, but why does setuptools need python-devel?  Why not just python?  Isn&#039;t one of the nice things about working with easy_install the fact that you can use platform-specific eggs and not have to have your build tools on all your servers?</description>
		<content:encoded><![CDATA[<p>Thank you very much for all this.  I have found that these spec files work almost unchanged for centos6.<br />
I had to add this to the spec:<br />
Provides: python-abi = %{libvers}<br />
Provides: python(abi) = %{libvers}<br />
in order to get devel, debug and tkinter to install.  I hope that&#8217;s not going to mess up the &#8216;alt&#8217; aspect of the install.</p>
<p>One question.  I think this probably didn&#8217;t originate with you, but why does setuptools need python-devel?  Why not just python?  Isn&#8217;t one of the nice things about working with easy_install the fact that you can use platform-specific eggs and not have to have your build tools on all your servers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Automating Some Cassandra Maintenance by Wartus</title>
		<link>http://blog.milford.io/2012/01/automating-some-cassandra-maintenance/#comment-191</link>
		<dc:creator>Wartus</dc:creator>
		<pubDate>Thu, 09 Feb 2012 09:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=813#comment-191</guid>
		<description>Thanks Nathan!

I got one question: Datastax recommends not to run major compactions anymore, is there any particular reason your still running those?

http://www.datastax.com/docs/1.0/operations/tuning (all the way at the bottom)</description>
		<content:encoded><![CDATA[<p>Thanks Nathan!</p>
<p>I got one question: Datastax recommends not to run major compactions anymore, is there any particular reason your still running those?</p>
<p><a href="http://www.datastax.com/docs/1.0/operations/tuning" rel="nofollow">http://www.datastax.com/docs/1.0/operations/tuning</a> (all the way at the bottom)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Building and Installing Python 2.7 RPMs on CentOS 5.7 by Guest</title>
		<link>http://blog.milford.io/2012/01/building-and-installing-python-2-7-rpms-on-centos-5-7/#comment-190</link>
		<dc:creator>Guest</dc:creator>
		<pubDate>Wed, 08 Feb 2012 23:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=749#comment-190</guid>
		<description>There&#039;s an error while installing setuptools:
RPM build errors:
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/easy_install.pyo
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/pkg_resources.pyo
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/site.pyo
</description>
		<content:encoded><![CDATA[<p>There&#8217;s an error while installing setuptools:<br />
RPM build errors:<br />
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/easy_install.pyo<br />
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/pkg_resources.pyo<br />
    File not found: /root/rpmbuild/BUILDROOT/python27-setuptools-0.6c11-milford.i386/usr/lib/python2.7/site-packages/site.pyo</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Some Notes on Dell&#8217;s C6100 Multi-Node Server Chassis. by Joe Kisanue</title>
		<link>http://blog.milford.io/2010/07/some-notes-on-dells-c6100-multi-node-server-chassis/#comment-189</link>
		<dc:creator>Joe Kisanue</dc:creator>
		<pubDate>Tue, 07 Feb 2012 23:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=204#comment-189</guid>
		<description>This is what I have used to check my memory banks if I suspect a bad dimm in the c6100. I have to say overall I love the machines 

dmidecode -t 17 &#124;egrep &#039;(Size: 4096)&#124;(Bank Locator: DIMM01)&#124;(Bank Locator: DIMM03)&#124;(Bank Locator: DIMM05)&#124;(Bank Locator: DIMM07)&#124;(Bank Locator: DIMM09)&#124;(Bank Locator: DIMM11)&#039; </description>
		<content:encoded><![CDATA[<p>This is what I have used to check my memory banks if I suspect a bad dimm in the c6100. I have to say overall I love the machines </p>
<p>dmidecode -t 17 |egrep &#8216;(Size: 4096)|(Bank Locator: DIMM01)|(Bank Locator: DIMM03)|(Bank Locator: DIMM05)|(Bank Locator: DIMM07)|(Bank Locator: DIMM09)|(Bank Locator: DIMM11)&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adjust your slab! Memcached 1.4.12 RPMs on CentOS 5.7. by Santi Saez</title>
		<link>http://blog.milford.io/2012/01/adjust-your-slab-memcached-1-4-11-rpms-on-centos-5-7/#comment-187</link>
		<dc:creator>Santi Saez</dc:creator>
		<pubDate>Tue, 31 Jan 2012 10:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=801#comment-187</guid>
		<description>Hello,

Using &lt;a href=&quot;http://powerstack.org&quot; rel=&quot;nofollow&quot;&gt;PowerStack&lt;/a&gt; repository you can run latest memcached stable version in your CentOS boxes (4, 5 and 6 releases supported, i686 + x86_64), last LAMP stack stable versions and other key packages like: nginx, HAproxy, node.js, redis, Varnish, etc.

It&#039;s free software and all code is available on GitHub, check out the wiki page for installation instructions :)

http://powerstack.org

Santi</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Using <a href="http://powerstack.org" rel="nofollow">PowerStack</a> repository you can run latest memcached stable version in your CentOS boxes (4, 5 and 6 releases supported, i686 + x86_64), last LAMP stack stable versions and other key packages like: nginx, HAproxy, node.js, redis, Varnish, etc.</p>
<p>It&#8217;s free software and all code is available on GitHub, check out the wiki page for installation instructions <img src='http://blog.milford.io/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://powerstack.org" rel="nofollow">http://powerstack.org</a></p>
<p>Santi</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why I am very excited about DataStax&#8217;s Brisk. by Jamie Moon</title>
		<link>http://blog.milford.io/2011/04/why-i-am-very-excited-about-datastaxs-brisk/#comment-186</link>
		<dc:creator>Jamie Moon</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=401#comment-186</guid>
		<description>@nmilford:disqus  Thanks for the interesting and useful post!  I stopped by here while i was looking for the information 
about integrating Hadoop and Cassandra. Frankly, I could not understand what you&#039;re saying, but all the comments you
gave was quite impressive and encouraged me!
Hope another fresh comments or trying something about this kind of information.

Thanks again.

From Seoul, South Korea
tearsend@gmail.com</description>
		<content:encoded><![CDATA[<p>@nmilford:disqus  Thanks for the interesting and useful post!  I stopped by here while i was looking for the information<br />
about integrating Hadoop and Cassandra. Frankly, I could not understand what you&#8217;re saying, but all the comments you<br />
gave was quite impressive and encouraged me!<br />
Hope another fresh comments or trying something about this kind of information.</p>
<p>Thanks again.</p>
<p>From Seoul, South Korea<br />
<a href="mailto:tearsend@gmail.com">tearsend@gmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In which I give a server to some kids. by Nathan Hull</title>
		<link>http://blog.milford.io/2012/01/in-which-i-give-a-server-to-some-kids/#comment-185</link>
		<dc:creator>Nathan Hull</dc:creator>
		<pubDate>Mon, 30 Jan 2012 17:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=826#comment-185</guid>
		<description>Nathan-
Glad you were inspired by these kids.  There are lots of inquiring minds out there. Alas, often it is beaten out of them.  Thanks for taking an interest in these two kids.  It will certainly pay off!
-Nathan Hull</description>
		<content:encoded><![CDATA[<p>Nathan-<br />
Glad you were inspired by these kids.  There are lots of inquiring minds out there. Alas, often it is beaten out of them.  Thanks for taking an interest in these two kids.  It will certainly pay off!<br />
-Nathan Hull</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on In which I give a server to some kids. by JulieC</title>
		<link>http://blog.milford.io/2012/01/in-which-i-give-a-server-to-some-kids/#comment-184</link>
		<dc:creator>JulieC</dc:creator>
		<pubDate>Mon, 30 Jan 2012 16:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.milford.io/?p=826#comment-184</guid>
		<description>Nathan, you might have written your email to inspire those 15 year old kids, but you&#039;ve also inspired me.  Thanks for being who you are and sharing yourself with those kids, and the story with me. </description>
		<content:encoded><![CDATA[<p>Nathan, you might have written your email to inspire those 15 year old kids, but you&#8217;ve also inspired me.  Thanks for being who you are and sharing yourself with those kids, and the story with me. </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: blog.milford.io @ 2012-02-22 17:48:42 -->
