<?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>Littletux's blog - Debian</title>
    <link>http://littletux.homelinux.org/serendipity/</link>
    <description>Some notes regarding this and that</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 24 Jan 2007 22:03:38 GMT</pubDate>

    <image>
        <url>http://littletux.homelinux.org/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Littletux's blog - Debian - Some notes regarding this and that</title>
        <link>http://littletux.homelinux.org/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>First impression of upstart</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/44-First-impression-of-upstart.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/44-First-impression-of-upstart.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Yesterday, I had a closer look at &lt;a href=&quot;http://upstart.ubuntu.com/&quot;&gt;upstart&lt;/a&gt;, a replacement for the sysv init daemon. My goal is to speed up the boot process of my Debian desktop installations, and the two systems which could help with this are upstart and &lt;a href=&quot;http://www.initng.org/&quot;&gt;initng&lt;/a&gt;. There are packages for upstart in Debian experimental, and installing is quite simple, but besides the upstart package itself it is almost a must to also install the package upstart-compat-sysv, otherwise commands like &lt;i&gt;reboot&lt;/i&gt; and &lt;i&gt;shutdown&lt;/i&gt; are not available anymore. Also, this package provides a default configuration for the upstart jobs which simply emulates the sysv-init based rc mechanism.&lt;br /&gt;
&lt;br /&gt;
Upstart uses the notation of &lt;i&gt;jobs&lt;/i&gt; to define the services to start. Unfortunately the sysv-init emulation simply defines jobs like rc1, rc2 and so on, i.e. one job per run level; then, the old sysv-init scripts are still used to launch the services one after the other. The result is that the boot process still took 31 seconds, exactly the same time it took with the sysv-init system.&lt;br /&gt;
&lt;br /&gt;
I then started to write some jobs to launch services like apache2 and sshd independently from the rc scripts, using upstart event definitions. Creating the scripts themselves is quite easy, but I did not manage to stop the services again through upstart&#039;s initctl command line interface: it seems that, since the processes fork, upstart assumes that they are stoped again after they have been launched.&lt;br /&gt;
&lt;br /&gt;
Investigation is ongoing ...&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 24 Jan 2007 22:46:58 +0100</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/44-guid.html</guid>
    
</item>
<item>
    <title>Debian work done lately</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/42-Debian-work-done-lately.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/42-Debian-work-done-lately.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=42</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=42</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Last week, I fixed my &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=391635&quot;&gt;first RC bug&lt;/a&gt;: it was caused by the removal of libapr0, which rendered my &lt;a href=&quot;http://packages.qa.debian.org/s/subcommander.html&quot;&gt;subcommander package&lt;/a&gt; uninstallable. Since there was also a new upstream version available, I combined this with the upload.&lt;br /&gt;
&lt;br /&gt;
Since some weeks, my &lt;a href=&quot;http://qa.debian.org/developer.php?login=Andreas+Fester&amp;comaint=yes&quot;&gt;debian package overview&lt;/a&gt; looks messed up. All entries appear twice, and most of my (not yet so many &lt;img src=&quot;http://littletux.homelinux.org/serendipity/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ) packages are missing. It seems that this happened after the upload of &lt;a href=&quot;http://packages.qa.debian.org/libt/libtest-unit-perl.html&quot;&gt;libtest-unit-perl&lt;/a&gt;, the first package I co-maintain within a group. So, I spent some time today setting up a local qa.debian.org environment and tracking down what goes wrong. I have created a &lt;a href=&quot;http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=392969&quot;&gt;bug report&lt;/a&gt; with an attached patch which should fix the issue; I hope that it will be committed sometime soon so that the complete package overview is working again.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 14 Oct 2006 15:31:59 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/42-guid.html</guid>
    
