<?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>Ich bin root</title>
	<atom:link href="http://ichbinroot.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://ichbinroot.de</link>
	<description>ich darf das!</description>
	<lastBuildDate>Fri, 13 Jan 2012 13:49:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>dovecot: Error: imap dump-capability process returned 3</title>
		<link>http://ichbinroot.de/2012/01/dovecot-error-imap-dump-capability-process-returned-3/</link>
		<comments>http://ichbinroot.de/2012/01/dovecot-error-imap-dump-capability-process-returned-3/#comments</comments>
		<pubDate>Fri, 13 Jan 2012 13:49:04 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[argh]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[dovecot-antispam]]></category>
		<category><![CDATA[dspam]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=244</guid>
		<description><![CDATA[Mal wieder &#8216;ne halbe Stunde bei der Fehlersuche wegen folgender Fehlermeldung verschenkt: # /etc/init.d/dovecot restart Restarting IMAP/POP3 mail server: dovecotError: imap dump-capability process returned 3 Fatal: Invalid configuration in /etc/dovecot/dovecot.conf failed! Ursache war eine fehlerhafte Konfiguration des dovecot-antispam Plugins. Für dspam muss man dort inzwischen antispam_backend = dspam schreiben und nicht antispam_backend = dspam-exec]]></description>
			<content:encoded><![CDATA[<p>Mal wieder &#8216;ne halbe Stunde bei der Fehlersuche wegen folgender Fehlermeldung verschenkt:</p>
<pre># /etc/init.d/dovecot restart
Restarting IMAP/POP3 mail server: dovecotError: imap dump-capability process returned 3
Fatal: Invalid configuration in /etc/dovecot/dovecot.conf
 failed!</pre>
<p>Ursache war eine fehlerhafte Konfiguration des dovecot-antispam Plugins. Für dspam muss man dort inzwischen</p>
<pre>antispam_backend = dspam</pre>
<p>schreiben und nicht</p>
<pre>antispam_backend = dspam-exec</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2012/01/dovecot-error-imap-dump-capability-process-returned-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSH-Host-Key anzeigen</title>
		<link>http://ichbinroot.de/2011/12/ssh-host-key-anzeigen/</link>
		<comments>http://ichbinroot.de/2011/12/ssh-host-key-anzeigen/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 22:12:39 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[Host-Key]]></category>
		<category><![CDATA[kurztipp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=240</guid>
		<description><![CDATA[ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key]]></description>
			<content:encoded><![CDATA[<pre>ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/12/ssh-host-key-anzeigen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zerfranste Bilder beim Skalieren mit ImageMagick/GraphicsMagick und Typo3 (CentOS)</title>
		<link>http://ichbinroot.de/2011/12/zerfranste-bilder-beim-skalieren-mit-imagemagickgraphicsmagick-und-typo3-centos/</link>
		<comments>http://ichbinroot.de/2011/12/zerfranste-bilder-beim-skalieren-mit-imagemagickgraphicsmagick-und-typo3-centos/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 08:38:01 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[GraphicsMagick]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=234</guid>
		<description><![CDATA[GraphicsMagick und ImageMagick skalieren in den aktuellen Versionen transparente Bilder nicht sehr schön (die Ecken sehen ausgefranst aus). Zumindest GraphicsMagick konnte das früher schonmal besser: Version 1.1.11 produziert ein wunderschönes Ergebnis. Um das vorhandene CentOS-Setup nicht unnötig zu verändern und eine einigermaßen portable Lösung zu bekommen, habe ich ein statisches Binary von GraphicsMagic in Version [...]]]></description>
			<content:encoded><![CDATA[<p>GraphicsMagick und ImageMagick skalieren in den aktuellen Versionen transparente Bilder nicht sehr schön (die Ecken sehen ausgefranst aus). Zumindest GraphicsMagick konnte das früher schonmal besser: Version 1.1.11 produziert ein wunderschönes Ergebnis.</p>
<p>Um das vorhandene CentOS-Setup nicht unnötig zu verändern und eine einigermaßen portable Lösung zu bekommen, habe ich ein statisches Binary von GraphicsMagic in Version 1.1.11 gebaut: <span id="more-234"></span></p>
<pre>[root@example.com bin]# ./gm version
GraphicsMagick 1.1.11 2008-02-23 Q8 <a href="http://www.GraphicsMagick.org/">http://www.GraphicsMagick.org/</a>
Copyright (C) 2002-2007 GraphicsMagick Group.
Additional copyrights and licenses apply to this software.
See <a href="http://www.GraphicsMagick.org/www/Copyright.html">http://www.GraphicsMagick.org/www/Copyright.html</a> for details.

Feature Support:
 Thread Safe              no
 Large Files (&gt; 32 bit)   yes
 Large Memory (&gt; 32 bit)  yes
 BZIP                     no
 DPS                      no
 FlashPix                 no
 Ghostscript (Library)    no
 JBIG                     no
 JPEG-2000                no
 JPEG                     no
 Little CMS               no
 Loadable Modules         no
 PNG                      no
 TIFF                     no
 TRIO                     no
 FreeType                 no
 WMF                      no
 X11                      no
 XML                      no
 ZLIB                     no

Host type: x86_64-unknown-linux-gnu

Configured using the command:
 ./configure  '--enable-static' '--disable-shared' '--without-perl'
'--without-magick-plus-plus' '--without-x' '--without-fpx'
'--without-threads' '--without-dps' '--without-LCMS' '--without-trio'
'--without-wmf' '--disable-installed' '--enable-ltdl-convenience'
'--prefix=/usr/local/graphicsmagik-1.1.11'

Final Build Parameters:
 CC       = gcc -std=gnu99
 CFLAGS   = -g -O2 -Wall
 CPPFLAGS =
 CXX      = g++
 CXXFLAGS = -g -O2
 LDFLAGS  =
 LIBS     = -lm</pre>
<p>Leider war auf dem Server auch ImageMagick installiert, welches von einem anderen Kunden benötigt wurde. Das Typo3 Install Tool zieht dieses dann immer dem GraphicsMagick vor, auch wenn man ihm den Ordner der das gm-Binary enthält extra vorgibt. Damit gm von Typo3 nun auch wirklich verwendet wird, muss man in der typo3conf/localconf.php die $TYPO3_CONF_VARS['GFX'] Einstellungen manuell abändern:</p>
<pre>$TYPO3_CONF_VARS['GFX']['gdlib_2']      = '1';
$TYPO3_CONF_VARS['GFX']['im_path'] =
'/var/www/vhosts/example.com/bin/';
$TYPO3_CONF_VARS['GFX']['im_version_5'] = 'gm';
$TYPO3_CONF_VARS['GFX']['im_path_lzw'] = '';
$TYPO3_CONF_VARS['GFX']['jpg_quality'] = '90';</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/12/zerfranste-bilder-beim-skalieren-mit-imagemagickgraphicsmagick-und-typo3-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wenn clear: &#8230;; zuviel cleared</title>
		<link>http://ichbinroot.de/2011/09/wenn-clear-zuviel-cleared/</link>
		<comments>http://ichbinroot.de/2011/09/wenn-clear-zuviel-cleared/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 09:23:46 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[clear]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[float]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=228</guid>
		<description><![CDATA[Mit CSS kann man sich ganz schön rumärgern, vor allem wenns um floats und das richtige clearen geht. Gerade hatte ich mal wieder den Fall, dass ein clear innerhalb eines Containers zu viel gecleared hat und deshalb ein Element viel zu groß war. Der Fehler war, dass der umschließende Container nicht gefloatet war.]]></description>
			<content:encoded><![CDATA[<p>Mit CSS kann man sich ganz schön rumärgern, vor allem wenns um floats und das richtige clearen geht. Gerade hatte ich mal wieder den Fall, dass ein clear innerhalb eines Containers zu viel gecleared hat und deshalb ein Element viel zu groß war. Der Fehler war, dass der umschließende Container nicht gefloatet war.</p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/09/wenn-clear-zuviel-cleared/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busch &amp; Müller Lumotec IQ Cyo senso plus leuchtet auch wenn ausgeschaltet</title>
		<link>http://ichbinroot.de/2011/08/busch-mueller-lumotec-iq-cyo-senso-plus-leuchtet-auch-wenn-ausgeschaltet/</link>
		<comments>http://ichbinroot.de/2011/08/busch-mueller-lumotec-iq-cyo-senso-plus-leuchtet-auch-wenn-ausgeschaltet/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 15:19:36 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[fahrrad]]></category>
		<category><![CDATA[kurztipp]]></category>
		<category><![CDATA[offtopic]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=218</guid>
		<description><![CDATA[Bei der der Abfahrt vom Feldberg letzten Sonntag ist mein Scheinwerfer lose geworden. Natürlich hatte ich kein Werkzeug dabei, so musste ich ihn sicherheitshalber ganz demontieren. Heute nachdem ich ihn wieder befestigt habe, leuchtete er während der Fahrt auch wenn er ausgeschaltet war. Das passiert, wenn man die Kabel für Rücklicht und Dynamo vertauscht. Für [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der der Abfahrt vom Feldberg letzten Sonntag ist mein Scheinwerfer lose geworden. Natürlich hatte ich kein Werkzeug dabei, so musste ich ihn sicherheitshalber ganz demontieren. Heute nachdem ich ihn wieder befestigt habe, leuchtete er während der Fahrt auch wenn er ausgeschaltet war. <span style="text-decoration: underline;">Das passiert, wenn man die Kabel für Rücklicht und Dynamo vertauscht.</span></p>
<p>Für Unwissende: B&amp;M Lumotec IQ Cyo (bei mir in der Ausführung 175QRSNDI) ist der Scheinwerfer, den man am Fahrrad haben will. Mit 40 Lux hat er den Namen Scheinwerfer auch wahrlich verdient. Das Ding macht hell! Kostet allerdings auch 90 Euro.</p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/08/busch-mueller-lumotec-iq-cyo-senso-plus-leuchtet-auch-wenn-ausgeschaltet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PC-Emulation mit JavaScript</title>
		<link>http://ichbinroot.de/2011/05/pc-emulation-mit-javascript/</link>
		<comments>http://ichbinroot.de/2011/05/pc-emulation-mit-javascript/#comments</comments>
		<pubDate>Tue, 17 May 2011 10:00:33 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[abgefahren]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[linktipp]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=213</guid>
		<description><![CDATA[http://bellard.org/jslinux/]]></description>
			<content:encoded><![CDATA[<p><a href="http://bellard.org/jslinux/">http://bellard.org/jslinux/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/05/pc-emulation-mit-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doppelt encodiertes UTF-8 in SVN::Web reparieren</title>
		<link>http://ichbinroot.de/2011/05/doppelt-encodiertes-utf-8-in-svnweb/</link>
		<comments>http://ichbinroot.de/2011/05/doppelt-encodiertes-utf-8-in-svnweb/#comments</comments>
		<pubDate>Tue, 10 May 2011 07:58:14 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[bug]]></category>
		<category><![CDATA[kurztipp]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn::web]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=211</guid>
		<description><![CDATA[use encoding 'utf8';]]></description>
			<content:encoded><![CDATA[<pre>use encoding 'utf8';</pre>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/05/doppelt-encodiertes-utf-8-in-svnweb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reguläre Ausdrücke visualisiert</title>
		<link>http://ichbinroot.de/2011/05/regulare-ausdrucke-visualisiert/</link>
		<comments>http://ichbinroot.de/2011/05/regulare-ausdrucke-visualisiert/#comments</comments>
		<pubDate>Tue, 10 May 2011 06:47:41 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[linktipp]]></category>
		<category><![CDATA[regexp]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=209</guid>
		<description><![CDATA[http://strfriend.com/]]></description>
			<content:encoded><![CDATA[<p><a href="http://strfriend.com/">http://strfriend.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/05/regulare-ausdrucke-visualisiert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RaphaëlJS</title>
		<link>http://ichbinroot.de/2011/03/raphaeljs/</link>
		<comments>http://ichbinroot.de/2011/03/raphaeljs/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 09:14:12 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[abgefahren]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[linktipp]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=198</guid>
		<description><![CDATA[Raphaël-JavaScript Library Z.B. für schöne Charts zu gebrauchen]]></description>
			<content:encoded><![CDATA[<p><a href="http://raphaeljs.com/">Raphaël-JavaScript Library</a></p>
<p>Z.B. für schöne Charts zu gebrauchen</p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2011/03/raphaeljs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Game-Boy-Emulation in JavaScript</title>
		<link>http://ichbinroot.de/2010/11/game-boy-emulation-in-javascript/</link>
		<comments>http://ichbinroot.de/2010/11/game-boy-emulation-in-javascript/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 10:38:40 +0000</pubDate>
		<dc:creator>root</dc:creator>
				<category><![CDATA[abgefahren]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[linktipp]]></category>

		<guid isPermaLink="false">http://ichbinroot.de/?p=184</guid>
		<description><![CDATA[Game-Boy-Emulation in JavaScript]]></description>
			<content:encoded><![CDATA[<p><a href="http://imrannazar.com/GameBoy-Emulation-in-JavaScript">Game-Boy-Emulation in JavaScript</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ichbinroot.de/2010/11/game-boy-emulation-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.835 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-19 06:13:53 -->

