<?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>blog://alexkiesel.de - FreeBSD</title>
    <link>http://blog.alexkiesel.de/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Updating ports after FreeBSD6 upgrade</title>
    <link>http://blog.alexkiesel.de/archives/46-Updating-ports-after-FreeBSD6-upgrade.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/46-Updating-ports-after-FreeBSD6-upgrade.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=46</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve recently moved to FreeBSD6 (from 5.4). The recommended upgrade procedure is to rebuild all ports, but as I am a lazy person (or maybe impatient?), I did not want to wait 3 days until all was rebuilt - especially ports like evolution, firefox/mozilla and openoffice really takes ages to compile.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/46-Updating-ports-after-FreeBSD6-upgrade.html#extended&quot;&gt;Continue reading &quot;Updating ports after FreeBSD6 upgrade&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 05 Apr 2006 19:55:24 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/46-guid.html</guid>
    
</item>
<item>
    <title>FreeTDS prepares release of 0.64</title>
    <link>http://blog.alexkiesel.de/archives/44-FreeTDS-prepares-release-of-0.64.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/44-FreeTDS-prepares-release-of-0.64.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=44</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;The FreeTDS development team is planning the next major release: 0.64. In preparation, they&#039;ll release a release candidate on one of the next weekends.&lt;br /&gt;
&lt;br /&gt;
To be prepared (and out of curiosity on the new features), I&#039;ve updated the freetds port (for FreeBSD) to install todays snapshot.&lt;br /&gt;
&lt;br /&gt;
If you want to give it a try, &lt;a href=&quot;http://kiesel.name/freetds-064-current.tgz&quot;&gt;download the port dir here.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
To install, perform these tasks:&lt;br /&gt;
&lt;code&gt;cd /usr/ports/databases &amp;amp;&amp;amp; tar xzf ~/freetds-064-current.tar.gz
portupgrade -o databases/freetds-devel freetds
portupgrade -rf freetds-devel -x freetds-devel
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
This should replace your current freetds port with the -devel port and rebuild all dependencies (such as sqsh or php4-sybase_ct).&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/44-FreeTDS-prepares-release-of-0.64.html#extended&quot;&gt;Continue reading &quot;FreeTDS prepares release of 0.64&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 14 Jan 2006 20:42:34 +0100</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Upgrade to FreeBSD 6.0-RELEASE</title>
    <link>http://blog.alexkiesel.de/archives/43-Upgrade-to-FreeBSD-6.0-RELEASE.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/43-Upgrade-to-FreeBSD-6.0-RELEASE.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=43</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;Just upgraded my system to 6.0-RELEASE. In general, it went smoothely. The only caveat I had was that the wireless network now requires a new parameter that was optional before.&lt;br /&gt;
&lt;br /&gt;
I haven&#039;t found that being mentioned anywhere, but &lt;a href=&quot;http://tigion.bsd-crew.de/blog/?postid=141&quot;&gt;this blog entry&lt;/a&gt; helped me. I added &lt;code&gt;webtxkey:1&lt;/code&gt; to the ifconfig line in &lt;code&gt;/etc/rc.conf&lt;/code&gt; and it worked again.&lt;br /&gt;&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/43-Upgrade-to-FreeBSD-6.0-RELEASE.html#extended&quot;&gt;Continue reading &quot;Upgrade to FreeBSD 6.0-RELEASE&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 07 Jan 2006 00:33:25 +0100</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/43-guid.html</guid>
    
</item>
<item>
    <title>php-gtk port updated to 1.0.2</title>
    <link>http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html</link>
            <category>FreeBSD</category>
            <category>PHP</category>
    
    <comments>http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.alexkiesel.de/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve just updated the FreeBSD port of php-gtk to the latest version. &lt;br /&gt;
&lt;br /&gt;
The update is necessary, because a) the php-gtk developers hardcoded the check on PHP 4.&lt;em&gt;3&lt;/em&gt;.x into configure, so configure stopped working with the release of PHP 4.4. And b) phpize requires PHP&lt;em&gt;AUTOCONF and PHP&lt;/em&gt;AUTOHEADER variables be set, which is done now, too.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/42-php-gtk-port-updated-to-1.0.2.html#extended&quot;&gt;Continue reading &quot;php-gtk port updated to 1.0.2&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 17 Jul 2005 12:41:38 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/42-guid.html</guid>
    
</item>
<item>
    <title>Evolution bugs suck</title>
    <link>http://blog.alexkiesel.de/archives/27-Evolution-bugs-suck.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/27-Evolution-bugs-suck.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=27</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;All bugs suck actually. I&#039;ve just been browsing through the &lt;a href=&quot;http://bugs.ximian.com&quot;&gt;Ximian Bugzilla&lt;/a&gt; to search for &lt;a href=&quot;http://www.novell.com/products/desktop/features/evolution.html&quot;&gt;Evolution&lt;/a&gt; bugs and found two which I know.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/27-Evolution-bugs-suck.html#extended&quot;&gt;Continue reading &quot;Evolution bugs suck&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 31 Jan 2005 21:33:45 +0100</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/27-guid.html</guid>
    
</item>
<item>
    <title>No Such Application for ZFS</title>
    <link>http://blog.alexkiesel.de/archives/21-No-Such-Application-for-ZFS.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/21-No-Such-Application-for-ZFS.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=21</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;There was a lengthy discussion about &lt;a href=&quot;http://www.sun.com/2004-0914/feature/?biga=15&quot;&gt;Sun&#039;s ZFS&lt;/a&gt; (beware: marketing article) of hackers@FreeBSD.org. The discussion focused on the 128 bit of storage size for sector addressing when it got funny:&lt;br /&gt;