</item>
<item>
    <title>AMD64 burning issue (solved)</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/41-AMD64-burning-issue-solved.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/41-AMD64-burning-issue-solved.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Since I upgraded to the AMD64 architecture &lt;a href=&quot;http://littletux.homelinux.org/serendipity/index.php?/archives/22-Debian-AMD64-again.html&quot;&gt;some months ago&lt;/a&gt;, I always had the problem that burning CDs did not work anymore. I used a command line like &lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;cdrecord -V gracetime=2 dev=3,0,0 speed=24 -dao -dummy driveropts=burnfree -eject -data test.iso&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
but burning failed some seconds after the write started.&lt;br /&gt;
&lt;br /&gt;
Now, it seems that I found the solution: with kernel 2.6 and udev, it is not necessary to use the device numbers anymore. Instead, the device file can be used directly, like&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;cdrecord -V gracetime=2 &lt;b&gt;dev=/dev/cdrw&lt;/b&gt; speed=24 -dao -dummy driveropts=burnfree -eject -data test.iso&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
This also seems to influence the way how cdrecord and the kernel interact, because the write process now does not abort anymore.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 13 Jul 2006 23:02:05 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/41-guid.html</guid>
    
</item>
<item>
    <title>Shooting yourself in the foot ...</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/30-Shooting-yourself-in-the-foot-....html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/30-Shooting-yourself-in-the-foot-....html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    &lt;ul&gt;&lt;li&gt;&lt;b&gt;... when installing an Oracle 10 database:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
When the Oracle Database Configuration Assistent asks for the database system passwords, enter something like &quot;abc%123&quot;. Later, when the Assistent launches the instance, spend two hours to find out why the instance shuts down again almost immediately. Finally, find this in a log file: &lt;br /&gt;
&lt;br /&gt;
 ORA-00604: error occurred at recursive SQL level 1&lt;br /&gt;
 ORA-00911: invalid character&lt;br /&gt;
 Offending statement at line 2254&lt;br /&gt;
 create user sys identified by abc%123&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;&lt;b&gt;... when creating a Debian package:&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Spend two hours to find out why your package does not display a configuration message during installation. Finally recognice that the debconf database was messed up. Then simply fix it with&lt;br /&gt;
&lt;br /&gt;
 # debconf-communicate&lt;br /&gt;
 PURGE&lt;br /&gt;
&lt;/li&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 04 Jun 2006 14:06:58 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/30-guid.html</guid>
    
</item>
<item>
    <title>Renaming a Debian package</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/29-Renaming-a-Debian-package.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/29-Renaming-a-Debian-package.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Recently, the authors of &lt;a href=&quot;http://www.lincvs.org&quot;&gt;lincvs&lt;/a&gt; decided to rename the software to &lt;a href=&quot;http://www.crossvc.com&quot;&gt;crossvc&lt;/a&gt;. This put me as the current maintainer of the lincvs Debian package into a new situation: How do I rename a Debian package? It turned out that this is indeed not so trivial, especially when a seamless upgrade should be possible with &lt;i&gt;apt-get dist-upgrade&lt;/i&gt;. After a short web research, it turned out that the following steps are necessary:&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Create a new package with the new name which will get uploaded to the NEW queue. This package Replaces, Provides and Conflicts with the old package:&lt;br /&gt;
&lt;br /&gt;
Replaces: oldPackage&lt;br /&gt;
Provides: oldPackage&lt;br /&gt;
Conflicts: oldPackage (&amp;lt;&amp;lt; firstVersionOfNewPackage)&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;Replaces&lt;/i&gt; and &lt;i&gt;Conflicts&lt;/i&gt; are obvious, and &lt;i&gt;Provides&lt;/i&gt; assures that other packages which depend on the old package still can satisfy their dependency.&lt;/li&gt;&lt;li&gt;Once the package has moved from the NEW queue to unstable, create a new revision of the old package which serves as dummy package. It does not install any files (except the mandatory ones in /usr/share/doc) and depends on the new package.&lt;/li&gt;&lt;li&gt;Finally, after the current testing distribution has been released, file a bug asking ftpmaster to remove the old, dummy package.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;
I asked on debian-devel whether this is the correct approach, and it seems to. There is still some discussion ongoing whether the new package can itself provide the dummy binary packages of the old package. This would make the process much simpler ...&lt;br /&gt;
&lt;br /&gt;
[UPDATE]&lt;br /&gt;
It turned out that is indeed possible to skip the step of uploading a new revision of the old package when the new package has left the NEW queue. A source package can own other binary packages which are already in the archive, and takeover ownership once they are uploaded. So, for the seamless upgrade, the new package simply needs to create a new binary version of the old package which depends on the new package:&lt;br /&gt;
&lt;br /&gt;
Package: oldpackage&lt;br /&gt;
Architecture: any&lt;br /&gt;
Depends: newpackage&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 29 May 2006 22:02:38 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/29-guid.html</guid>
    
