<?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>Jonas Genannt - debian</title>
    <link>http://blog.brachium-system.net/</link>
    <description>Weblog of an System Engineer</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.1 - http://www.s9y.org/</generator>
    
    <image>
        <url>http://blog.brachium-system.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Jonas Genannt - debian - Weblog of an System Engineer</title>
        <link>http://blog.brachium-system.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Playing with nginx</title>
    <link>http://blog.brachium-system.net/archives/107-Playing-with-nginx.html</link>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/107-Playing-with-nginx.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Playing with &lt;a href=&quot;http://packages.debian.org/lenny/nginx&quot;&gt;nginx&lt;/a&gt;. Here are some random hints:&lt;br /&gt;
&lt;br /&gt;
1.) nginx with php:&lt;blockquote&gt;/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9000 -u www-data -g www-data -f &quot;/usr/bin/php-cgi -c /etc/php5/cgi/php-nginx.ini&quot; -P /var/run/fcgi-php.pid&lt;/blockquote&gt;2.) Deny access to .svn directories:&lt;blockquote&gt;location ~ \.svn { deny all; }&lt;/blockquote&gt;3.) rewrite urls&lt;blockquote&gt;if ( !-f $request_filename ) {&lt;br /&gt;
     rewrite ^/images/([A-Za-z]+)\/(.*)$ /images/default/$2 break;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
The rewrite rule will redirect /images/bar/foo.png if it does not exists to /images/default/foo.png&lt;br /&gt;
&lt;br /&gt;
spwan-fcgi is included in the lighttpd package if you are using lenny. On squeeze and sid spawn-fcgi is an standalone package! 
    </content:encoded>

    <pubDate>Fri, 11 Sep 2009 23:51:32 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/107-guid.html</guid>
    
</item>
<item>
    <title>Updated CLI packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/103-Updated-CLI-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/103-Updated-CLI-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=103</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=103</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware CLI debian packages.&lt;br /&gt;
&lt;br /&gt;
Now version 9.5.2 is available on &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sat, 06 Jun 2009 16:10:39 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/103-guid.html</guid>
    
</item>
<item>
    <title>converting filenames from ISO-8859-15 to UTF-8</title>
    <link>http://blog.brachium-system.net/archives/100-converting-filenames-from-ISO-8859-15-to-UTF-8.html</link>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/100-converting-filenames-from-ISO-8859-15-to-UTF-8.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=100</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=100</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Useful links for converting filenames from one encoding to another:&lt;ul&gt;&lt;br /&gt;
 &lt;li&gt;&lt;a href=&quot;http://www.j3e.de/linux/convmv/&quot;&gt;http://www.j3e.de/linux/convmv/&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;
  &lt;li&gt;&lt;a href=&quot;http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-unicode.html&quot;&gt;http://hektor.umcs.lublin.pl/~mikosmul/computing/articles/linux-unicode.html&lt;/a&gt;&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;convmv is also available at debian. But I suggest you to use alway the newest version of convmv. &lt;br /&gt;
&lt;br /&gt;
convmv, recursively converting filenames from ISO-8859-15 to UTF-8:&lt;blockquote&gt;convmv -r --notest -f ISO-8859-15 -t UTF-8 /home&lt;/blockquote&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 01 Jun 2009 15:32:18 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/100-guid.html</guid>
    
</item>
<item>
    <title>Updated user_mgmt script - Passwd::Unix</title>
    <link>http://blog.brachium-system.net/archives/96-Updated-user_mgmt-script-PasswdUnix.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/96-Updated-user_mgmt-script-PasswdUnix.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=96</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=96</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have uploaded an new version of my &lt;a href=&quot;http://blog.brachium-system.net/archives/92-Linux-User-management.html&quot;&gt;linux user management&lt;/a&gt; script. This new version fixes an Passwd:Unix bug - The library has got an problem with the umask. You can download it on &lt;a href=&quot;http://jonas.genannt.name/tools/user_mgmt/&quot;&gt;jonas.genannt.name&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
You may have noticed that the perl library Passwd::Unix is not available at debian lenny. I have created an  ITP &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525340&quot;&gt;#525340&lt;/a&gt; to upload Passwd::Unix into debian.&lt;br /&gt;
&lt;br /&gt;
If my packages passes the NEW-Queue I will create an backport for lenny and upload it to backports.org. 
    </content:encoded>

    <pubDate>Sat, 25 Apr 2009 00:53:34 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/96-guid.html</guid>
    
</item>
<item>
    <title>Debian Lenny - libnss-ldap udev</title>
    <link>http://blog.brachium-system.net/archives/94-Debian-Lenny-libnss-ldap-udev.html</link>
            <category>debian</category>
            <category>network</category>
    
    <comments>http://blog.brachium-system.net/archives/94-Debian-Lenny-libnss-ldap-udev.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=94</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=94</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you are using libnss-ldap to connect to your LDAP server it&#039;s possible that you get the following message on startup&lt;blockquote&gt;Can&#039;t contact LDAP server udevd[374]: nss_ldap: failed to bind to LDAP server ldaps://foo.bar:&lt;br /&gt;
Can&#039;t contact LDAP server udevd[374]: nss_ldap: could not connect to any LDAP server as (null) -&lt;br /&gt;
Can&#039;t contact LDAP server udevd[374]: nss_ldap: failed to bind to LDAP server ldaps://foo.bar:&lt;br /&gt;
Can&#039;t contact LDAP server&lt;/blockquote&gt;&lt;br /&gt;
This is an known problem, please have a look at the debian BTS: &lt;a href=&quot;http://bugs.debian.org/375215&quot;&gt;#375215&lt;/a&gt;, &lt;a href=&quot;http://bugs.debian.org/375077&quot;&gt;#375077&lt;/a&gt;, &lt;a href=&quot;http://bugs.debian.org/375215&quot;&gt;#375215&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To get it working, you have to add &lt;strong&gt;bind_policy soft&lt;/strong&gt; to &lt;em&gt;/etc/libnss-ldap.conf&lt;/em&gt;. 
    </content:encoded>

    <pubDate>Tue, 14 Apr 2009 21:29:26 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/94-guid.html</guid>
    
</item>
<item>
    <title>RCS version control number in Cfengine</title>
    <link>http://blog.brachium-system.net/archives/90-RCS-version-control-number-in-Cfengine.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/90-RCS-version-control-number-in-Cfengine.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=90</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=90</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you are using Cfengine and use RCS to store your cfagent.conf file, you could use your RCS version control number inside Cfengine.&lt;br /&gt;
&lt;br /&gt;
Example on editfiles:&lt;blockquote&gt;{ /etc/screenrc&lt;br /&gt;
   Append &quot;#CFEngine: $(RCSRev)&quot;&lt;br /&gt;
   Append &quot;vbell off&quot;&lt;br /&gt;
}&lt;/blockquote&gt;&lt;br /&gt;
The $(RCSRev) will hold the current RCS version number. So you will distribute the version of cfagent.conf in your files. &lt;br /&gt;
&lt;br /&gt;
I had some problems to get this working, therefore an little guide for other guys around the net:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Precondition&lt;/strong&gt;: cfagent.conf is controlled via SVN&lt;br /&gt;
&lt;br /&gt;
Add the following code to your &lt;em&gt;control&lt;/em&gt; selection:&lt;blockquote&gt;RCSRev  = ( ExecShellResult(&quot;/bin/echo \&quot;$Id:  $\&quot; | /usr/bin/cut -f3 -d \&quot; \&quot; &quot; ) )&lt;/blockquote&gt;&lt;br /&gt;
Save your &lt;em&gt;cfagent.conf&lt;/em&gt; and run  &lt;strong&gt;svn propset svn:keywords &quot;Id&quot; cfagent.conf &amp;&amp;amp; svn -m &quot;RCS&quot; commit cfagent.conf&lt;/strong&gt;.&lt;br /&gt;
&lt;br /&gt;
This command tells subversion that svn should replace $Id: $ with the current RCS version and commit it.&lt;br /&gt;
&lt;br /&gt;
If you open your &lt;em&gt;cfagent.conf&lt;/em&gt; again, you will notice that the line above changed to:&lt;blockquote&gt;RCSRev = ( ExecShellResult(&quot;/bin/echo \&quot;$Id: cfagent.conf 20 2009-02-03 18:21:33Z jonas $\&quot; | /usr/bin/cut -f3 -d \&quot; \&quot; &quot; ) )&lt;/blockquote&gt;&lt;br /&gt;
That&#039;s all - you can now use $(RCSRev) inside your &lt;em&gt;cfagent.conf&lt;/em&gt;.  
    </content:encoded>

    <pubDate>Tue, 03 Feb 2009 19:31:03 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/90-guid.html</guid>
    
</item>
<item>
    <title>Updated 3dm2 packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/85-Updated-3dm2-packages-from-3Ware.html</link>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/85-Updated-3dm2-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=85</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=85</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware 3dm2 debian packages.&lt;br /&gt;
&lt;br /&gt;
Please have a look at: &lt;a href=&quot;http://jonas.genannt.name/&quot;&gt;jonas.genannt.name&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Packaging these 3DM2 software was the same shit like the versions before - I was not able to install the 32bit Java package from &lt;a href=&quot;3ware.com&quot;&gt;3ware.com&lt;/a&gt; to an normal debian lenny system.&lt;br /&gt;
&lt;br /&gt;
I have informed 3Ware three times about this problem - they are always telling me &#039;Thanks, We will have a look at this problem&#039;. I have received my last email from 3Ware on 25 Sep 2008 with the body &#039;Will check&#039;, after this email nothing! But the installer bug is included into the newest version again. &lt;img src=&quot;http://blog.brachium-system.net/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
So - have fun with my packages &lt;img src=&quot;http://blog.brachium-system.net/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;
 
    </content:encoded>

    <pubDate>Thu, 06 Nov 2008 22:34:16 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/85-guid.html</guid>
    
</item>
<item>
    <title>webalizer IPv6 addresses</title>
    <link>http://blog.brachium-system.net/archives/80-webalizer-IPv6-addresses.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/80-webalizer-IPv6-addresses.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=80</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=80</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you are using IPv6, you know that webalizer truncates IPv6 addresses, this is very bad for the statistics.&lt;br /&gt;
&lt;br /&gt;
The IPv6 patch is available at &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452259&quot;&gt;#452259&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I have included the patch and rebuild the package for etch. You can download the debian package at &lt;a href=&quot;http://jonas.genannt.name/tools/&quot;&gt;jonas.genannt.name&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sun, 21 Sep 2008 14:27:50 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/80-guid.html</guid>
    
</item>
<item>
    <title>Debian Repository for 3Ware packages</title>
    <link>http://blog.brachium-system.net/archives/77-Debian-Repository-for-3Ware-packages.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/77-Debian-Repository-for-3Ware-packages.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have set up an Debian Repository for my 3Ware packages. You can now install your 3dm2 and cli packages via apt.&lt;br /&gt;
&lt;br /&gt;
Add the following line to your &lt;em&gt;sources.list&lt;/em&gt;:&lt;blockquote&gt;deb http://jonas.genannt.name/debian etch restricted&lt;/blockquote&gt;For testing aka Lenny you have to replace &lt;em&gt;etch&lt;/em&gt; with &lt;em&gt;lenny&lt;/em&gt;.&lt;br /&gt;
&lt;br /&gt;
This repository is signed with my GPG key (0xB616FFFA), you should add my key in your apt-keyring:&lt;blockquote&gt;wget -O - http://jonas.genannt.name/debian/jonas_genannt.pub | apt-key add -&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Sat, 13 Sep 2008 13:48:46 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/77-guid.html</guid>
    
</item>
<item>
    <title>Updated 3dm2 packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/75-Updated-3dm2-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/75-Updated-3dm2-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware 3dm2 debian packages.&lt;br /&gt;
&lt;br /&gt;
Now version 9.5.1 is available on &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;.  
    </content:encoded>

    <pubDate>Mon, 08 Sep 2008 19:24:55 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/75-guid.html</guid>
    
</item>
<item>
    <title>Updated CLI packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/74-Updated-CLI-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/74-Updated-CLI-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware CLI debian packages.&lt;br /&gt;
&lt;br /&gt;
Now version 9.5.1 is available on &lt;a href=&quot;jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Thu, 04 Sep 2008 19:54:42 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/74-guid.html</guid>
    
</item>
<item>
    <title>IPMI - Dell BMC isol with ipmitool</title>
    <link>http://blog.brachium-system.net/archives/72-IPMI-Dell-BMC-isol-with-ipmitool.html</link>
            <category>debian</category>
            <category>dell</category>
    
    <comments>http://blog.brachium-system.net/archives/72-IPMI-Dell-BMC-isol-with-ipmitool.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you want to use isol with debian etch ipmitool and your Dell BMC card, please have a look at &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412816&quot;&gt;#412816&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
You have to use ipmitool from lenny or sid to get isol working... 
    </content:encoded>

    <pubDate>Fri, 29 Aug 2008 23:06:01 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Updated 3dm2 packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/71-Updated-3dm2-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/71-Updated-3dm2-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware 3dm2 debian packages. &lt;br /&gt;
&lt;br /&gt;
Now version 9.5.0.1 is available on &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Fri, 29 Aug 2008 22:47:09 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/71-guid.html</guid>
    
</item>
<item>
    <title>Debian - Dell OMSA SNMP</title>
    <link>http://blog.brachium-system.net/archives/70-Debian-Dell-OMSA-SNMP.html</link>
            <category>debian</category>
            <category>dell</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/70-Debian-Dell-OMSA-SNMP.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you would like to use SNMP to monitor your dell server with OMSA (server administrator) installed, you have to configure your local SNMPd.&lt;br /&gt;
&lt;br /&gt;
First you have to enable SNMP on OMSA:&lt;blockquote&gt;/etc/init.d/dataeng enablesnmp&lt;/blockquote&gt;Than restart your Data Engine System from OMSA: &lt;blockquote&gt;/etc/init.d/dataeng restart&lt;/blockquote&gt;You can now install the snmp daemon from debian: &lt;blockquote&gt;apt-get install snmpd&lt;/blockquote&gt;SNMPd should listen to all interfaces. You can configure this at &lt;em&gt;/etc/default/snmpd&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Please note, that you have to remove the entry &lt;em&gt;-I -smux&lt;/em&gt;, because OMSA uses snmp smux for communicating with the SNMP daemon. &lt;br /&gt;
&lt;br /&gt;
The following &lt;em&gt;snmpd.conf&lt;/em&gt; is tested to work with OMSA:&lt;blockquote&gt;com2sec local    localhost  public&lt;br /&gt;
com2sec watchdog 192.168.168.0/24  public&lt;br /&gt;
smuxsocket 127.0.0.1&lt;br /&gt;
smuxpeer .1.3.6.1.4.1.674.10892.1&lt;br /&gt;
group MyRoGroup v2c     local&lt;br /&gt;
group MyRoGroup v2c     watchdog&lt;br /&gt;
view  all    included  .1&lt;br /&gt;
access MyRoGroup &quot;&quot; any noauth exact all none none&lt;br /&gt;
&lt;/blockquote&gt;Now restart the snmpd and install also the dell mibs. You can find the mibs in /opt/dell/.&lt;br /&gt;
&lt;br /&gt;
After the restart you can walk throw your SNMP tables: &lt;blockquote&gt;snmpwalk -v2c -c public localhost 1.3.6.1.4.1.674.10893&lt;/blockquote&gt;If you want to monitor the health of your server I can suggest you the following nagios plugin:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.ahus1.de/nagios/&quot;&gt;check_omsa_snmp.pl&lt;/a&gt; - this plugin checks temperature,voltage, Power Supply and Cooling Devices &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 14 May 2008 14:20:44 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/70-guid.html</guid>
    
</item>
<item>
    <title>Clamav daemon on etch - long startup time</title>
    <link>http://blog.brachium-system.net/archives/68-Clamav-daemon-on-etch-long-startup-time.html</link>
            <category>debian</category>
            <category>virus</category>
    
    <comments>http://blog.brachium-system.net/archives/68-Clamav-daemon-on-etch-long-startup-time.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.brachium-system.net/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you are running clamav daemon on debian etch, and your clamav daemon takes up to 3-4 minutes to create the unix socket and the pid file, don&#039;t despair it&#039;s an clamav bug.&lt;br /&gt;
&lt;br /&gt;
While you are running clamav with amavis this bug can be very annoying:&lt;br /&gt;
&lt;blockquote&gt;amavis[22480]: (21470-02) (!!) ClamAV-clamd av-scanner FAILED: Too many retries to talk to /var/run/clamav/clamd.ctl (Can&#039;t connect to UNIX socket&lt;/blockquote&gt;&lt;br /&gt;
If you strace your clamv on the startup time you get many of these messages:&lt;br /&gt;
&lt;blockquote&gt;read(10, &quot;n.Downloader-14249\n29184:5d2a569&quot;..., 4096) = 4096&lt;br /&gt;
read(10, &quot;15872:15a82a8cbbb437f9249c944391&quot;..., 4096) = 4096&lt;br /&gt;
read(10, &quot;a6288c61679d87f00:Trojan.Bancos-&quot;..., 4096) = 4096&lt;br /&gt;
read(10, &quot;db2a:Trojan.IRCBot-1189\n24576:5e&quot;..., 4096) = 4096&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
The clamav version is debian etch is  0.90.1.&lt;br /&gt;
The bug is fixed in version 0.91rc2. So you could use the &lt;a href=&quot;http://www.backports.org&quot;&gt;backports.org&lt;/a&gt; packages (0.91.2). 
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 21:51:13 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/68-guid.html</guid>
    
</item>

</channel>
</rss>