&lt;br /&gt;&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/21-No-Such-Application-for-ZFS.html#extended&quot;&gt;Continue reading &quot;No Such Application for ZFS&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 18 Sep 2004 12:32:03 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/21-guid.html</guid>
    
</item>
<item>
    <title>Port committed: databases/sybase_ase</title>
    <link>http://blog.alexkiesel.de/archives/15-Port-committed-databasessybase_ase.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/15-Port-committed-databasessybase_ase.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=15</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;While I&#039;ve been on vacation, Thierry Thomas committed the port I created over one year ago (see &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=50068&quot;&gt;pr 50068&lt;/a&gt;).&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/15-Port-committed-databasessybase_ase.html#extended&quot;&gt;Continue reading &quot;Port committed: databases/sybase_ase&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 11 Aug 2004 20:23:12 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/15-guid.html</guid>
    
</item>
<item>
    <title>Crawling through the abysses of keyboard configuration in X</title>
    <link>http://blog.alexkiesel.de/archives/13-Crawling-through-the-abysses-of-keyboard-configuration-in-X.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/13-Crawling-through-the-abysses-of-keyboard-configuration-in-X.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=13</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://x.org&quot;&gt;&lt;img src=&quot;http://blog.alexkiesel.de/upload/x-org-logo.gif&quot; align=&quot;right&quot; border=&quot;0&quot;/&gt;&lt;/a&gt;&lt;br /&gt;
It&#039;s a mess. Once again, I&#039;m trying to get my keyboard set up in a way that it just works. It almost seems impossible to do in X due to the history of (virtual) consoles/terminals.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/13-Crawling-through-the-abysses-of-keyboard-configuration-in-X.html#extended&quot;&gt;Continue reading &quot;Crawling through the abysses of keyboard configuration in X&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 11 Jul 2004 13:49:42 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Recursive FTP put onto XBOX</title>
    <link>http://blog.alexkiesel.de/archives/7-Recursive-FTP-put-onto-XBOX.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/7-Recursive-FTP-put-onto-XBOX.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=7</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I had trouble using well-known ftp clients for recursive put operation onto my xbox.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/7-Recursive-FTP-put-onto-XBOX.html#extended&quot;&gt;Continue reading &quot;Recursive FTP put onto XBOX&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 14 Jun 2004 16:07:10 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/7-guid.html</guid>
    
</item>
<item>
    <title>New port: Ximian Connector</title>
    <link>http://blog.alexkiesel.de/archives/6-New-port-Ximian-Connector.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/6-New-port-Ximian-Connector.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=6</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I&#039;ve just &lt;a href=&quot;http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/67442&quot;&gt;filed a pr&lt;/a&gt; for &lt;a href=&quot;http://www.novell.com/products/connector/&quot;&gt;Ximian Connector&lt;/a&gt; an &lt;a href=&quot;http://www.novell.com/products/evolution/&quot;&gt;Evolution&lt;/a&gt; plugin.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/6-New-port-Ximian-Connector.html#extended&quot;&gt;Continue reading &quot;New port: Ximian Connector&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 01 Jun 2004 09:57:50 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/6-guid.html</guid>
    
</item>
<item>
    <title>Compiling FreeTDS from CVS</title>
    <link>http://blog.alexkiesel.de/archives/4-Compiling-FreeTDS-from-CVS.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/4-Compiling-FreeTDS-from-CVS.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=4</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;Some little tweaks are neccessary to compile the CVS checkout of &lt;a href=&quot;http://freetds.org&quot;&gt;FreeTDS&lt;/a&gt; on FreeBSD.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/4-Compiling-FreeTDS-from-CVS.html#extended&quot;&gt;Continue reading &quot;Compiling FreeTDS from CVS&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 22 Apr 2004 22:50:32 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/4-guid.html</guid>
    
</item>
<item>
    <title>FreeTDS 0.62.3 released</title>
    <link>http://blog.alexkiesel.de/archives/2-FreeTDS-0.62.3-released.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/2-FreeTDS-0.62.3-released.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=2</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;The next stable version of &lt;a href=&quot;http://freetds.org&quot;&gt;FreeTDS&lt;/a&gt; has just been released, see the &lt;a href=&quot;http://lists.ibiblio.org/pipermail/freetds/2004q2/015864.html&quot;&gt;announcing post&lt;/a&gt;.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/2-FreeTDS-0.62.3-released.html#extended&quot;&gt;Continue reading &quot;FreeTDS 0.62.3 released&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 10 Apr 2004 16:59:04 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/2-guid.html</guid>
    
</item>
<item>
    <title>Having fun with the kernel</title>
    <link>http://blog.alexkiesel.de/archives/1-Having-fun-with-the-kernel.html</link>
            <category>FreeBSD</category>
    
    <comments>http://blog.alexkiesel.de/archives/1-Having-fun-with-the-kernel.html#comments</comments>
    <wfw:comment>http://blog.alexkiesel.de/wfwcomment.php?cid=1</wfw:comment>

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

    <author>nospam@example.com (Alex Kiesel)</author>
    <content:encoded>
    &lt;p&gt;I though about upgrading my &lt;a href=&quot;http://www.freebsd.org&quot;&gt;FreeBSD-box&lt;/a&gt; in the office and went into major trouble.&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://blog.alexkiesel.de/archives/1-Having-fun-with-the-kernel.html#extended&quot;&gt;Continue reading &quot;Having fun with the kernel&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 10 Apr 2004 13:02:07 +0200</pubDate>
    <guid isPermaLink="false">http://blog.alexkiesel.de/archives/1-guid.html</guid>
    
</item>

</channel>
</rss>