<?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>hostblogger.de - Linux</title>
    <link>http://www.hostblogger.de/blog/</link>
    <description>Aus dem Leben eines DSL | Webhosting | Root-Server - Unternehmers</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    <pubDate>Wed, 08 Feb 2012 12:34:27 GMT</pubDate>

    <image>
        <url>http://www.hostblogger.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: hostblogger.de - Linux - Aus dem Leben eines DSL | Webhosting | Root-Server - Unternehmers</title>
        <link>http://www.hostblogger.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Wenn Debian nicht mehr bootet und in der grub-rescue-Shell steht</title>
    <link>http://www.hostblogger.de/blog/archives/5592-Wenn-Debian-nicht-mehr-bootet-und-in-der-grub-rescue-Shell-steht.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5592-Wenn-Debian-nicht-mehr-bootet-und-in-der-grub-rescue-Shell-steht.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5592</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5592</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Eben hatten wir einen Fall, wo die &lt;a href=&quot;http://www.hostblogger.de/blog/archives/5564-Wenn-Debian-nach-einem-Update-nicht-mehr-bootet.html&quot;&gt;Anleitung von neulich&lt;/a&gt; nicht ganz ausreichend war.&lt;br /&gt;
&lt;br /&gt;
Hier noch etwas, das hilfreich sein könnte:&lt;blockquote class=&quot;paper-email&quot;&gt;mkdir /TARGET&lt;br /&gt;
mount /dev/[root-Device] /TARGET/&lt;br /&gt;
# ggf. hier weitere Partitionen wie /boot mounten&lt;br /&gt;
mount -B /dev /TARGET/dev&lt;br /&gt;
mount -B /sys /TARGET/sys&lt;br /&gt;
mount -B /proc /TARGET/proc&lt;br /&gt;
chroot /TARGET/&lt;br /&gt;
&lt;br /&gt;
upgrade-from-grub-legacy&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 08 Feb 2012 13:32:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5592-guid.html</guid>
    
</item>
<item>
    <title>Wenn Debian nach einem Update nicht mehr bootet</title>
    <link>http://www.hostblogger.de/blog/archives/5564-Wenn-Debian-nach-einem-Update-nicht-mehr-bootet.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5564-Wenn-Debian-nach-einem-Update-nicht-mehr-bootet.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5564</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5564</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Von einem Kunden &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;blockquote class=&quot;paper-email&quot;&gt;So, also falls sich nochmal ein Kunde melden sollte, dessen Debian System nicht mehr bootet:&lt;br /&gt;
&lt;br /&gt;
wenn man (vor 2 Jahren) mit lenny anfängt, dann auf squeeze geht und immer brav mit aptiude update, safe-upgrade und dist-upgrade durchläuft, kommt man am ende evtl. mit einem System raus, das kein linux-image installiert hat, weswegen das grub update eine leere grub.cfg produziert (weil in /boot/ nur ein bzImage herumliegt, aber kein vmlinuz). Reparieren kann man das ganze im Rettungssystem wie folgt:&lt;br /&gt;
&lt;br /&gt;
mount /dev/[bootplatte] /mnt/;&lt;br /&gt;
mount -B /dev /mnt/dev;&lt;br /&gt;
mount -B /sys /mnt/sys;&lt;br /&gt;
mount -B /proc /mnt/proc;&lt;br /&gt;
&lt;br /&gt;
chroot /mnt&lt;br /&gt;
&lt;br /&gt;
und dann, weil Debian gerade sowieso dabei ist, sich selber zu zerhäckseln, ist die mdadm conf auch leer. Also:&lt;br /&gt;
mdadm --examine --scan &gt;&gt; /etc/mdadm/mdadm.conf&lt;br /&gt;
&lt;br /&gt;
und dann das rettende:&lt;br /&gt;
&lt;br /&gt;
aptitude update;&lt;br /&gt;
aptitude install linux-image-[wasManGerneHätte]&lt;/blockquote&gt; &lt;em&gt;An dieser Stelle nochmal herzlichen Dank an A. Hofmann!&lt;/em&gt; 
    </content:encoded>

    <pubDate>Thu, 02 Feb 2012 10:24:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5564-guid.html</guid>
    
</item>
<item>
    <title>.my.cnf</title>
    <link>http://www.hostblogger.de/blog/archives/5575-.my.cnf.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5575-.my.cnf.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5575</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5575</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Weil ich es immer mal wieder auf externen Server sehe: Eine &lt;code&gt;~/.my.cnf&lt;/code&gt; im Format &lt;blockquote&gt;[mysql]&lt;br /&gt;