</item>
<item>
    <title>Oracle Client installation progress</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/27-Oracle-Client-installation-progress.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/27-Oracle-Client-installation-progress.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=27</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    I finally managed to get the installer working (Thanks to &lt;a href=&quot; http://forums.oracle.com/forums/message.jspa?messageID=939811#939811&quot;&gt;the OTN discussion forums&lt;/a&gt;). The trick described there indeed works: simply temporarily rename &lt;i&gt;/usr/X11R6/lib/X11/locale&lt;/i&gt; and symlinking &lt;i&gt;/emul/ia32-linux/usr/X11R6/lib/X11/locale&lt;/i&gt; to &lt;i&gt;/usr/X11R6/lib/X11/locale&lt;/i&gt;.&lt;br /&gt;
Then, the installer can be successfully started.&lt;br /&gt;
&lt;br /&gt;
I then run over another Oracle-Debian incompatibility (but I already observed this on i386 as well, but stoped investigating back then because I had an older installation which was still running): The installer stops when linking &lt;i&gt;ntcontab&lt;/i&gt;. There seem to be some &lt;i&gt;sed&lt;/i&gt; incompatibilities, since the installer logfile contains output like&lt;br /&gt;
&lt;br /&gt;
INFO: /bin/sed: -e Expression #1, Character 7: unterminated `s&#039; command&lt;br /&gt;
&lt;br /&gt;
The installer then hangs around for ever without utilizing CPU time. I saw that there are some &lt;i&gt;make&lt;/i&gt; and &lt;i&gt;grep&lt;/i&gt; processes hanging around, and it seems that the &lt;i&gt;grep&lt;/i&gt; process waits for input but does not get it, causing it to wait forever. So I simply killed the make and the grep processes (I had to do this several times for the &lt;i&gt;grep&lt;/i&gt; process) until the installation continued.&lt;br /&gt;
The net configuration assistent failed to link and to run, so I had to manually configure sqlnet.ora and tnsnames.ora. Result: the client applications like sqlplus are running well!&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 01 Mar 2006 21:59:29 +0100</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/27-guid.html</guid>
    
</item>
<item>
    <title>The difference in x86_64 linux distributions</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/26-The-difference-in-x86_64-linux-distributions.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/26-The-difference-in-x86_64-linux-distributions.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Most (commercial) linux distributions install their x86_64 version as a &lt;i&gt;mixed&lt;/i&gt; environment. This means that the 64 bit libraries are installed in /lib64 and /usr/lib64, while the usual directories /lib and /usr/lib contain 32 bit libraries which are necessary to run 32 bit applications.&lt;br /&gt;
&lt;br /&gt;
Debian, on the other hand, provides a &lt;i&gt;pure&lt;/i&gt; x86_64 distribution (the amd64 port), where the 64 bit libraries are installed in /lib and /usr/lib. 32 bit libraries are either installed below /emul (through the ia32-libs package) or in a completely separate chroot environment. The chroot environment has the advantage that it uses the normal i386 packages and can even be updated with &quot;apt-get dist-upgrade&quot; separately from the 64 bit installation.&lt;br /&gt;
&lt;br /&gt;
32 bit applications like OpenOffice run very well in the chroot environment, and even building i386 packages is possible. The only disadvantage is that the chroot environment can take up a significant amount of space.&lt;br /&gt;
&lt;br /&gt;
The real problems arise if you need to install a 64 bit application which uses an installer which is built as 32 bit application. No one does this? Sure. Oracle does.&lt;br /&gt;
And they require a mixed installation. There seems currently no way to install the Oracle client on an amd64 debian installation.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 01 Mar 2006 20:40:25 +0100</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/26-guid.html</guid>
    
</item>
<item>
    <title>My personal debian archive</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/20-My-personal-debian-archive.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/20-My-personal-debian-archive.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Yesterday I replaced my personal debian archive at &lt;a href=&quot;http://www.littletux.net/debian&quot;&gt;http://www.littletux.net/debian&lt;/a&gt; (which used a simple, flat structure) with a pool based archive. The archive is handled by &lt;em&gt;debpool&lt;/em&gt;, a debian archive management tool which is quite simple to set up. It is available from the Debian experimental archive. The main advantages from this tool are that I can use the standard &lt;em&gt;dupload&lt;/em&gt; tool to upload packages to the archive, and that it allows to manage packages for various distributions like &lt;em&gt;stable&lt;/em&gt; and &lt;em&gt;unstable&lt;/em&gt;.&lt;br /&gt;
&lt;br /&gt;
To access the archive, it is sufficient to add lines like&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;deb http://littletux.homelinux.net/debian unstable main contrib non-free&lt;br /&gt;
deb-src http://littletux.homelinux.net/debian unstable main contrib non-free&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
to &lt;tt&gt;/etc/apt/sources.list&lt;/tt&gt;. Note that www.littletux.net does not work.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 05 Nov 2005 10:10:48 +0100</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/20-guid.html</guid>
    
</item>
<item>
    <title>Switched to X.org</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/19-Switched-to-X.org.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/19-Switched-to-X.org.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=19</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=19</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Yesterday, I spontaneously decided to replace the &lt;a href=&quot;http://www.xfree86.org/&quot;&gt;XFree86 X server&lt;/a&gt; with the new &lt;a href=&quot;http://www.x.org/&quot;&gt;X.org X server&lt;/a&gt; on my desktop computer. A simple &quot;&lt;tt&gt;apt-get install xserver-xorg discover1 mdetect xresprobe&lt;/tt&gt;&quot; was sufficient to migrate the server. I already heard that migration is quite simple and problem-free, so I was strained what would happen after I restarted the X server. I was excited that the server indeed started up and displayed the window manager, so at least the basic setup worked. I only had to make two additional refinements:&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;I replaced the &quot;nv&quot; driver with the &quot;nvidia&quot; driver. This involved re-installing the nvidia driver, because the installation I used for XFree86 did not work anymore.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;I removed resolutions which I do not want to use; the one which was used as default caused the monitor to run at 60 Hz or similar.&lt;/li&gt;&lt;br /&gt;
&lt;/ul&gt;&lt;br /&gt;
Of course, I also tried some of the new features, especially transparency. To enable these features, the &quot;&lt;tt&gt;Composite&lt;/tt&gt;&quot; extension must be activated with an entry like &lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;Section &quot;Extensions&quot;&lt;br /&gt;
&amp;#160;&amp;#160;Option &quot;Composite&quot; &quot;true&quot;&lt;br /&gt;
EndSection&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
in the xorg.conf configuration file. However, for NVidia cards, this has the effect that the &quot;&lt;tt&gt;glx&lt;/tt&gt;&quot; extension can not be used anymore. This can be changed by adding &quot;&lt;tt&gt;Option &quot;AllowGLXWithComposite&quot; &quot;true&quot;&lt;/tt&gt;&quot; to the &quot;&lt;tt&gt;Device&lt;/tt&gt;&quot; section in the xorg.conf file. Then, applications which use glx (like &lt;tt&gt;glxgears&lt;/tt&gt;) work again.&lt;br /&gt;
&lt;br /&gt;
I then activated transparency in the KDE control center. However, the &quot;nvidia&quot; driver seems to be really unstable when activating this feature, the X server crashed several times. So I switched back to the &quot;nv&quot; driver, which seems to be more stable. In either case, moving transparent windows was very slow, and also adding &quot;&lt;tt&gt;Option &quot;RenderAccel&quot; &quot;true&quot;&lt;/tt&gt;&quot; as sometimes suggested did not help. For now, I deactivated the transparency feature again, but I look forward to this being more stable, because it looks really cool! 
    </content:encoded>

    <pubDate>Sun, 23 Oct 2005 10:02:52 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/19-guid.html</guid>
    
</item>
<item>
    <title>Next LinuxTag in Wiesbaden</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/17-Next-LinuxTag-in-Wiesbaden.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/17-Next-LinuxTag-in-Wiesbaden.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Unfortunately, &lt;a href=&quot;http://www.linuxtag.de&quot;&gt;LinuxTag&lt;/a&gt;, Europes largest Linux event, moves to &lt;a href=&quot;http://www.wiesbaden.de&quot;&gt;Wiesbaden&lt;/a&gt; next year. The last three years it was in &lt;a href=&quot;http://www.karlsruhe.de&quot;&gt;Karlsruhe&lt;/a&gt;, the town where I live. So I could simply walk to the event in about five minutes. I also visited it before, when it still was in &lt;a href=&quot;http://www.stuttgart.de&quot;&gt;Stuttgart&lt;/a&gt;, which is about 80 km from Karlsruhe. The presentations were always truly interesting and gave me new input. Lets see if I will make it to Wiesbaden next year; its about 150 km from Karlsruhe which is still not that far.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 15 Oct 2005 09:46:23 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Adopting the synopsis package</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/16-Adopting-the-synopsis-package.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/16-Adopting-the-synopsis-package.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    While I introduced myself into python lately, I was also looking for a useful tool to create documentation from python sources. Although &lt;a href=&quot;http://www.doxygen.org&quot;&gt;doxygen&lt;/a&gt; claims to be suitable for python, I did not get any useful results from it (at least not out-of-the-box). I was also not satisfied with &lt;a href=&quot;http://epydoc.sourceforge.net/&quot;&gt;epydoc&lt;/a&gt;, since it fetches the documentation for all super classes, which is quite a lot for Qt derived classes. Finally, I found &lt;a href=&quot;http://synopsis.fresco.org/&quot;&gt;synopsis&lt;/a&gt;, which created very good results without requiring much configuration. The Debian package was orphaned, and the latest version in the Debian archive was 0.5.0 while the latest upstream version is 0.8.0, so I decided to adopt it. A preliminary package is now available at &lt;a href=&quot;http://mentors.debian.net/debian/pool/main/s/synopsis/&quot;&gt;http://mentors.debian.net/debian/pool/main/s/synopsis/&lt;/a&gt;,&lt;br /&gt;
the RFS was sent and I hope to find a sponsor soon &lt;img src=&quot;http://littletux.homelinux.org/serendipity/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 10 Oct 2005 21:09:32 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/16-guid.html</guid>
    
</item>
<item>
    <title>Write once, install nowhere?</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/15-Write-once,-install-nowhere.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/15-Write-once,-install-nowhere.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=15</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=15</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    I will never understand why people write applications in Java(TM), and then distribute it in some binary form, like .exe files for MS-Windows or .bin files for Linux/Unix. Instead of simply downloading a .zip or .tar.gz file, you have to choose the native platform you want the application to run on, and then execute some installation program like this:&lt;br /&gt;
&lt;br /&gt;
&lt;tt&gt;&lt;br /&gt;
$ ~/sjsas_pe-8_1_02_2005Q2-linux.bin &lt;br /&gt;
Checking available disk space...&lt;br /&gt;
Checking Java(TM) 2 Runtime Environment...&lt;br /&gt;
Extracting Java(TM) 2 Runtime Environment files...&lt;br /&gt;
**&lt;strong&gt; glibc detected **&lt;/strong&gt; double free or corruption (!prev): 0x08077718 ***&lt;br /&gt;
Deleting temporary files...&lt;br /&gt;
&lt;/tt&gt;&lt;br /&gt;
&lt;br /&gt;
Really great ...&lt;br /&gt;
&lt;br /&gt;
The cool thing in this specific case is that it is SUN Microsystems themselves where I downloaded the package from, to be more precise the J2EE reference implementation.&lt;br /&gt;
&lt;br /&gt;
Going to look for the jar files I need somewhere else now... 
    </content:encoded>

    <pubDate>Sun, 02 Oct 2005 22:14:19 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/15-guid.html</guid>
    
</item>
<item>
    <title>Debian amd64 port</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/14-Debian-amd64-port.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/14-Debian-amd64-port.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=14</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=14</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    Today I was able to try the amd64 port of Debian on an Intel Pentium D processor with EM64 technology. I dont have a broad overview of the various 64 bit technologies yet, but as far as I learned today the ia64 port is specific to the Intel Itanium processor, while the amd64 port supports both AMD64 CPUs and Intel EM64 CPUs. The &lt;a href=&quot;http://cdimage.debian.org/pub/cdimage-testing/daily/amd64/current/&quot;&gt;current&lt;/a&gt; business card image booted well, but unfortunately the keyboard did not work anymore as soon as the debian installer showed its first menu. I tried both an USB and a PS/2 keyboard, but both have shown the same behaviour. Seems like there is more research necessary &lt;img src=&quot;http://littletux.homelinux.org/serendipity/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Sep 2005 18:46:00 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/14-guid.html</guid>
    
</item>
<item>
    <title>qemu - a powerful processor emulator</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/12-qemu-a-powerful-processor-emulator.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/12-qemu-a-powerful-processor-emulator.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    I recently tested &lt;a href=&quot;http://www.qemu.org&quot;&gt;qemu&lt;/a&gt;, an open source processor emulator. qemu runs on various &lt;a href=&quot;http://www.qemu.org/status.html&quot;&gt;host platforms and can emulate various target platforms&lt;/a&gt;. They also provide an accelerator module which runs as kernel module on x86 based Linux hosts and enables native instruction execution when an x86 based system emulates another x86 based system. I successfully installed Windows XP on a Linux host, and was really surprised about the performance of the emulated system! It is of course not as fast as a native installation, and especially graphics operations appear to be rather slow (which might be caused by a poor graphics card emulation), but at least I am now able to use the few MS-Windows applications which I still need. 
    </content:encoded>

    <pubDate>Sun, 07 Aug 2005 21:37:00 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/12-guid.html</guid>
    
</item>
<item>
    <title>An additional Debian package to come :-)</title>
    <link>http://littletux.homelinux.org/serendipity/index.php?/archives/11-An-additional-Debian-package-to-come.html</link>
            <category>Debian</category>
    
    <comments>http://littletux.homelinux.org/serendipity/index.php?/archives/11-An-additional-Debian-package-to-come.html#comments</comments>
    <wfw:comment>http://littletux.homelinux.org/serendipity/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://littletux.homelinux.org/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Andreas Fester)</author>
    <content:encoded>
    I am in the progress of adopting the Debian package for &lt;a href=&quot;http://www.lincvs.org&quot;&gt;lincvs&lt;/a&gt;, a really nice and useful GUI frontend for CVS. As a first step, I have created a package for the new upstream release 1.4.3 which is available at &lt;a href=&quot;http://littletux.homelinux.org/debian&quot;&gt;http://littletux.homelinux.org/debian&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 02 Aug 2005 21:52:00 +0200</pubDate>
    <guid isPermaLink="false">http://littletux.homelinux.org/serendipity/index.php?/archives/11-guid.html</guid>
    
</item>

</channel>
</rss>