<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
    <channel>
        <title>My South</title>
        <link>http://southbrain.com/south/</link>
        <description></description>
        <language>en</language>
        <copyright>Copyright 2012</copyright>
        <lastBuildDate>Sun, 15 Jan 2012 11:00:26 +0100</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>SOGo and Cyrus IMAP: 2.4 works well.</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="sogocyrus.png" src="http://southbrain.com/south/2012/01/15/sogocyrus.png" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" height="170" width="282" /></span> <div>The open source group-ware suite <a href="http://www.sogo.nu/">SOGo</a> can be married happily together with <a href="http://www.cyrusimap.org/">Cyrus IMAP</a>, using the Version 2.4.x of the powerful IMAP server.<br /><br />The reason lies in the handling of the very important \Seen-Flag.<br /><br />In Cyrus 2.3.x, you had to type this in your imapd.conf file:<br /><br />flushseenstate: 1<br /></div>]]></description>
            <link>http://southbrain.com/south/2012/01/sogo-and-cyrus-imap-24-works-w.html</link>
            <guid>http://southbrain.com/south/2012/01/sogo-and-cyrus-imap-24-works-w.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Cyrus IMAP</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">SOGo</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">Cyrus IMAP</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">sogo</category>
            
            <pubDate>Sun, 15 Jan 2012 11:00:26 +0100</pubDate>
        </item>
        
        <item>
            <title>login account failure: No account present for user</title>
            <description><![CDATA[<code>doukoula console login: pascal<br />Password:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; login account failure: No account present for user<br />&nbsp;&nbsp; instance svc:/system/console-login:default exited with status 1</code><br /><br />What's the problem?<br />It is the nscd, the Name Service Cache Daemon.<br /><br />What did I wrong?<br /><br /><br /> ]]></description>
            <link>http://southbrain.com/south/2012/01/login-account-failure-no-accou.html</link>
            <guid>http://southbrain.com/south/2012/01/login-account-failure-no-accou.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Solaris</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">ncsd</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">solaris</category>
            
            <pubDate>Sat, 14 Jan 2012 11:20:00 +0100</pubDate>
        </item>
        
        <item>
            <title>The future of IT: CLOSED.</title>
            <description><![CDATA[I just read this (in German):<br /><br /><a href="http://heise.de/-1413109" class="ot-anchor">http://heise.de/-1413109</a><br />(in short: For ARM devices, Microsoft insists on having UEFI secure boot for their Windows 8 system, and metro apps will only be available on the Microsoft app store with signed code).<br /><br /><br />My comment:<br />The game is already at its end, my opinion.<br /><br />Everybody wants closed platforms, "ecosystems". Nobody wants an open platform, besides us "freaks".<br /><br />Developers
 DO want a closed platform, as a radical DRM/Licensing will generate 
guaranteed revenue and they can bully the user like they want to 
motivate them to pay more.<br /><br /><br /> ]]></description>
            <link>http://southbrain.com/south/2012/01/the-future-of-it-closed.html</link>
            <guid>http://southbrain.com/south/2012/01/the-future-of-it-closed.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Misc</category>
            
            
            <pubDate>Fri, 13 Jan 2012 20:27:24 +0100</pubDate>
        </item>
        
        <item>
            <title>known_hosts in hash format - OpenSSH</title>
            <description><![CDATA[When you wonder why your <b>known_hosts</b> file has changed or you don't find your hosts:<br /><br />
<code>|1|AEf8B/QCP+1wRKA761Cq/woad4s=|HVEWXKDdRpZmO3GeQ5T37xCFwgE= ssh-rsa AAAAB3NzaC1<br />
yc2EAAAABIwAAAQEAt20HN/iasjy9KEW/BGjtxlsy8oebyEEnZvKAnjMck0EEVbA5rtE4dzisnbrYwZ4<br />
67JP+p9UGZDQa4jbVo2ZHmz28nQapmw1WpLBD2wSN66PsMk5QCxICxBC6PDCOlwakQvLNES2B9R2cuev<br />
G9Ag2ni+2Qdb17gEkkh2MZ91INylAzM7QWW7soGoSf1TsshSHexfMt12zb6kWxRuRCeT4fOzlJNOmPgr<br />
uE3wTt/kfEbvPBZwDyUbEKApfYIxO8ic+FyO7qFEjHkhqT7px/oJMLS279uUHlhG+KWtPxYPhWaYulPZ<br />
hhdn4D6pR+6shjPsH4VTyAUGwf7usKUvJZP59Ww==</code><br /><br />Then your ssh server software is a new version which hashes the known hosts file entries. To remove entries from there because the host key differs (you installed the host completely from scratch), just type:<br /><br /><code>ssh-keygen -R hostname</code><br /><br />or<br /><br /><code>ssh-keygen -R ipadress</code><br /><br />That's it.<br /><br />If you have a new ssh package, you may hash yourself your known_hosts file by typing:<br /><br /><code>ssh-keygen -H</code><br /><br /> ]]></description>
            <link>http://southbrain.com/south/2012/01/known-hosts-in-hash-format-ope.html</link>
            <guid>http://southbrain.com/south/2012/01/known-hosts-in-hash-format-ope.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Misc</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
            <pubDate>Fri, 13 Jan 2012 19:09:03 +0100</pubDate>
        </item>
        
        <item>
            <title>Solaris 10 Minimal, getting started with SSH server</title>
            <description><![CDATA[<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://southbrain.com/south/2012/01/13/solteaser.html" onclick="window.open('http://southbrain.com/south/2012/01/13/solteaser.html','popup','width=500,height=375,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://southbrain.com/south/2012/01/13/solteaser-thumb-250x187.jpg" alt="solteaser.jpg" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" height="187" width="250" /></a></span>Just because it happens again today:<br /><br />After doing a very minimal Solaris 10 installation without remote 
services enabled, it is always the same thing to get the SSH server 
running (Solaris 10 DVD in drive):<br />
<br />
<code># mount -F hsfs /dev/dsk/c2t0d0s0 /mnt<br />
# cd /mnt/Solaris_10/Product<br />
# pkgadd -d . SUNWsshdr SUNWgssc SUNWgss SUNWsshcu SUNWuiu8 SUNWsshdu SUNWsshr SUNWsshu<br />
# cd /etc/ssh<br />
# ssh-keygen -t rsa -b 2048 -f ssh_host_rsa_key<br />
# ssh-keygen -t dsa -b 2048 -f ssh_host_dsa_key<br />
# svcadm enable ssh<br />
</code>
<br />
Replace device of the DVD drive with your actual configuration.<br />
<br />
<br />
<br /> ]]></description>
            <link>http://southbrain.com/south/2012/01/solaris-10-minimal-getting-sta.html</link>
            <guid>http://southbrain.com/south/2012/01/solaris-10-minimal-getting-sta.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Solaris</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">solaris</category>
            
            <pubDate>Fri, 13 Jan 2012 16:24:49 +0100</pubDate>
        </item>
        
        <item>
            <title>OpenSSL 1.0.0: New CApath hashes!</title>
            <description><![CDATA[A real case of RTFM of <a class="ot-hashtag" href="https://plus.google.com/u/0/s/%23OpenSSL">OpenSSL</a> ...<br /><br />After
 un upgrade of OpenSSL to Version 1.0.0 (from 0.9.8) the certificate 
authority chain of my certificate did not show up any more (was not 
given by the <a class="ot-hashtag" href="https://plus.google.com/u/0/s/%23TLS">TLS</a> server). A look in the OpenSSL manual could have helped to save 20 minutes of error searching :)<br /><br />A<br /><br /><code>for i in *.pem; do ln -s $i `openssl x509 -noout -subject_hash -in $i`.0; done</code><br /><br />was
 enough to restore the hash index links for my CA certs (the files did 
not have any whitespace or punctuation marks in their filename so $i was
 enough).<br /><br />The manual states:<br /><br /><b>-subject_hash</b><br />outputs the 
``hash'' of the certificate subject name. This is used in OpenSSL to form
 an index to allow certificates in a directory to be lookedup by subject
 name.<br /><br /><b>-subject_hash_old</b><br />outputs the ``hash'' of the certificate subject name using the olde ralgorithm as used by OpenSSL versions before 1.0.0. ]]></description>
            <link>http://southbrain.com/south/2012/01/openssl-100-new-capath-hashes.html</link>
            <guid>http://southbrain.com/south/2012/01/openssl-100-new-capath-hashes.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Misc</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">openssl</category>
            
            <pubDate>Mon, 09 Jan 2012 13:04:50 +0100</pubDate>
        </item>
        
        <item>
            <title>Google Earth clone from Nokia using WebGL</title>
            <description><![CDATA[Fascinating.<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://southbrain.com/south/2012/01/07/Capture%20du%202012-01-07%2010%3A16%3A08.html" onclick="window.open('http://southbrain.com/south/2012/01/07/Capture%20du%202012-01-07%2010%3A16%3A08.html','popup','width=1280,height=1024,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://southbrain.com/south/2012/01/07/Capture%20du%202012-01-07%2010:16:08-thumb-300x240.png" alt="Capture du 2012-01-07 10:16:08.png" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" height="240" width="300" /></a></span><br /> <div><br />Because it uses only WebGL a decent browser dows not need any plugin to render it.<br /><br />It is faster than Google Earth on my machine and much faster than Google Maps.<br /><br />But - it does not add additional layers with information, so speed competition my a little bit unfair.<br /><br /><br /><br /><br /><br /><br />If you want to try:<br /><br /><a href="http://maps3d.svc.nokia.com/webgl/" class="ot-anchor">http://maps3d.svc.nokia.com/webgl/</a><br /></div>]]></description>
            <link>http://southbrain.com/south/2012/01/google-earth-clone-from-nokia.html</link>
            <guid>http://southbrain.com/south/2012/01/google-earth-clone-from-nokia.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Misc</category>
            
            
            <pubDate>Sat, 07 Jan 2012 10:21:07 +0100</pubDate>
        </item>
        
        <item>
            <title>Merry Christmas and a happy new year!</title>
            <description><![CDATA[May many of your wishes may become true in 2012.<br /><br /> ]]></description>
            <link>http://southbrain.com/south/2011/12/merry-christmas-and-a-happy-ne.html</link>
            <guid>http://southbrain.com/south/2011/12/merry-christmas-and-a-happy-ne.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Misc</category>
            
            
            <pubDate>Sat, 24 Dec 2011 11:27:21 +0100</pubDate>
        </item>
        
        <item>
            <title>Ubuntu 11.10 Oneiric Ocelot available</title>
            <description><![CDATA[Just a note: Ubuntu updater offers 11.10 final:<br /><br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://southbrain.com/south/2011/10/13/newubuntu11.10.html" onclick="window.open('http://southbrain.com/south/2011/10/13/newubuntu11.10.html','popup','width=612,height=635,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://southbrain.com/south/2011/10/13/newubuntu11.10-thumb-500x518.png" alt="newubuntu11.10.png" class="mt-image-none" style="" height="518" width="500" /></a></span><br /> <div><br />I'll try it to see whether it works.<br /></div>]]></description>
            <link>http://southbrain.com/south/2011/10/ubuntu-1110-oneiric-ocelot-ava.html</link>
            <guid>http://southbrain.com/south/2011/10/ubuntu-1110-oneiric-ocelot-ava.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Ubuntu</category>
            
            
            <pubDate>Thu, 13 Oct 2011 19:31:36 +0100</pubDate>
        </item>
        
        <item>
            <title>New Solaris 10 Kernel patch 147441-03 (x86), 147440-03 (SPARC)</title>
            <description><![CDATA[Just a short note:<br /><br />It contains important fixes for PKCS11 handling of KMS (Crypto Key Management).<br /><br /><br />]]></description>
            <link>http://southbrain.com/south/2011/10/new-solaris-10-kernel-patch-14.html</link>
            <guid>http://southbrain.com/south/2011/10/new-solaris-10-kernel-patch-14.html</guid>
            
            
            <pubDate>Sun, 02 Oct 2011 10:36:25 +0100</pubDate>
        </item>
        
        <item>
            <title>Android 2.2: wrong arabic characters</title>
            <description><![CDATA[Apparently Android 2.2 is not capable of displaying arabic characters possible.<br /><br />Has this changed in Android 2.3, 3.0 and 3.1?<br /><br /><br />]]></description>
            <link>http://southbrain.com/south/2011/09/android-22-wrong-arabic-charac.html</link>
            <guid>http://southbrain.com/south/2011/09/android-22-wrong-arabic-charac.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Android</category>
            
            
            <pubDate>Tue, 13 Sep 2011 16:14:32 +0100</pubDate>
        </item>
        
        <item>
            <title>Solaris 10 / 11 and Oracle VM Virtualbox</title>
            <description><![CDATA[As I want to test an IP multipathed iSCSI storage configuration under Solaris 10 and 11 I wanted to set them up in Oracle VirtualBox. It was more or less easy.<br /><br />Please do not forget to install the VirtualBox guest tools, otherwise the guest will crash as soon as the host system "steals" CPU cycles.<br /><br />On text-only installs, mount the CD image like this (Solaris 10, CD is IDE master):<br /><br /><pre># mount -F hsfs /dev/dsk/c0t0d0p0 /mnt</pre>On Solaris 11, the CD was attached to controller "7" target "1" (SATA, Port 1)<br /><br /><pre># mount -F hsfs /dev/dsk/c7t1d0p0 /mnt</pre><br />Then:<br /><br /><pre># pkgadd -d /mnt/VBoxSolarisAdditions.pkg</pre><br /><br /> ]]></description>
            <link>http://southbrain.com/south/2011/08/solaris-10-11-and-oracle-vm-vi.html</link>
            <guid>http://southbrain.com/south/2011/08/solaris-10-11-and-oracle-vm-vi.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">VirtualBox</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Virtualization</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">VirtualBox</category>
            
            <pubDate>Mon, 08 Aug 2011 20:34:13 +0100</pubDate>
        </item>
        
        <item>
            <title>Solaris 10: upgrading root zfs pool: rewrite GRUB!</title>
            <description><![CDATA[If you accidentally upgraded your root zfs pool (which is not recommended until it is supposed to be done from Oracle) do not forget to update your boot signature,&nbsp; your boot archive and your grub installation -<br /><br />but do not reboot before having done this, otherwise the system won't boot any more.<br /><br /><b>Don't upgrade the root pool! You won't be able to repair your system when booting from the actual Solaris 10 boot CD (09/10) as the root pool cannot be mounted then. The following steps are to make sure that your system will at least boot when you did the upgrade accidentally.<br /><br /></b>Example:<br /><br /> ]]></description>
            <link>http://southbrain.com/south/2011/08/solaris-upgrade-zfs-root-pool-grub.html</link>
            <guid>http://southbrain.com/south/2011/08/solaris-upgrade-zfs-root-pool-grub.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Storage</category>
            
            
            <pubDate>Mon, 08 Aug 2011 13:45:18 +0100</pubDate>
        </item>
        
        <item>
            <title>Solaris Kernel 144501-19: zpool version 29, zfs version 5</title>
            <description><![CDATA[Since Kernel patch/update 144501-19, Oracle now puts zpool version 29 and zfs version 5 into production.<br /><br />One visible change is the more detailed status when doing a scrub or a resilver operation:<br /><br /><pre># zpool status<br />&nbsp; pool: rpool<br />&nbsp;state: ONLINE<br />&nbsp;scan: scrub in progress since Mon Aug&nbsp; 8 16:18:21 2011<br />&nbsp;&nbsp;&nbsp; 1.98G scanned out of 3.66G at 50.7M/s, 0h0m to go<br />&nbsp;&nbsp;&nbsp; 1.98G scanned out of 3.66G at 50.7M/s, 0h0m to go<br />&nbsp;&nbsp;&nbsp; 0 repaired, 54.13% done<br />config:<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; STATE&nbsp;&nbsp;&nbsp;&nbsp; READ WRITE CKSUM<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rpool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ONLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; 0<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; c1t0d0s0&nbsp; ONLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp; 0<br /><br />errors: No known data errors</pre><br /> ]]></description>
            <link>http://southbrain.com/south/2011/08/solaris-kernel-14450119-zpool.html</link>
            <guid>http://southbrain.com/south/2011/08/solaris-kernel-14450119-zpool.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Solaris</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Storage</category>
            
            
            <pubDate>Sun, 07 Aug 2011 19:11:52 +0100</pubDate>
        </item>
        
        <item>
            <title>My linux month: Start!</title>
            <description><![CDATA[My "day-book" of my Ubuntu experiences as a day-by-day system can be found here:<br /><br /><a href="http://southbrain.com/south/articles/me-and-my-desktop-ubuntu-1104.html">http://southbrain.com/south/articles/me-and-my-desktop-ubuntu-1104.html</a><br /><br />The article will grow and be split in multiple ones.<br /> ]]></description>
            <link>http://southbrain.com/south/2011/08/my-linux-month-start.html</link>
            <guid>http://southbrain.com/south/2011/08/my-linux-month-start.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Linux</category>
            
                <category domain="http://www.sixapart.com/ns/types#category">Ubuntu</category>
            
            
            <pubDate>Sat, 06 Aug 2011 15:38:51 +0100</pubDate>
        </item>
        
    </channel>
</rss>