user = root&lt;br /&gt;
password = letmein&lt;br /&gt;
&lt;br /&gt;
[mysqld]&lt;br /&gt;
user = root&lt;br /&gt;
password = letmein&lt;br /&gt;
&lt;br /&gt;
[mysqldump]&lt;br /&gt;
user = root&lt;br /&gt;
password = letmein&lt;br /&gt;
&lt;br /&gt;
[mysqladmin]&lt;br /&gt;
user = root&lt;br /&gt;
password = letmein&lt;/blockquote&gt; lässt sich auch ohne gzip oder bzip2 relativ einfach komprimieren:&lt;blockquote&gt;[client]&lt;br /&gt;
user = root&lt;br /&gt;
password = letmein&lt;/blockquote&gt; &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 01 Feb 2012 13:49:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5575-guid.html</guid>
    
</item>
<item>
    <title>Clocksource unstable auf virtuellen Maschinen</title>
    <link>http://www.hostblogger.de/blog/archives/5535-Clocksource-unstable-auf-virtuellen-Maschinen.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5535-Clocksource-unstable-auf-virtuellen-Maschinen.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5535</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5535</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wer sich insbesondere auf virtuellen Maschinen (aber auch solchen mit SMP) immer mal wieder über Probleme mit der Stabilität der Clocksource (was sich in &quot;Clocksource unstable&quot; äußert) ärgert bzw. damit zu kämpfen hat: Ein &lt;code&gt;notsc&lt;/code&gt; als Kernel-Parameter wirkt Wunder &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/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;
Nötig ist dafür allerdings ein &lt;code&gt;CONFIG_X86_TSC_DISABLE&lt;/code&gt;. 
    </content:encoded>

    <pubDate>Mon, 30 Jan 2012 15:34:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5535-guid.html</guid>
    
</item>
<item>
    <title>Aktualisierte Distributionen für Erst- und Neuinstallation von Root-Servern</title>
    <link>http://www.hostblogger.de/blog/archives/5329-Aktualisierte-Distributionen-fuer-Erst-und-Neuinstallation-von-Root-Servern.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5329-Aktualisierte-Distributionen-fuer-Erst-und-Neuinstallation-von-Root-Servern.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5329</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5329</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Es hat zwar etwas gedauert, aber ab heute stehen einige aktualisierte Distributionen für die Erst- und Neuinstallation unserer &lt;a href=&quot;http://www.manitu.de/root-server/&quot;&gt;Root-Server&lt;/a&gt; zur Verfügung.&lt;br /&gt;
&lt;br /&gt;
Somit gibt es nun bei uns:&lt;br /&gt;
&lt;br /&gt;
 &lt;strong&gt;Debian&lt;/strong&gt;&lt;br /&gt;
6.0 (Squeeze) (32-/64-bit)&lt;br /&gt;
5.0 (Lenny) (32-/64-bit)&lt;br /&gt;
4.0 (Etch) (32-/64-bit)&lt;br /&gt;
&lt;br /&gt;
 &lt;strong&gt;Ubuntu&lt;/strong&gt;&lt;br /&gt;
11.04 (Natty Narwhal) (32-/64-bit)&lt;br /&gt;
10.04 (Lucid Lynx) (32-/64-bit)&lt;br /&gt;
8.04 (Hardy Heron) (32-/64-bit)&lt;br /&gt;
&lt;br /&gt;
 &lt;strong&gt;Gentoo&lt;/strong&gt;&lt;br /&gt;
10.0 (32-/64-bit)&lt;br /&gt;
&lt;br /&gt;
 &lt;strong&gt;Fedora&lt;/strong&gt;&lt;br /&gt;
15 (Lovelock) (32-/64-bit)&lt;br /&gt;
11 (Leonidas) (32-/64-bit)&lt;br /&gt;
10 (Cambridge) (32-/64-bit)&lt;br /&gt;
&lt;br /&gt;
 &lt;strong&gt;CentOS&lt;/strong&gt;&lt;br /&gt;
5.2 (32-/64-bit)&lt;br /&gt;
&lt;br /&gt;
Bei CentOS kommt die Aktualisierung in Kürze, voraussichtlich kommende Woche.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Fri, 05 Aug 2011 14:59:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5329-guid.html</guid>
    
