<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>µWallet</title>
	<atom:link href="http://microwallet.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://microwallet.net</link>
	<description>microwallet.net/org - security alert blog</description>
	<lastBuildDate>Wed, 01 Sep 2010 11:29:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[solution] adaptec aacraid driver for citrix xenserver 5.6</title>
		<link>http://microwallet.net/?p=418</link>
		<comments>http://microwallet.net/?p=418#comments</comments>
		<pubDate>Sun, 15 Aug 2010 01:18:35 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[5.6]]></category>
		<category><![CDATA[5405]]></category>
		<category><![CDATA[aacraid]]></category>
		<category><![CDATA[adaptec]]></category>
		<category><![CDATA[citrix]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xenserver]]></category>

		<guid isPermaLink="false">http://microwallet.net/?p=418</guid>
		<description><![CDATA[+short+ Use http://microwallet.net/files/uid-ahvahb6U as additional driver source (F9 on Citrix XenServer Installation Welcome Screen) finally solved! I was able to determine a way to install Citrix XenServer 5.6 on an Storage which is maintained by an Adaptec 5405 Controller. The following steps were making me able to run fine: Install an Citrix XenServer 5.6 on [...]]]></description>
			<content:encoded><![CDATA[<p><em>+short+ Use <a href="http://microwallet.net/files/uid-ahvahb6U">http://microwallet.net/files/uid-ahvahb6U</a> as additional driver source (F9 on Citrix XenServer Installation Welcome Screen)<br />
</em><br />
finally solved!</p>
<p><a href="http://microwallet.net/wp-content/uploads/ctxdriver.png"><img class="alignnone size-thumbnail wp-image-438" title="ctxdriver" src="http://microwallet.net/wp-content/uploads/ctxdriver-150x150.png" alt="" width="150" height="150" /></a> <a href="http://microwallet.net/wp-content/uploads/ctxdriver02.png"><img class="alignnone size-thumbnail wp-image-439" title="ctxdriver02" src="http://microwallet.net/wp-content/uploads/ctxdriver02-150x150.png" alt="" width="150" height="150" /></a> <a href="http://microwallet.net/wp-content/uploads/ctxdriver03.png"><img class="alignnone size-thumbnail wp-image-440" title="ctxdriver03" src="http://microwallet.net/wp-content/uploads/ctxdriver03-150x150.png" alt="" width="150" height="150" /></a></p>
<p>I was able to determine a way to install Citrix XenServer 5.6 on an Storage which is maintained by an Adaptec 5405 Controller.<br />
The following steps were making me able to run fine:<br />
Install an Citrix XenServer 5.6 on an other &#8211; compatible machine.<br />
Import the Citrix XenServer 5.6 Driver Development Kit VM (DDK)</p>
<p>Doing the following steps within the machine:<br />
Download driver source packaged as rpm from:<br />
<a href="http://www.adaptec.com/en-US/support/raid/sas_raid/SAS-5405/">http://www.adaptec.com/en-US/support/raid/sas_raid/SAS-5405/</a> &#8211;&gt;<a href="http://www.adaptec.com/en-US/downloads/linux_source/linux_source_code?productId=SAS-5405&amp;dn=Adaptec+RAID+5405"> http://www.adaptec.com/en-US/downloads/linux_source/linux_source_code?productId=SAS-5405&amp;dn=Adaptec+RAID+5405</a> &#8211;&gt; 23 Apr 2010 &#8211; Linux Driver Source RPM v1.1.5-26400 &#8211; Driver Source RPM v1.1.5-26400 for Linux.</p>
<p>Unpacking this zip I&#8217;ve got the tar.gz containt the sourcefiles.<br />
Please be not surprised&#8230; The driver-tarball-package was containt &#8220;Hello World Linux Driver&#8221; lines&#8230;</p>
<p># <strong>mv aacraid.src.spec aacraid-1.1.5-26400.spec</strong><br />
# <strong>mv aacraid_source.tgz aacraid-1.1.5-26400.tar.gz</strong><br />
# <strong>cp aacraid-1.1.5-26400.tar.gz /usr/src/redhat/SOURCES/aacraid-1.1.5-26400.tar.gz</strong><br />
# <strong>cp /usr/src/redhat/SOURCES/aacraid-1.1.5-26400.tar.gz /usr/src/redhat/SOURCES/aacraid_source.tgz</strong><br />
# <strong>mkdir aacraid-1.1.5-26400</strong><br />
# <strong>mv aacraid-1.1.5-26400.tar.gz aacraid-1.1.5-26400/</strong><br />
# <strong>mv aacraid-1.1.5-26400.spec aacraid-1.1.5-26400/</strong><br />
# <strong>cd aacraid-1.1.5-26400</strong><br />
# <strong>tar -xvzf aacraid-1.1.5-26400.tar.gz</strong><br />
# <strong>rm -f aacraid-1.1.5-26400.tar.gz</strong><br />
# <strong>cp /root/examples/driver/Makefile /root/aacraid-1.1.5-26400/</strong></p>
<blockquote><p><span style="text-decoration: underline;">vi Makefile</span><br />
&#8212;&#8211;<br />
- 2:SPEC := helloworld.spec<br />
+ 2:SPEC := aacraid-1.1.5-26400.spec<br />
- 3:VENDOR_CODE := oem<br />
+ 3:VENDOR_CODE := 0000D1<br />
- 4:VENDOR_NAME := OEM Inc.<br />
+ 4:VENDOR_NAME := Adaptec<br />
- 6:TEXT := Example driver<br />
+ 6:TEXT := Xenserver 5.6 Adaptec AACRAID Driver 1.1.5 26400</p>
<p><span style="text-decoration: underline;">vi aacraid-1.1.5-26400.spec</span><br />
&#8212;&#8211;<br />
- 48-51:<br />
Summary: Linux driver for the sample Hello World driver<br />
Name: %( (echo &#8220;%{rname}&#8221;) )<br />
Version: %( (echo &#8220;%{rversion}&#8221; | tr &#8216;-&#8217; &#8216;_&#8217;) )<br />
#Bump your release up a notch whenever you have a new revision!<br />
Release: %{rbuild}</p>
<p>+ 48-51:<br />
Summary: Xenserver 5.6 Adaptec AACRAID Driver 1.1.5 26400<br />
Name: aacraid-1.1.5-26400<br />
Version: %{?version}%{!?version:1.0}<br />
Release: %{?release}%{!?release:1}</p></blockquote>
<p># <strong>make</strong><br />
The installer will notify you that it&#8217;s unable to locate &#8220;/usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-modules-xen-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm&#8221; and &#8220;/usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-modules-kdump-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm&#8221;<br />
# <strong>cp /usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-1.0-1.i386.rpm /usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-modules-xen-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm</strong><br />
# <strong>cp /usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-1.0-1.i386.rpm /usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-modules-kdump-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm</strong><br />
# <strong>make</strong><br />
The installer will notify you that the files could be located, but they are invalid. But we&#8217;re able to create our own package without any help:</p>
<p># <strong>cd packages</strong><br />
# <strong>md5sum /usr/src/redhat/RPMS/i386/aacraid-1.1.5-26400-modules-xen-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm</strong></p>
<p>inserting the neccessary lines to an file called &#8220;XS-PACKAGES&#8221;</p>
<blockquote><p>&lt;packages&gt;<br />
&lt;package label=&#8221;aacraid-1.1.5-26400-1.0-1&#8243; type=&#8221;driver-rpm&#8221; kernel=&#8221;2.6.27.42-0.1.1.xs5.6.0.44.111158xen&#8221; size=&#8221;1757892&#8243; md5=&#8221;5a2db16607b84da6f6630c388329daee&#8221;&gt;aacraid-1.1.5-26400-modules-xen-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm&lt;/package&gt;<br />
&lt;package label=&#8221;aacraid-1.1.5-26400-1.0-1&#8243; type=&#8221;driver-rpm&#8221; kernel=&#8221;2.6.27.42-0.1.1.xs5.6.0.44.111158kdump&#8221; size=&#8221;1757892&#8243; md5=&#8221;5a2db16607b84da6f6630c388329daee&#8221;&gt;aacraid-1.1.5-26400-modules-kdump-2.6.27.42-0.1.1.xs5.6.0.44.111158-1.0-1.i386.rpm&lt;/package&gt;<br />
&lt;/packages&gt;</p></blockquote>
<p>and inserting those lines to the file &#8220;XS-REPOSITORY&#8221;</p>
<blockquote><p>&lt;repository originator=&#8221;Adaptec&#8221; name=&#8221;AACRAID&#8221; product=&#8221;XenServer&#8221; version=&#8221;5.6.0&#8243; build=&#8221;31188p&#8221;&gt;<br />
&lt;description&gt;Adaptec AACRAID Driver 1.5.1-26400 &#8211; @CTXXS56 &#8211; microwallet.net&lt;/description&gt;<br />
&lt;requires originator=&#8221;xs&#8221; name=&#8221;main&#8221; test=&#8221;eq&#8221; product=&#8221;XenServer&#8221; version=&#8221;5.6.0&#8243; /&gt;<br />
&lt;/repository&gt;</p></blockquote>
<p>i was able to use the repository-addon for my xenserver 5.6 installation on a Hetzner EQ6 machine.</p>
<p>Finally I was uploading the whole package to (directory listing available):<br />
<a href="http://microwallet.net/files/uid-ahvahb6U">http://microwallet.net/files/uid-ahvahb6U</a></p>
<p>so you can use it for your server <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
greetings from germany,</p>
<p>µatthias﻿</p>
<p>The following sources helped me to success:<br />
<a href="http://support.citrix.com/article/CTX124957">http://support.citrix.com/article/CTX124957</a><br />
<a href="http://support.citrix.com/servlet/KbServlet/download/20640-102-489043/ddk-1.0-5.5.0-en_gb.pdf">http://support.citrix.com/servlet/KbServlet/download/20640-102-489043/ddk-1.0-5.5.0-en_gb.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=418</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[update-solved] invalid ssl-certificate prometric.com</title>
		<link>http://microwallet.net/?p=322</link>
		<comments>http://microwallet.net/?p=322#comments</comments>
		<pubDate>Tue, 10 Aug 2010 09:22:47 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[certificate]]></category>
		<category><![CDATA[com]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[prometric]]></category>

		<guid isPermaLink="false">http://microwallet.net/?p=322</guid>
		<description><![CDATA[domain: https://www.register.prometric.com reason: domain invalid, untrusted issuer history: 2010-08-11_15-40-utc0: corrected &#8211; certificate valid (thumbprint: 33 b8 e2 2f 10 45 69 5a fc 21 ca d0 63 94 a0 77 13 3f f4 51) 2010-08-10_10-57-utc0: still invalid &#8211; vendor has been informed]]></description>
			<content:encoded><![CDATA[<p>domain: <a href="https://www.register.prometric.com">https://www.register.prometric.com</a></p>
<p><a href="http://microwallet.net/wp-content/uploads/www_register_prometric_com_2010-08-10_10-17-utc0.png"><img src="http://microwallet.net/wp-content/uploads/www_register_prometric_com_2010-08-10_10-17-utc0-300x187.png" alt="" title="www_register_prometric_com_2010-08-10_10-17-utc0" width="300" height="187" class="alignnone size-medium wp-image-323" /></a></p>
<p>reason: domain invalid, untrusted issuer<br />
history:<br />
2010-08-11_15-40-utc0: corrected &#8211; certificate valid (thumbprint: 33 b8 e2 2f 10 45 69 5a fc 21 ca d0 63 94 a0 77 13 3f f4 51)<br />
2010-08-10_10-57-utc0: still invalid &#8211; vendor has been informed</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=322</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>openwallet changes to microwallet</title>
		<link>http://microwallet.net/?p=319</link>
		<comments>http://microwallet.net/?p=319#comments</comments>
		<pubDate>Sun, 02 May 2010 12:07:44 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microwallet]]></category>

		<guid isPermaLink="false">http://microwallet.net/?p=319</guid>
		<description><![CDATA[Hello all over there, until 01. May 2010 there was openwallet.de my site to blog. This site has been renamed to microwallet.net. The reasons for this were, that openwallet.com/net/org has been buyed by domain squatters and the prices for buying those were inacceptable. microwallet.net &#8211; the domain stays for internationalization and &#8220;let crow mail&#8221; an [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all over there,</p>
<p>until 01. May 2010 there was openwallet.de my site to blog. This site has been renamed to microwallet.net.<br />
The reasons for this were, that openwallet.com/net/org has been buyed by domain squatters and the prices for buying those were inacceptable.<br />
microwallet.net &#8211; the domain stays for internationalization and &#8220;let crow mail&#8221; an anagram to microwallet <img src='http://microwallet.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  for more please be still patient and visit my blog again <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
microwallet = µWallet = stands for the relation between my name (µatthias) and the blog (µWallet) <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>furthermore there is a new server in the microwallet/openwallet serverfarm <img src='http://microwallet.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  proudly present an vps @atlanta/USA http://microwallet.net/?page_id=37 <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>btw: for those please who want to contact me: the mailadresses won&#8217;t be changed until the datacenter is not transferred from switzerland to germany. So not before June/July 2010. <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>greetings µatthias</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=319</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cloning machines (servers, pc) via network, compressed</title>
		<link>http://microwallet.net/?p=305</link>
		<comments>http://microwallet.net/?p=305#comments</comments>
		<pubDate>Sat, 01 May 2010 15:37:16 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=305</guid>
		<description><![CDATA[cloning, network, compressed, gzip, gunzip, buffer, source, target, linux]]></description>
			<content:encoded><![CDATA[<p>sometimes you need to clone a server on the fly (directly from one server/pc to the other without a local copy). Usually I&#8217;m using clonezilla. But for some reasons, it was unable to transfer the data between the nodes. So I just was looking for a possibility to clone the source to the target disk within a possibility to compress (fasten) the transfer.</p>
<p>and I found some solution:</p>
<p>booting up some rescue disc (e.g. debian) and running some (target with ip: 192.168.0.123):</p>
<blockquote><p>root @source$: dd if=/dev/hda bs=1024k | buffer -s 512k -S 10m | gzip | netcat 192.168.0.123 1234</p>
<p>root @target$: netcat -l -p 1234 | gunzip | dd of=/dev/hda</p></blockquote>
<p>this worked for me. please report if you&#8217;re going fine <img src='http://microwallet.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=305</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[solution] Amavis end of life problem @ debian 5</title>
		<link>http://microwallet.net/?p=275</link>
		<comments>http://microwallet.net/?p=275#comments</comments>
		<pubDate>Thu, 15 Apr 2010 23:16:45 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[16.04.2010]]></category>
		<category><![CDATA[16.April]]></category>
		<category><![CDATA[amavis]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[not delivered]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=275</guid>
		<description><![CDATA[Hello at all, 2010-04-16: I found a solution. $ echo &#8220;deb http://volatile.debian.org/debian-volatile lenny/volatile main contrib non-free&#8221; &#62;&#62; /etc/apt/sources.list $ apt-get update $ apt-get install clamav $ apt-get upgrade $ /etc/init.d/amavis restart - &#8211; - &#8211; - &#8211;&#62; virus-check will work (no guarantee &#8211; for me worked it fine ) DO NOT FORGET TO ENABLE VIRUSSCAN [...]]]></description>
			<content:encoded><![CDATA[<p>Hello at all,</p>
<p>2010-04-16: I found a solution.</p>
<blockquote><p>$ echo &#8220;deb <a href="http://volatile.debian.org/debian-volatile" target="_blank">http://volatile.debian.org/debian-volatile</a> lenny/volatile main contrib non-free&#8221; &gt;&gt; /etc/apt/sources.list</p>
<p>$ apt-get update<br />
$ apt-get install clamav<br />
$ apt-get upgrade<br />
$ /etc/init.d/amavis restart</p></blockquote>
<p>- &#8211; - &#8211; - &#8211;&gt; virus-check will work (no guarantee &#8211; for me worked it fine <img src='http://microwallet.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  )<br />
DO NOT FORGET TO ENABLE VIRUSSCAN IF YOU DISABLED IT!<br />
Please comment if it&#8217;s working for you!</p>
<p>Now it&#8217;s working fine:</p>
<blockquote><p>Return-Path: &lt;***SCREENEDFORWEB***&gt;<br />
Delivered-To: ***SCREENEDFORWEB***<br />
Received: from localhost (localhost [127.0.0.1])<br />
by euchzur-c7-v0.openwallet.de (Postfix) with ESMTP id 78A9EEE418<br />
for &lt;***SCREENEDFORWEB***&gt;; Fri, 16 Apr 2010 08:59:12 +0200 (CEST)<br />
X-Virus-Scanned: Debian amavisd-new at euchzur-c7-v0.openwallet.de<br />
Received: from euchzur-c7-v0.openwallet.de ([127.0.0.1])<br />
by localhost (euchzur-c7-v0.openwallet.de [127.0.0.1]) (amavisd-new,<br />
port 10024)<br />
with ESMTP id WwPp84cAbdBK for &lt;***SCREENEDFORWEB***&gt;;<br />
Fri, 16 Apr 2010 08:59:10 +0200 (CEST)<br />
Received: by euchzur-c7-v0.openwallet.de (Postfix, from userid 33)<br />
id 76678EE41C; Fri, 16 Apr 2010 08:59:10 +0200 (CEST)<br />
To: &lt;***SCREENEDFORWEB***&gt;<br />
Subject: test<br />
MIME-Version: 1.0<br />
Date: Fri, 16 Apr 2010 08:59:10 +0200<br />
From: Wiora Matthias &lt;***SCREENEDFORWEB***&gt;<br />
Message-ID: &lt;f011502e4c0c0638b4c7cb0cff176dde@localhost&gt;<br />
X-Sender: ***SCREENEDFORWEB***<br />
User-Agent: RoundCube Webmail/0.3.1<br />
Content-Transfer-Encoding: 8bit<br />
Content-Type: text/plain; charset=UTF-8</p></blockquote>
<p>I’m running some debian-mailservers. All with Debian 5.0 Lenny (Up2date)<br />
and postfix installed. Postfix uses amavis (ClamAV) as virus-scanner and<br />
won’t let any mail through to the mailbox, if it is not checked.</p>
<p>Today, 16. April 2010 I realized that all Mails has been stopped from 0:00<br />
o’clock.<br />
The reason is, that the new antivirus-signatures will bock using the in<br />
debian 5.0 integrated version of amavis. Please skip scanning mails<br />
through<br />
configuration update (otherwise you won’t receive mails – be careful –<br />
Mails will not be scanned by Amavis) and wait for an update or compile<br />
some<br />
new version of amavis.</p>
<p>The announcement of Amavis/ClamAV:<br />
<a href="http://www.clamav.net/lang/en/2009/10/05/eol-clamav-094/" target="_blank">http://www.clamav.net/lang/en/2009/10/05/eol-clamav-094/</a></p>
<p>The source file downloadpage of Amavis/ClamAV:<br />
<a href="http://www.clamav.net/lang/en/download/sources/" target="_blank">http://www.clamav.net/lang/en/download/sources/</a></p>
<blockquote><p>Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!!)WARN: all primary virus scanners failed, considering backups<br />
Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!!)run_av (ClamAV-clamscan) FAILED – unexpected exit 50, output=”LibClamAV Warning:<br />
***********************************************************</p>
<p>\nLibClamAV Warning: *** This version of the ClamAV engine is outdated. ***\nLibClamAV<br />
Warning: *** DON’T PANIC! Read <a href="http://www.clamav.net/support/faq" target="_blank">http://www.clamav.net/support/faq</a> ***\nLibClamAV Warning:<br />
***********************************************************\nLibClamAV<br />
Error: cli_hex2str(): Malformed hexstring: This ClamAV version has reached End of Life! Please upgrade to version 0.95 or later. For more information<br />
see <a href="http://www.clamav.net/eol-clamav-094" target="_blank">www.clamav.net/eol-clamav-094</a> and <a href="http://www.clamav.net/download" target="_blank">www.clamav.net/download</a> (length: 169)\nLibClamAV Error: Problem parsing database at line 742\nLibClamAV<br />
Error: Can’t load daily.ndb: Malformed database\nLibClamAV Error: cli_tgzload: Can’t load daily.ndb\nLibClamAV Error: Can’t load<br />
/var/lib/clamav//daily.cld: Malformed database\nERROR: Malformed database” Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!!)ClamAV-clamscan<br />
av-scanner FAILED: /usr/bin/clamscan unexpected exit 50, output=”LibClamAV Warning:</p>
<p>***********************************************************\nLibClamAV Warning: *** This version of the ClamAV engine is outdated. ***\nLibClamAV<br />
Warning: *** DON’T PANIC! Read <a href="http://www.clamav.net/support/faq" target="_blank">http://www.clamav.net/support/faq</a> ***\nLibClamAV Warning:<br />
***********************************************************\nLibClamAV<br />
Error: cli_hex2str(): Malformed hexstring: This ClamAV version has reached End of Life! Please upgrade to version 0.95 or later. For more information<br />
see <a href="http://www.clamav.net/eol-clamav-094" target="_blank">www.clamav.net/eol-clamav-094</a> and <a href="http://www.clamav.net/download" target="_blank">www.clamav.net/download</a> (length: 169)\nLibClamAV Error: Problem parsing database at line 742\nLibClamAV<br />
Error: Can’t load daily.ndb: Malformed database\nLibClamAV Error: cli_tgzload: Can’t load daily.ndb\nLibClamAV Error: Can’t load<br />
/var/lib/clamav//daily.cld: Malformed database\nERROR: Malformed database” at (eval 88) line 527.<br />
Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!!)TROUBLE in check_mail: virus_scan FAILED: virus_scan: ALL VIRUS SCANNERS FAILED:<br />
ClamAV-clamd av-scanner FAILED: run_av error: Too many retries to talk to /var/run/clamav/clamd.ctl (Can’t connect to UNIX socket<br />
/var/run/clamav/clamd.ctl: No such file or directory) at (eval 88) line 309.; ClamAV-clamscan av-scanner FAILED: /usr/bin/clamscan unexpected exit<br />
50, output=”LibClamAV Warning: ***********************************************************\nLibClamAV<br />
Warning: *** This version of the ClamAV engine is outdated. ***\nLibClamAV<br />
Warning: *** DON’T PANIC! Read <a href="http://www.clamav.net/support/faq" target="_blank">http://www.clamav.net/support/faq</a><br />
***\nLibClamAV Warning:<br />
***********************************************************\nLibClamAV<br />
Error: cli_hex2str(): Malformed hexstring: This ClamAV version has reached End of Life! Please upgrade to version 0.95 or later. For more information<br />
see <a href="http://www.clamav.net/eol-clamav-094" target="_blank">www.clamav.net/eol-clamav-094</a> and <a href="http://www.clamav.net/download" target="_blank">www.clamav.net/download</a> (length: 169)\nLibClamAV Error: Problem parsing d…<br />
Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!!)…atabase at line 742\nLibClamAV Error: Can’t load daily.ndb: Malformed<br />
database\nLibClamAV Error: cli_tgzload: Can’t load daily.ndb\nLibClamAV Error: Can’t load /var/lib/clamav//daily.cld: Malformed database\nERROR:<br />
Malformed database” at (eval 88) line 527. Apr 16 00:34:13 euchzur-c7-v0 amavis[1278]: (01278-03) (!)PRESERVING<br />
EVIDENCE in /var/lib/amavis/tmp/amavis-20100416T003406-01278 Apr 16 00:34:13 euchzur-c7-v0 postfix/smtp[2337]: 03B5EEF32F:<br />
to=&lt;****MAILSCREENED*&gt;, relay=127.0.0.1[127.0.0.1]:10024, delay=912, delays=897/7.5/0.09/7.2, dsn=4.5.0, status=deferred (host<br />
127.0.0.1[127.0.0.1] said: 451-4.5.0 Error in processing, id=01278-03, virus_scan FAILED: virus_scan: ALL VIRUS SCANNERS FAILED: ClamAV-clamd<br />
av-scanner FAILED: run_av error: Too many retries to talk to /var/run/clamav/clamd.ctl (Can’t connect to UNIX socket<br />
/var/run/clamav/clamd.ctl: No such file or directory) at (eval 88) line 309.; ClamAV-clamscan av-scanner FAILED: /usr/bin/clamscan unexpected exit<br />
50, output=”LibClamAV Warning:</p>
<p>*********************************************************** 451-4.5.0 LibClamAV Warning: *** This version of the ClamAV engine is outdated. ***<br />
451-4.5.0 LibClamAV Warning: *** DON’T PANIC! Read<a href="http://www.clamav.net/support/faq" target="_blank"> http://www.clamav.net/support/faq</a> *** 451-4.5.0 LibClamAV Warning:<br />
*********************************************************** 451-4.5.0 LibClamAV Error: cli_hex2str(): Malformed hexstring: This Cla</p></blockquote>
<p>How to disable scanning:</p>
<blockquote><p>Change those lines in /etc/amavis/conf.d/15-content_filter_mode:<br />
@bypass_virus_checks_maps = (<br />
\%bypass_virus_checks, \@bypass_virus_checks_acl,<br />
\$bypass_virus_checks_re);</p></blockquote>
<blockquote><p>to<br />
# @bypass_virus_checks_maps = (<br />
# \%bypass_virus_checks, \@bypass_virus_checks_acl,<br />
\$bypass_virus_checks_re);</p></blockquote>
<p>/etc/init.d/amavis restart</p>
<p>enjoy the show</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=275</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>it &#8211; server 2008, xenapp 5.0 &#8211; filetype association</title>
		<link>http://microwallet.net/?p=234</link>
		<comments>http://microwallet.net/?p=234#comments</comments>
		<pubDate>Fri, 29 Jan 2010 13:47:54 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=234</guid>
		<description><![CDATA[Hello, If there is an application and there should be a redirection generated for it e.g. &#8220;jpeg&#8221; for linking with &#8220;Microsoft Office Picture Viewer&#8221; do the following: Publish the Application, run assoc .jpg=JPG ftype JPG=&#8221;D:\PROGRA~1\MICROS~1\Office12\OIS.EXE&#8221; /shellOpen &#8220;%1&#8243; on one Citrix-Farm Server and get the UP2Date Registration-Informations of this server. (AMC &#8211; Right click on the Server &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>If there is an application and there should be a redirection generated for it e.g. &#8220;jpeg&#8221; for linking with &#8220;Microsoft Office Picture Viewer&#8221; do the following:</p>
<p>Publish the Application, run</p>
<blockquote><p>assoc .jpg=JPG<br />
ftype JPG=&#8221;D:\PROGRA~1\MICROS~1\Office12\OIS.EXE&#8221; /shellOpen &#8220;%1&#8243;</p></blockquote>
<p>on one Citrix-Farm Server and get the UP2Date Registration-Informations of this server. (AMC &#8211; Right click on the Server &#8211; update registration). Doing this, the Filetype will be registred to the linked application and the filetype will be selectable at the published application registercard &#8220;Content redirection&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=234</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fedora 12 &#8211; optimize eclipse (running original / true java version)</title>
		<link>http://microwallet.net/?p=228</link>
		<comments>http://microwallet.net/?p=228#comments</comments>
		<pubDate>Thu, 28 Jan 2010 00:20:59 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=228</guid>
		<description><![CDATA[hello I just tried fedora&#8217;s 12 eclipse Version. This way a fried ( thx @chris ) told me about optimizations Fedora delivers openjava. This is not optimal for using eclipse. Furthermore most of up2date systems are able to provide more RAM Reservation. &#8211;&#62; needed for performance &#8211;&#62; better working My &#8220;/usr/lib64/eclipse/eclipse.ini&#8221; (optimizations bold) -startup plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar [...]]]></description>
			<content:encoded><![CDATA[<p>hello <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I just tried fedora&#8217;s 12 eclipse Version. This way a fried ( thx @chris <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ) told me about optimizations <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Fedora delivers openjava. This is not optimal for using eclipse. Furthermore most of up2date systems are able to provide more RAM Reservation. &#8211;&gt; needed for performance &#8211;&gt; better working <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>My &#8220;/usr/lib64/eclipse/eclipse.ini&#8221; (<strong>optimizations bold</strong>)</p>
<blockquote><p>-startup<br />
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar<br />
&#8211;launcher.library<br />
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.0.200.v20090519<br />
-showsplash<br />
org.eclipse.platform<br />
&#8211;launcher.XXMaxPermSize<br />
256m<br />
<strong>-vm<br />
/usr/java/jre1.6.0_18/bin</strong><br />
-vmargs<br />
<strong>-Xms512m<br />
-Xmx1024m</strong><br />
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/share/eclipse/dropins<br />
-XX:CompileCommand=exclude,org/eclipse/core/internal/dtree/DataTreeNode,forwardDeltaWith<br />
-XX:CompileCommand=exclude,org/eclipse/jdt/internal/compiler/lookup/ParameterizedMethodBinding,&lt;init&gt;<br />
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/dom/parser/cpp/semantics/CPPTemplates,instantiateTemplate<br />
-XX:CompileCommand=exclude,org/eclipse/cdt/internal/core/pdom/dom/cpp/PDOMCPPLinkage,addBinding<br />
-XX:CompileCommand=exclude,org/python/pydev/editor/codecompletion/revisited/PythonPathHelper,isValidSourceFile<br />
-XX:CompileCommand=exclude,org/python/pydev/ui/filetypes/FileTypesPreferencesPage,getDottedValidSourceFiles</p></blockquote>
<p>You have to payattention for two things: Cut the /vm and the path for the java-verison in two lines (will not work in one). and for the RAM reservation is important to know that the ram will be reserved in one piece. That&#8217;swhy it should be really available on your system <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=228</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>16.01.2010 :) </title>
		<link>http://microwallet.net/?p=221</link>
		<comments>http://microwallet.net/?p=221#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:00:37 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microwallet]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=221</guid>
		<description><![CDATA[Aschaffenburg in the near of the &#8220;Pompejanum&#8221;.]]></description>
			<content:encoded><![CDATA[<p><a href="http://openwallet.de/wp-content/uploads/WGS_0657.NEF_.jpg"><img class="alignnone size-medium wp-image-222" title="WGS_0657.NEF" src="http://openwallet.de/wp-content/uploads/WGS_0657.NEF_-300x199.jpg" alt="" /></a></p>
<p><a title="Aschaffenburg" href="http://maps.google.de/maps?f=q&amp;source=s_q&amp;hl=de&amp;geocode=&amp;q=aschaffenburg&amp;sll=51.151786,10.415039&amp;sspn=24.06875,67.631836&amp;ie=UTF8&amp;hq=&amp;hnear=Aschaffenburg,+Bayern&amp;ll=49.977397,9.140164&amp;spn=0.006003,0.016512&amp;z=17" target="_blank">Aschaffenburg</a> in the near of the &#8220;Pompejanum&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=221</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>new working services</title>
		<link>http://microwallet.net/?p=205</link>
		<comments>http://microwallet.net/?p=205#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:55:10 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[microwallet]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=205</guid>
		<description><![CDATA[Hello proudly presenting: mailman- and svn-services has been installed on euchzur-c7-v0 productive server https://lists.openwallet.de https://svn.openwallet.de If u need let me know greetings µatthias]]></description>
			<content:encoded><![CDATA[<p>Hello <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>proudly presenting:</p>
<p>mailman- and svn-services has been installed on euchzur-c7-v0 productive server <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="https://lists.openwallet.de">https://lists.openwallet.de</a></p>
<p><a href="https://svn.openwallet.de">https://svn.openwallet.de</a></p>
<p>If u need <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  let me know <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>greetings µatthias</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=205</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Antarctis</title>
		<link>http://microwallet.net/?p=202</link>
		<comments>http://microwallet.net/?p=202#comments</comments>
		<pubDate>Wed, 18 Nov 2009 13:57:46 +0000</pubDate>
		<dc:creator>Matthias R. Wiora</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[antarctis]]></category>
		<category><![CDATA[firewall]]></category>

		<guid isPermaLink="false">http://openwallet.de/?p=202</guid>
		<description><![CDATA[Hello, finally proudly presenting: http://openwallet.de/?page_id=192 It&#8217;s working! µatthias]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>finally proudly presenting:<br />
<a href="http://openwallet.de/?page_id=192">http://openwallet.de/?page_id=192</a></p>
<p>It&#8217;s working! <img src='http://microwallet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
µatthias</p>
]]></content:encoded>
			<wfw:commentRss>http://microwallet.net/?feed=rss2&amp;p=202</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
