<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Mindless Techie - Latest Comments</title><link>http://mindlesstechie.disqus.com/</link><description>Ramblings of a Linux sys admin</description><atom:link href="https://mindlesstechie.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Thu, 09 Aug 2012 15:56:14 -0000</lastBuildDate><item><title>Re: Checking file permissions with Ruby</title><link>http://blog.mindlesstechie.net/2012/08/07/checking-file-permissions-with-ruby/#comment-614803814</link><description>&lt;p&gt;That is awesome. &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Doe</dc:creator><pubDate>Thu, 09 Aug 2012 15:56:14 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729763</link><description>&lt;p&gt;Just wanted to say that I find mhddfs to be great.  I've been using mdadm/lvm setups for a few years now, and while they've been nearly painless for me - my current SATA/RAID cards in a home server are dying and I keep putting off replacement in order to do new drives/new array with new cards in order to get it all done at once.  As such I've gone to individually lvm'd drives, then linked into an mhddfs pool.  It's the perfect holdover for 6 months until I can see myself replacing the whole array in equal or greater size, in order to migrate what data I've been able to retain from previous failures.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith</dc:creator><pubDate>Fri, 01 Apr 2011 01:19:34 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729776</link><description>&lt;p&gt;You forgot to change RUBY_SOURCE_URL in the script.  There is a comment in the script that mentions you need to change it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Thu, 03 Mar 2011 21:14:38 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729774</link><description>&lt;p&gt;Connecting to &lt;a href="http://helpdesk.hosted.exlibrisgroup.com" rel="nofollow noopener" target="_blank" title="helpdesk.hosted.exlibrisgroup.com"&gt;helpdesk.hosted.exlibrisgro...&lt;/a&gt;|199.117.46.144|:443... connected.&lt;br&gt;HTTP request sent, awaiting response... 403 Forbidden&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John McLear</dc:creator><pubDate>Thu, 03 Mar 2011 16:04:30 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729762</link><description>&lt;p&gt;This is wonderful!!!&lt;br&gt;I was looking for something like this for a very long time. &lt;br&gt;I am continuously testing it on different configurations of HDD, partitions and filesystems; it works flawlessly! &lt;br&gt;There is hardly any change in speed. The data is stored on HDDs/partitions in a distributed manner. For end user there is one large drive. Lets say, If you have 4 drives and data is spread across all of them and if a hard disk crashes, all the data on three HDD will remain intact and can be retrieved.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mau king</dc:creator><pubDate>Fri, 07 Jan 2011 11:33:05 -0000</pubDate></item><item><title>Re: Fixing pianobar libao.so.2 error on Ubuntu Maverick</title><link>http://blog.mindlesstechie.net/2010/10/22/fixing-pianobar-libao-so-2-error-on-ubuntu-maverick/#comment-405819878</link><description>&lt;p&gt;That was actually the first thing I tried, but recompiling didn't work.&lt;br&gt;&lt;code&gt;(.text+0x283f): undefined reference to `dlsym'&lt;br&gt;/usr/lib/gcc/x86_64-linux-gnu/4.4.5/../../../../lib/libao.a(audio_out.o):(.text+0x2875): more undefined references to `dlsym' follow&lt;br&gt;collect2: ld returned 1 exit status&lt;br&gt;make: *** [pianobar] Error 1&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Thu, 28 Oct 2010 23:11:20 -0000</pubDate></item><item><title>Re: Fixing pianobar libao.so.2 error on Ubuntu Maverick</title><link>http://blog.mindlesstechie.net/2010/10/22/fixing-pianobar-libao-so-2-error-on-ubuntu-maverick/#comment-405729781</link><description>&lt;p&gt;Blinding linking .so files isn't really the best idea; the version got bumped for a reason.  The solution is to recompile :-)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrew</dc:creator><pubDate>Thu, 28 Oct 2010 23:04:00 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729773</link><description>&lt;p&gt;The folks at&lt;br&gt;&lt;a href="http://endpoint.com" rel="nofollow noopener" target="_blank" title="endpoint.com"&gt;endpoint.com&lt;/a&gt; provide packages not just of gems, but of a full REE/Passenger stack.&lt;br&gt;&lt;a href="https://packages.endpoint.com/rhel/5/ruby-enterprise-opt/SRPMS/" rel="nofollow noopener" target="_blank" title="https://packages.endpoint.com/rhel/5/ruby-enterprise-opt/SRPMS/"&gt;https://packages.endpoint.c...&lt;/a&gt;&lt;br&gt;It still requires some TLC to get up and running as you want it, but it's a good starting point.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alexander Fairley</dc:creator><pubDate>Wed, 13 Oct 2010 15:57:19 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729767</link><description>&lt;p&gt;Nice, works like a charm.. thx&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Razmal</dc:creator><pubDate>Tue, 06 Jul 2010 03:06:07 -0000</pubDate></item><item><title>Re: Conky now supports MOC player</title><link>http://blog.mindlesstechie.net/2009/01/12/conky-now-supports-moc-player/#comment-405819876</link><description>&lt;p&gt;Sure.  What you're looking for is the 'if_running' variable, so you want something like the following:&lt;br&gt;&lt;code&gt;$if_running mocp&lt;br&gt;do something&lt;br&gt;$end&lt;br&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Mon, 23 Nov 2009 15:20:12 -0000</pubDate></item><item><title>Re: Conky now supports MOC player</title><link>http://blog.mindlesstechie.net/2009/01/12/conky-now-supports-moc-player/#comment-405729753</link><description>&lt;p&gt;Hi, is there a way to tell conky that if the moc isn't running doesn't show anything?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">analog</dc:creator><pubDate>Mon, 23 Nov 2009 07:28:52 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729766</link><description>&lt;p&gt;I usually prefer an existing repository as well.  Unfortunately, I'm not allowed to add any non-official Red Hat repositories to the production servers at work.  The method I presented uses the official Ruby packages from Red Hat and just downloads the Ruby Gem sources.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Thu, 29 Oct 2009 21:53:33 -0000</pubDate></item><item><title>Re: Installing RubyGems on Centos 5</title><link>http://blog.mindlesstechie.net/2009/10/27/installing-rubygems-on-centos-5/#comment-405729765</link><description>&lt;p&gt;I prefer to use the EPEL repository (&lt;a href="https://fedoraproject.org/wiki/EPEL)" rel="nofollow noopener" target="_blank" title="https://fedoraproject.org/wiki/EPEL)"&gt;https://fedoraproject.org/w...&lt;/a&gt;. It contains a lot of useful software, including RubyGems.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ewoud Kohl van Wijngaarden</dc:creator><pubDate>Thu, 29 Oct 2009 21:01:34 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729755</link><description>&lt;p&gt;Good tip, I thought that I'd need to do this as one of my partitions grows too large.  Thanks.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dirk Gently</dc:creator><pubDate>Thu, 29 Jan 2009 07:28:35 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729761</link><description>&lt;p&gt;I actually haven't used the filesystem yet, but in reading the documentation, it looks like you will only lose the data on the drive that failed.  There is no striping of data across drives and no parity, so the only data affected should be on the failed drive.&lt;br&gt;Which drive is chosen seems to depend on the configuration of parameters such as mlimit.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Tue, 27 Jan 2009 16:02:17 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729760</link><description>&lt;p&gt;How is it for recovery?  Say you have four drives and you want to combine them into one big happy storage space - and then a year later, one drive fails.  Let's be generous, and say it's the last of the four that died; let's be even more generous, and assume a filesystem capacity usage of only 50% just prior to the failure.  Finally; let's be realistic, and further assume that since they're all 1TB drives backups have not been made because DVD-R discs are too small and Blu-Ray discs or large SCSI tapedrives are both too expensive.&lt;/p&gt;&lt;p&gt;How much will be lost, and would anything be directly recoverable?  Is this method striped, like the 'JBOD' pseudo-RAID method used in FreeNAS, or is it strictly a linear concatenation?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">docatomic</dc:creator><pubDate>Sun, 25 Jan 2009 20:26:08 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729759</link><description>&lt;p&gt;Yah, I'm actually using LVM right now, but I don't wanna stick more drives into my case to make the thing overheat.  So I'm gonna move to external drives (probably USB), and I can't use LVM with those.  So this should really come in handy. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Dibb</dc:creator><pubDate>Tue, 20 Jan 2009 16:58:18 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405819875</link><description>&lt;p&gt;Sure thing.  I know I've needed something like this in the past myself.  If you have the luck of some forethought, of course, LVM would likely be a better choice, otherwise, this seems like a nice alternative.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Tue, 20 Jan 2009 01:30:16 -0000</pubDate></item><item><title>Re: Combine your partition space with mhddfs.</title><link>http://blog.mindlesstechie.net/2009/01/19/combine-your-partition-space-with-mhddfs/#comment-405729756</link><description>&lt;p&gt;Oh wow, man, this is exactly what I've been looking for!  Awesome, thanks. :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve Dibb</dc:creator><pubDate>Tue, 20 Jan 2009 00:21:24 -0000</pubDate></item><item><title>Re: Huge List of Tips and Tricks</title><link>http://blog.mindlesstechie.net/2009/01/08/huge-list-of-tips-and-tricks/#comment-405729754</link><description>&lt;p&gt;Nice; great list!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wulf</dc:creator><pubDate>Fri, 09 Jan 2009 16:08:02 -0000</pubDate></item><item><title>Re: Quick and Dirty Linux Load Testing</title><link>http://blog.mindlesstechie.net/2008/12/31/quick-and-dirty-linux-load-testing/#comment-405819874</link><description>&lt;p&gt;Thanks.  I didn't see that one and it looks like it would have been even easier to use and more powerful.&lt;br&gt;To tell you the truth, I was on an old RHEL4 machine that no longer had a valid RH license, so the only software I could install was what I could easily google and find.  I found cpuburn-in fairly quickly and it seemed well suited for what I needed.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Tue, 06 Jan 2009 13:54:06 -0000</pubDate></item><item><title>Re: Quick and Dirty Linux Load Testing</title><link>http://blog.mindlesstechie.net/2008/12/31/quick-and-dirty-linux-load-testing/#comment-405729751</link><description>&lt;p&gt;also a nice tool is stress; see app-benchmark/stress&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">tulcod</dc:creator><pubDate>Tue, 06 Jan 2009 10:56:56 -0000</pubDate></item><item><title>Re: Quickly get up to 5% more disk space from your ext3 volumes</title><link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/#comment-405729748</link><description>&lt;p&gt;I tried to find what you were referring to about it degrading performance, and the only thing I could find is this:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&amp;gt; &amp;gt; Just as a side note but do you really want to reserve 5%&lt;br&gt;&amp;gt; &amp;gt; of your 2TB partition for root?&lt;br&gt;&lt;br&gt;The filesystem performance will degrade if you eat into the last 5%,&lt;br&gt;but as long as you're willing to live with this tradeoff, and assuming&lt;br&gt;you don't need to reserve space for things like log files, then sure,&lt;br&gt;you can always drop the percentage.&lt;br&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;So, this seems to indicated that performance will only be degraded if you start using that final 5%.  It's good to know, but for me, in some situations, the performance trade off is worth it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Sat, 27 Dec 2008 01:27:43 -0000</pubDate></item><item><title>Re: Quickly get up to 5% more disk space from your ext3 volumes</title><link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/#comment-405729742</link><description>&lt;p&gt;Unfortunately this is a not so great tip. It could degrade perfomarce of your hard disk a lot. I know it because I tried for a while and the hdd was very slow. Theodore Ts'o, the mantainer of ext{3,4} advices to let this percentage as it is. If you don't believe me, you can google for it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Carlos</dc:creator><pubDate>Fri, 26 Dec 2008 23:03:20 -0000</pubDate></item><item><title>Re: Quickly get up to 5% more disk space from your ext3 volumes</title><link>http://blog.mindlesstechie.net/2008/12/23/quickly-get-up-to-5-more-disk-space-from-your-ext3-volumes/#comment-405729750</link><description>&lt;p&gt;Actually, it does this for any ext3 file system, regardless of the mount point.  So, if you create seperate ext3 partitions for /, /usr, /home, /var, /boot, you've lost 5% of the blocks for each of those partitions.  I'm not sure if it's possible to disable this completely or not, but I see no reason not to reduce it to 1% instead of 5%.  I haven't had a chance to try something like 'tune2fs -m 0 /dev/sda1' on an unimportant partition.&lt;br&gt;Let me know if completely disabling it works for you.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">John Alberts</dc:creator><pubDate>Wed, 24 Dec 2008 21:37:15 -0000</pubDate></item></channel></rss>