</item>
<item>
    <title>Grub-Fehler 2 (No such file or directory) in Verbindung mit ext2/ext3</title>
    <link>http://www.hostblogger.de/blog/archives/5273-Grub-Fehler-2-No-such-file-or-directory-in-Verbindung-mit-ext2ext3.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5273-Grub-Fehler-2-No-such-file-or-directory-in-Verbindung-mit-ext2ext3.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5273</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5273</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Ein kleiner Tipp (aus unserem Support): Wer beim Grub einen Fehler 2 (No such file or directory) in Verbindung mit ext2/ext3 erhält, obwohl eigentlich alles passen müsste: Es könnte daran liegen, dass die Inode-Größe daran schuld ist. Ältere Grub-Versionen kommen nur mit bis zu 128 Bytes klar, neuere mke2fs verwenden 256 Byte.&lt;br /&gt;
&lt;br /&gt;
Es macht daher Sinn, mke2fs mit einem zusätzlichen &lt;code&gt;-I 128&lt;/code&gt; aufzurufen (oder natürlich den Grub zu aktualisieren). 
    </content:encoded>

    <pubDate>Tue, 28 Jun 2011 12:06:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5273-guid.html</guid>
    
</item>
<item>
    <title>0.90 als Default für mdadm-Metadaten im Rettungs-System?</title>
    <link>http://www.hostblogger.de/blog/archives/5158-0.90-als-Default-fuer-mdadm-Metadaten-im-Rettungs-System.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5158-0.90-als-Default-fuer-mdadm-Metadaten-im-Rettungs-System.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5158</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5158</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Da mich auf den &lt;a href=&quot;http://www.hostblogger.de/blog/archives/5152-mdadm-Metadaten.html&quot;&gt;Beitrag&lt;/a&gt; mehrere Leser (leider nicht inden Kommentaren) darauf angesprochen haben, ob wir für unser Rettungs-System )für Root-Server) nicht Version 0.90 als Default für die mdadm-Metadaten setzen könnten, gebe ich diese Frage hier einfach mal an alle ab: Wer ist pro, wer ist contra? 
    </content:encoded>

    <pubDate>Wed, 09 Mar 2011 12:30:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5158-guid.html</guid>
    
</item>
<item>
    <title>mdadm-Metadaten</title>
    <link>http://www.hostblogger.de/blog/archives/5152-mdadm-Metadaten.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5152-mdadm-Metadaten.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5152</wfw:comment>

    <slash:comments>9</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=5152</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Kleiner Tipp, wer aktuelle mdadm-Versionen verwendet und es hinterher nicht so funktioniert, wie gewünscht und gewohnt: &lt;blockquote class=&quot;paper-email&quot;&gt;mdadm --metadata=0.90&lt;/blockquote&gt; wirkt Wunder &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/normal.png&quot; alt=&quot;:-|&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Und nein: Ein nachträgliches Ändern ist nicht ohne Weiteres möglich. Da heißt es: Array degraden, parallel degradiertes zweites Array aufbauen, zweimal mounten, Daten kopieren (besser: synchronisieren), erstes Array zerstören (inkl. Superblock), zweites Array stoppen, neues Array aus der richtigen Komponente und der nun leeren Partition zusammenbauen (was dann auch die Namensänderung ergibt). 
    </content:encoded>

    <pubDate>Thu, 03 Mar 2011 11:10:12 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5152-guid.html</guid>
    
</item>
<item>
    <title>BIND als lokaler Resolver</title>
    <link>http://www.hostblogger.de/blog/archives/4866-BIND-als-lokaler-Resolver.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4866-BIND-als-lokaler-Resolver.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4866</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4866</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wer sich übrigens wundert, warum sein BIND ggf. lokal nicht resolvt: Auch localhost muss bei Verwendung von Views in BIND in den &lt;a href=&quot;http://www.zytrax.com/books/dns/ch7/view.html#match-clients&quot;&gt;&lt;code&gt;match-clients&lt;/code&gt;&lt;/a&gt; drinstehen, also z.B.&lt;br /&gt;
&lt;blockquote class=&quot;code&quot;&gt; match-clients { 127.0.0.1/8; ... };&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 25 Aug 2010 07:33:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4866-guid.html</guid>
    
</item>
<item>
    <title>Grub und Redundanz bei Software-RAID-1</title>
    <link>http://www.hostblogger.de/blog/archives/4859-Grub-und-Redundanz-bei-Software-RAID-1.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4859-Grub-und-Redundanz-bei-Software-RAID-1.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4859</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4859</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wer Linux-Software-RAID in Verbindung mit dem Grub nutzt, sollte unbedingt die Dokumentation von Grub konsultieren. Insbesondere ist es wichtig, sicherzustellen, dass beim Totalausfall eines physikalischen Laufwerks von der nächsten (meist einzigen) anderen, die in diesem Falle dann zur ersten wird, gebootet werden kann.&lt;br /&gt;
