<?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.2 - 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>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>0</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>
<item>
    <title>Updated 3dm2 and CLI packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/66-Updated-3dm2-and-CLI-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/66-Updated-3dm2-and-CLI-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=66</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my &lt;a href=&quot;http://blog.brachium-system.net/archives/60-Updated-3dm2-and-CLI-packages-from-3Ware.html&quot;&gt;3Ware 3dm2&lt;/a&gt; and 3Ware CLI debian packages. I also included the patch from &lt;a href=&quot;http://tretkowski.de/blog/archives/364-Updated-3dm2-packages.html&quot;&gt;tretkowski.de&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Now version 9.5.0 is available on &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Wed, 17 Oct 2007 00:22:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/66-guid.html</guid>
    
</item>
<item>
    <title>Xen - error: (22, 'Invalid argument')</title>
    <link>http://blog.brachium-system.net/archives/61-Xen-error-22,-Invalid-argument.html</link>
            <category>debian</category>
            <category>xen</category>
    
    <comments>http://blog.brachium-system.net/archives/61-Xen-error-22,-Invalid-argument.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=61</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you want to start an DomU with &lt;i&gt;xm create foo.bar.domain&lt;/i&gt; and you get the following output:&lt;br /&gt;
&lt;blockquote&gt;error: (22, &#039;Invalid argument&#039;)&lt;/blockquote&gt;&lt;br /&gt;
I have found the following two possible problems:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt;DomU kernel has got no Xen support&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;DomU kernel uses PAE; hypervisor and Dom0 kernel does not support PAE&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Fri, 06 Jul 2007 23:40:51 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/61-guid.html</guid>
    
</item>
<item>
    <title>Updated 3dm2 and CLI packages from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/60-Updated-3dm2-and-CLI-packages-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
    
    <comments>http://blog.brachium-system.net/archives/60-Updated-3dm2-and-CLI-packages-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=60</wfw:comment>

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

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

    <pubDate>Wed, 04 Jul 2007 18:26:36 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/60-guid.html</guid>
    
</item>
<item>
    <title>3Ware 3dm2 - etch kernel</title>
    <link>http://blog.brachium-system.net/archives/58-3Ware-3dm2-etch-kernel.html</link>
            <category>debian</category>
            <category>weird</category>
    
    <comments>http://blog.brachium-system.net/archives/58-3Ware-3dm2-etch-kernel.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=58</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you update from sarge to etch with an running 3dm2, please make sure if you use the default etch kernel (version 2.6.18) that you have installed the newest version of 3dm2.&lt;br /&gt;
&lt;br /&gt;
If you use an old 3dm2 version with the etch kernel you get the following messages in dmesg:&lt;br /&gt;
&lt;blockquote&gt;3w-xxxx: SCSI_IOCTL_SEND_COMMAND deprecated, please update your 3ware tools.&lt;br /&gt;
3w-xxxx: SCSI_IOCTL_SEND_COMMAND deprecated, please update your 3ware tools.&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
You can get the newest version of 3dm2 &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;here&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 05 Jun 2007 23:38:20 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/58-guid.html</guid>
    
</item>
<item>
    <title>3Ware - CLI - Command Line Interface for debian</title>
    <link>http://blog.brachium-system.net/archives/57-3Ware-CLI-Command-Line-Interface-for-debian.html</link>
            <category>control</category>
            <category>debian</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/57-3Ware-CLI-Command-Line-Interface-for-debian.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=57</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    New ( version: 9.4.1.1) 3Ware CLI programm is now packaged. You can find it on: &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;jonas.genannt.name&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Please have a look at: &lt;a href=&quot;http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html&quot;&gt;Using the tw_cli &lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 03 Jun 2007 21:41:15 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/57-guid.html</guid>
    
</item>
<item>
    <title>Xen - 4gb seg fixup - Etch</title>
    <link>http://blog.brachium-system.net/archives/56-Xen-4gb-seg-fixup-Etch.html</link>
            <category>debian</category>
            <category>xen</category>
    
    <comments>http://blog.brachium-system.net/archives/56-Xen-4gb-seg-fixup-Etch.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=56</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    If you get this &quot;4gb seg fixup&quot; message on tty and/or in your /var/log/messages after the reboot to the Xen Hypervisor on Etch, you should check if you installed &lt;strong&gt;libc6-xen&lt;/strong&gt; on your system.&lt;br /&gt;
&lt;br /&gt;
 If not, install it, and reboot the system again. &lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 20 May 2007 15:35:48 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/56-guid.html</guid>
    
</item>
<item>
    <title>Using tw_cli from 3Ware</title>
    <link>http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html</link>
            <category>control</category>
            <category>debian</category>
            <category>useful stuff</category>
    
    <comments>http://blog.brachium-system.net/archives/44-Using-tw_cli-from-3Ware.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=44</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    The tw_cli from 3Ware for all the 3WARE Controllers is a &lt;b&gt;little bit tricky&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
Here are some examples how to use tw_cli:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
tw_cli&lt;br /&gt;
//irena&gt;info&lt;br /&gt;
Ctl   Model        Ports   Drives   Units   NotOpt   RRate   VRate   BBU&lt;br /&gt;
------------------------------------------------------------------------&lt;br /&gt;
c0    8506-4LP     4       3        1       0        3       -       -&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;info&lt;/i&gt; command is usefull for checking how many controller are available.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0 show&lt;br /&gt;
Unit  UnitType  Status         %RCmpl  %V/I/M  Stripe  Size(GB)  Cache  AVrfy&lt;br /&gt;
------------------------------------------------------------------------------&lt;br /&gt;
u0    RAID-5    OK             -       -       64K     298.099   ON     -&lt;br /&gt;
&lt;br /&gt;
Port   Status           Unit   Size        Blocks        Serial&lt;br /&gt;
---------------------------------------------------------------&lt;br /&gt;
p0     OK               u0     149.05 GB   312581808     0696J1FX608399&lt;br /&gt;
p1     OK               u0     149.05 GB   312581808     0696J1FX611330&lt;br /&gt;
p2     NOT-PRESENT      -      -           -             -&lt;br /&gt;
p3     OK               u0     149.05 GB   312581808     0696J1FX611304&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;/c0 show&lt;/i&gt; command display which raid units and disks avilable on controller 0.&lt;br /&gt;
For the second controller in the system please type &lt;i&gt;/c1 show&lt;/i&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0/u0 start verify&lt;br /&gt;
Sending start verify message to /c0/u0 ... Done.&lt;/blockquote&gt;&lt;br /&gt;
The &lt;i&gt;/c0/u0 start verify&lt;/i&gt; command starts an Raid verify on Controller 0 Unit 0.&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
//irena&gt;/c0/u0 start rebuild disk=1&lt;br /&gt;
Sending rebuild start request to /c0/u0 on 1 disk(s)&lt;/blockquote&gt;&lt;br /&gt;
The command &lt;i&gt;/c0/u0 start rebuild disk=1&lt;/i&gt; starts the rebuild on controller 0, unit 0 and disk 1 (on port 1).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you are using debian, you can use my debian packages, please see &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;here&lt;/a&gt;! 
    </content:encoded>

    <pubDate>Thu, 11 Jan 2007 20:48:58 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/44-guid.html</guid>
    
</item>
<item>
    <title>3Ware CLI and 3dm2 debian packages updated</title>
    <link>http://blog.brachium-system.net/archives/42-3Ware-CLI-and-3dm2-debian-packages-updated.html</link>
            <category>control</category>
            <category>debian</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/42-3Ware-CLI-and-3dm2-debian-packages-updated.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=42</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have updated my 3Ware CLI  (Command Line Interface) and 3DM2 (Disk Management Utility) debian packages.&lt;br /&gt;
&lt;br /&gt;
You can find it on my &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;website&lt;/a&gt; like the last version.&lt;br /&gt;
&lt;br /&gt;
Please note, I have only updated the i386 packages, the amd64 will follow in some days. 
    </content:encoded>

    <pubDate>Sun, 07 Jan 2007 17:29:42 +0100</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/42-guid.html</guid>
    
</item>
<item>
    <title>snmpd in debian - say no to the drugs</title>
    <link>http://blog.brachium-system.net/archives/36-snmpd-in-debian-say-no-to-the-drugs.html</link>
            <category>debian</category>
            <category>fun</category>
    
    <comments>http://blog.brachium-system.net/archives/36-snmpd-in-debian-say-no-to-the-drugs.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=36</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Using &lt;i&gt;/etc/defaults/snmpd&lt;/i&gt; in debian:&lt;blockquote&gt;grep &quot;SNMPDOPTS&quot; /etc/default/snmpd | cut -f 2 -d &#039;-&#039;&lt;br /&gt;
Lsd&lt;/blockquote&gt;&lt;br /&gt;
Say &lt;b&gt;no&lt;/b&gt; to the drugs &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;
 
    </content:encoded>

    <pubDate>Wed, 04 Oct 2006 01:32:44 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/36-guid.html</guid>
    
</item>
<item>
    <title>Devolo dLAN linux driver</title>
    <link>http://blog.brachium-system.net/archives/31-Devolo-dLAN-linux-driver.html</link>
            <category>debian</category>
            <category>kernel</category>
            <category>network</category>
            <category>usb</category>
    
    <comments>http://blog.brachium-system.net/archives/31-Devolo-dLAN-linux-driver.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=31</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Devolo dLAN USB drivers for the devolo network over power module.&lt;br /&gt;
&lt;br /&gt;
If you try to compile the version 2.0 on an higher kernel than 2.6.13 you get the following error:&lt;blockquote&gt;&lt;br /&gt;
make[2]: Entering directory `/usr/src/linux-2.6.16.18&#039;&lt;br /&gt;
  CC [M]  /home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.o&lt;br /&gt;
  /home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.c: In function `devolo_tx_timeout&#039;:&lt;br /&gt;
  /home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.c:205: error: `URB_ASYNC_UNLINK&#039; undeclared (first use in this function)&lt;br /&gt;
  /home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.c:205: error: (Each undeclared identifier is reported only once&lt;br /&gt;
  /home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.c:205: error: for each function it appears in.)&lt;br /&gt;
  make[3]:  [/home/jonas/dLAN-linux-package-2.0/driver/devolo_usb.o] Error 1&lt;br /&gt;
  make[2]:  [module /home/jonas/dLAN-linux-package-2.0/driver] Error 2&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
The &lt;b&gt;URB_ASYNC_UNLINK&lt;/b&gt; symbol is removed from the kernel. &lt;blockquote&gt;&lt;br /&gt;
This afternoon Alan Stern submitted a patch to remove the URB_ASYNC_UNLINK&lt;br /&gt;
flag from the Linux kernel.  Mr. Stern explained, &quot;This flag is a relic&lt;br /&gt;
from an earlier, less-well-designed system.  For over a year it hasn&#039;t&lt;br /&gt;
been used for anything other than printing warning messages.&quot;&lt;/blockquote&gt;&lt;br /&gt;
For the complete text &lt;a href=&quot;http://www.mail-archive.com/linux-usb-devel@lists.sourceforge.net/msg37114.html&quot;&gt;klick here&lt;/a&gt;!&lt;br /&gt;
&lt;br /&gt;
So remove the lines 204 till 208 in the file &lt;i&gt;driver/devolo_usb.c&lt;/i&gt;. &lt;br /&gt;
&lt;br /&gt;
Restart the make, and the driver will now compile fine and work. &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;
 
    </content:encoded>

    <pubDate>Wed, 02 Aug 2006 23:13:52 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/31-guid.html</guid>
    
</item>
<item>
    <title>3Ware - CLI - Command Line Interface for debian</title>
    <link>http://blog.brachium-system.net/archives/25-3Ware-CLI-Command-Line-Interface-for-debian.html</link>
            <category>control</category>
            <category>debian</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/25-3Ware-CLI-Command-Line-Interface-for-debian.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=25</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    3Ware Software the second round!&lt;br /&gt;
&lt;br /&gt;
I have created debian packages for the CLI (Command Line Interface) for 3Ware Controllers.&lt;br /&gt;
&lt;br /&gt;
You can find it, like the 3dm2 on &lt;a href=&quot;http://debian-unofficial.org&quot;&gt;Debian Unofficial&lt;/a&gt; and &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 06 Jun 2006 23:56:22 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/25-guid.html</guid>
    
</item>
<item>
    <title>3Ware - 3DM 2 -  Disk Management Utility for debian</title>
    <link>http://blog.brachium-system.net/archives/24-3Ware-3DM-2-Disk-Management-Utility-for-debian.html</link>
            <category>control</category>
            <category>debian</category>
            <category>work</category>
    
    <comments>http://blog.brachium-system.net/archives/24-3Ware-3DM-2-Disk-Management-Utility-for-debian.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=24</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    I have created debian packages for the 3DM 2 (Disk Management Utility) for 3Ware Controllers.&lt;br /&gt;
&lt;br /&gt;
You can find it on &lt;a href=&quot;http://debian-unofficial.org&quot;&gt;Debian Unofficial&lt;/a&gt; and &lt;a href=&quot;http://jonas.genannt.name&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 03 Jun 2006 02:40:47 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/24-guid.html</guid>
    
</item>
<item>
    <title>Debian Volatile Service</title>
    <link>http://blog.brachium-system.net/archives/19-Debian-Volatile-Service.html</link>
            <category>debian</category>
            <category>useful stuff</category>
            <category>virus</category>
    
    <comments>http://blog.brachium-system.net/archives/19-Debian-Volatile-Service.html#comments</comments>
    <wfw:comment>http://blog.brachium-system.net/wfwcomment.php?cid=19</wfw:comment>

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

    <author>nospam@example.com (Jonas Genannt)</author>
    <content:encoded>
    Relating to that  &lt;a href=&quot;http://blog.brachium-system.net/archives/5-Postfix-with-Amavis-new-for-virus-scanning.html&quot; &gt;Virus Scanning entry&lt;/a&gt; I think &lt;a href=&quot;http://volatile.debian.net&quot;&gt;Debian Volatile&lt;/a&gt; is better for an up-to-date ClamAV than &lt;a href=&quot;http://www.backports.org&quot;&gt;Backports.org&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Debian Volatile is made for packages that change very often, and you need the current upstream package on a server. Like an up-to-date virus scanning engine.&lt;br /&gt;
&lt;br /&gt;
So simple and this line to your &lt;i&gt;sources.list&lt;/i&gt; and run after that an  &lt;i&gt;apt-get update&lt;/i&gt;.&lt;br /&gt;
&lt;blockquote&gt;deb http://ftp2.de.debian.org/debian-volatile sarge/volatile main&lt;/blockquote&gt;&lt;br /&gt;
BTW: &lt;a href=&quot;http://www.debian.org/devel/debian-volatile/volatile-mirrors&quot;&gt; Volatile Mirror List&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Now you can install your clamav normally with an  &lt;i&gt;apt-get install clamav&lt;/i&gt;. 
    </content:encoded>

    <pubDate>Fri, 19 May 2006 02:18:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.brachium-system.net/archives/19-guid.html</guid>
    
</item>

</channel>
</rss>