<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>jasper.es - Comments</title>
    <link>http://blog.jasper.es/</link>
    <description>jasper.es - All the web and more</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Thu, 01 Jan 1970 00:00:00 GMT</pubDate>

    <image>
        <url>http://blog.jasper.es/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: jasper.es - Comments - jasper.es - All the web and more</title>
        <link>http://blog.jasper.es/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Rob: pylab trick of the day</title>
    <link>http://blog.jasper.es/archives/14-pylab-trick-of-the-day.html#c507</link>
            <category></category>
    
    <comments>http://blog.jasper.es/archives/14-pylab-trick-of-the-day.html#comments</comments>
    <wfw:comment>http://blog.jasper.es/wfwcomment.php?cid=14</wfw:comment>

    

    <author>nospam@example.com (Rob)</author>
    <content:encoded>
    Please remove all references to my name (&quot;rob wilkens&quot;) from your lkml.org site.. If you need help finding them google for &quot;rob wilkens&quot; the results are near the top.  Thanks! 
    </content:encoded>

    <pubDate>Sun, 09 Aug 2009 02:30:12 +0200</pubDate>
    <guid isPermaLink="false">http://blog.jasper.es/archives/14-guid.html#c507</guid>
    
</item>
<item>
    <title>David Gore: nagios and swraid</title>
    <link>http://blog.jasper.es/archives/4-nagios-and-swraid.html#c16</link>
            <category></category>
    
    <comments>http://blog.jasper.es/archives/4-nagios-and-swraid.html#comments</comments>
    <wfw:comment>http://blog.jasper.es/wfwcomment.php?cid=4</wfw:comment>

    

    <author>nospam@example.com (David Gore)</author>
    <content:encoded>
    A correction and some details:&lt;br /&gt;
&lt;br /&gt;
The line I would replace would be line FIVE (the initialization of the &quot;for&quot; loop) and not line ONE.&lt;br /&gt;
&lt;br /&gt;
The reason I find this necessary is because, in SL4.3 (fedora variant), there are 32 &quot;md&quot; devices listed in /dev even though they may not be all used.&lt;br /&gt;
&lt;br /&gt;
Thus the correction just looks at those devices defined in /etc/mdadm.conf, which is where one would want to look. 
    </content:encoded>

    <pubDate>Wed, 23 Apr 2008 01:47:40 +0200</pubDate>
    <guid isPermaLink="false">http://blog.jasper.es/archives/4-guid.html#c16</guid>
    
</item>
<item>
    <title>David Gore: nagios and swraid</title>
    <link>http://blog.jasper.es/archives/4-nagios-and-swraid.html#c15</link>
            <category></category>
    
    <comments>http://blog.jasper.es/archives/4-nagios-and-swraid.html#comments</comments>
    <wfw:comment>http://blog.jasper.es/wfwcomment.php?cid=4</wfw:comment>

    

    <author>nospam@example.com (David Gore)</author>
    <content:encoded>
    It&#039;s a nice script that doesn&#039;t require any prerequisites, however I don&#039;t have 32 md devices in actual use. &lt;img src=&quot;http://blog.jasper.es/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
It might be better to parse the /etc/mdadm.conf file.  So your first line might read:&lt;br /&gt;
&lt;br /&gt;
for dev in `cat /etc/mdadm.conf | grep md?* | sort | awk &#039;{print $2}&#039;` ; do \&lt;br /&gt;
&lt;br /&gt;
Which avoids checking my non-existent md3-md32 devices. 
    </content:encoded>

    <pubDate>Wed, 23 Apr 2008 01:29:08 +0200</pubDate>
    <guid isPermaLink="false">http://blog.jasper.es/archives/4-guid.html#c15</guid>
    
</item>

</channel>
</rss>