mal eine kleine Zusammenfassung aus der Grub-Doku bezüglich RAID1.&lt;br /&gt;
&lt;br /&gt;
Hier eine kurze Zusammenfassung, welche über ein interne Liste als kleiner Reminder gegangen ist:&lt;br /&gt;
&lt;br /&gt;
 /boot/grub/device.map editieren:&lt;blockquote class=&quot;code&quot;&gt;(hd0) /dev/sda&lt;br /&gt;
(hd0) /dev/sdb&lt;br /&gt;
(hd0) /dev/sd&amp;lt;usw&amp;gt;&lt;/blockquote&gt; in der Grub-Shell&lt;blockquote class=&quot;code&quot;&gt;root (hd0,1)  # Natürlich die /boot-Partition angeben&lt;br /&gt;
setup (hd0)&lt;br /&gt;
setup (hd1)&lt;br /&gt;
setup (hd&amp;lt;usw&amp;gt;)&lt;/blockquote&gt;Das Ganze hat den Hintergrund, dass sich beim Booten mit fehlendem Laufwerk die Nummerierung ändert, aber immer ein &lt;code&gt;hd0&lt;/code&gt; vorhanden ist. 
    </content:encoded>

    <pubDate>Mon, 23 Aug 2010 16:05:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4859-guid.html</guid>
    
</item>
<item>
    <title>End-of-Life für mehrere Rootserver-Distributionen</title>
    <link>http://www.hostblogger.de/blog/archives/4673-End-of-Life-fuer-mehrere-Rootserver-Distributionen.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4673-End-of-Life-fuer-mehrere-Rootserver-Distributionen.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4673</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4673</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Folgende Rootserver-Distributionen haben wir übrigens kürzlich wegen End-of-Life aus dem Programm genommen:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Fedora 10&lt;/li&gt;&lt;li&gt;OpenSuse 10.3&lt;/li&gt;&lt;li&gt;Debian 4 (Etch)&lt;/li&gt;&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Thu, 18 Mar 2010 14:45:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4673-guid.html</guid>
    
</item>
<item>
    <title>Speed beim Rebuild eines Software-RAID erhöhen</title>
    <link>http://www.hostblogger.de/blog/archives/4618-Speed-beim-Rebuild-eines-Software-RAID-erhoehen.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4618-Speed-beim-Rebuild-eines-Software-RAID-erhoehen.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4618</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4618</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Um den Speed beim Rebuild eines Software-RAID zu erhöhen, kann man das wie folgt erreichen:&lt;br /&gt;
&lt;blockquote&gt;echo 50000 &gt;/proc/sys/dev/raid/speed_limit_min&lt;br /&gt;
echo 100000 &gt;/proc/sys/dev/raid/speed_limit_max&lt;/blockquote&gt;&lt;em&gt;(Notiz für mich &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/razz.gif&quot; alt=&quot;:razz:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )&lt;/em&gt; 
    </content:encoded>

    <pubDate>Tue, 02 Mar 2010 18:50:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4618-guid.html</guid>
    
</item>
<item>
    <title>Dovecot-Patch für Quotas über 4 GB</title>
    <link>http://www.hostblogger.de/blog/archives/4604-Dovecot-Patch-fuer-Quotas-ueber-4-GB.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4604-Dovecot-Patch-fuer-Quotas-ueber-4-GB.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4604</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4604</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Falls jemand Dovecot selbst kompiliert und Probleme mit Quotas über 4 GB hat, hier ein Patch (den wir bereits an die Autoren geschickt haben):&lt;blockquote class=&quot;paper&quot;&gt;---&amp;#160;src/plugins/quota/quota-fs.c.orig&amp;#160;&amp;#160;&amp;#160;&amp;#160;Wed&amp;#160;Feb&amp;#160;17&amp;#160;15:16:30&amp;#160;2010&lt;br /&gt;
+++&amp;#160;src/plugins/quota/quota-fs.c&amp;#160;&amp;#160;&amp;#160;&amp;#160;Wed&amp;#160;Feb&amp;#160;17&amp;#160;15:18:21&amp;#160;2010&lt;br /&gt;
@@&amp;#160;-571,14&amp;#160;+571,14&amp;#160;@@&lt;br /&gt;
&amp;#160;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;if&amp;#160;(bytes)&amp;#160;{&lt;br /&gt;
&amp;#160;#if&amp;#160;_LINUX_QUOTA_VERSION&amp;#160;==&amp;#160;1&lt;br /&gt;
-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;dqblk.dqb_curblocks&amp;#160;*&amp;#160;1024;&lt;br /&gt;
+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;(uint64_t)dqblk.dqb_curblocks&amp;#160;*&amp;#160;1024;&lt;br /&gt;
&amp;#160;#else&lt;br /&gt;
-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;dqblk.dqb_curblocks;&lt;br /&gt;
+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;(uint64_t)dqblk.dqb_curblocks;&lt;br /&gt;
&amp;#160;#endif&lt;br /&gt;
-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*limit_r&amp;#160;=&amp;#160;dqblk.dqb_bsoftlimit&amp;#160;*&amp;#160;1024;&lt;br /&gt;
+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*limit_r&amp;#160;=&amp;#160;(uint64_t)dqblk.dqb_bsoftlimit&amp;#160;*&amp;#160;1024;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;}&amp;#160;else&amp;#160;{&lt;br /&gt;
-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;dqblk.dqb_curinodes;&lt;br /&gt;
-&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*limit_r&amp;#160;=&amp;#160;dqblk.dqb_isoftlimit;&lt;br /&gt;
+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*value_r&amp;#160;=&amp;#160;(uint64_t)dqblk.dqb_curinodes;&lt;br /&gt;
+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;*limit_r&amp;#160;=&amp;#160;(uint64_t)dqblk.dqb_isoftlimit;&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;}&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;}&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;return&amp;#160;1;&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 17 Feb 2010 19:15:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4604-guid.html</guid>
    
</item>
<item>
    <title>IPv4 und IPv6 auf Gentoo &quot;mischen&quot;</title>
    <link>http://www.hostblogger.de/blog/archives/4574-IPv4-und-IPv6-auf-Gentoo-mischen.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4574-IPv4-und-IPv6-auf-Gentoo-mischen.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4574</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4574</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.hostblogger.de/blog/archives/4569-IPv4-und-IPv6-auf-Debian-mischen.html#c31254&quot;&gt;Gerne&lt;/a&gt; auch für Gentoo (in der &lt;code&gt;/etc/conf.d/net&lt;/code&gt;):&lt;br /&gt;
&lt;blockquote class=&quot;paper&quot;&gt;config_eth0=(&lt;br /&gt;
&quot;192.0.2.4/24&quot;&lt;br /&gt;
&quot;2001:db8::6/64&quot;&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
routes_eth0=(&lt;br /&gt;
&quot;default via 192.0.2.1&quot;&lt;br /&gt;
&quot;default via 2001:db8::1&quot;&lt;br /&gt;
)&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Tue, 02 Feb 2010 14:10:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4574-guid.html</guid>
    
</item>
<item>
    <title>IPv4 und IPv6 auf Debian &quot;mischen&quot;</title>
    <link>http://www.hostblogger.de/blog/archives/4569-IPv4-und-IPv6-auf-Debian-mischen.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/4569-IPv4-und-IPv6-auf-Debian-mischen.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=4569</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=4569</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Da die Frage in letzter Zeit häufiger aufkommt, (auch) hier eine Beantwortung.&lt;br /&gt;
&lt;br /&gt;
Wer IPv4 und IPv6 in seinem Debian-System mischen möchte, kann dies via &lt;code&gt;/etc/network/interfaces&lt;/code&gt; so tun:&lt;br /&gt;
&lt;blockquote class=&quot;paper&quot;&gt;auto eth0&lt;br /&gt;
&lt;br /&gt;
iface eth0 inet static&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;address 192.0.2.4&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;netmask 255.255.255.0&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;gateway 192.0.2.0.1&lt;br /&gt;
&lt;br /&gt;
iface eth0 inet6 static&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;address 2001:db8::6&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;netmask 64&lt;br /&gt;
&amp;#160;&amp;#160;&amp;#160;&amp;#160;gateway 2001:db8::1&lt;/blockquote&gt;Wichtig hierbei ist,&lt;strong&gt; nicht &lt;code&gt;eth0:0 inet6 static&lt;/code&gt; zu verwenden&lt;/strong&gt;, man stelle sich inet und inet6 als getrennte Adressräume vor, in beiden muss &lt;code&gt;eth0&lt;/code&gt; getrennt definiert werden. 
    </content:encoded>

    <pubDate>Tue, 02 Feb 2010 13:58:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/4569-guid.html</guid>
    
</item>

</channel>
</rss>
