<?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/"
    xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" >
<channel>
    
    <title>Lenz Grimmer's blog (Entries tagged as opensolaris)</title>
    <link>http://lenzg.net/</link>
    <description>Random notes about Linux, MySQL and Open Source</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Wed, 11 Aug 2010 12:49:03 GMT</pubDate>

    <image>
        <url>http://lenzg.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Lenz Grimmer's blog - Random notes about Linux, MySQL and Open Source</title>
        <link>http://lenzg.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Flexible storage handling using ZFS on Linux and OpenSolaris</title>
    <link>http://lenzg.net/archives/302-Flexible-storage-handling-using-ZFS-on-Linux-and-OpenSolaris.html</link>
            <category>Linux</category>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/302-Flexible-storage-handling-using-ZFS-on-Linux-and-OpenSolaris.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=302</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=302</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I tend to switch between Linux and OpenSolaris as my desktop operating system from time to time. To be more flexible in this setup, I store most of my work-related data (e.g. source trees, VirtualBox images) on an external 320GB USB disk drive, using the ZFS file system. While OpenSolaris supports ZFS natively,  I can access the file system on Linux using &lt;a href=&quot;http://zfs-fuse.net/&quot;&gt;zfs-fuse&lt;/a&gt; and I could even mount these file systems on a &lt;a href=&quot;http://wiki.freebsd.org/ZFS&quot;&gt;FreeBSD&lt;/a&gt; system, if needed. There aren&#039;t that many file systems that allow an easy exchange of data between (Open)Solaris and Linux &amp;ndash; the other ones that I am aware of are &lt;a href=&quot;http://en.wikipedia.org/wiki/File_Allocation_Table&quot;&gt;FAT&lt;/a&gt; and &lt;a href=&quot;http://en.wikipedia.org/wiki/Unix_File_System&quot;&gt;UFS&lt;/a&gt;, which both don&#039;t give me the confidence and flexibility I need.&lt;/p&gt;
&lt;p&gt;A while ago, I purchased a second external drive of the same size and now use both of them in a &lt;a href=&quot;http://www.sun.com/bigadmin/features/articles/zfs_part1.scalable.jsp&quot;&gt;mirrored configuration&lt;/a&gt;. This gives me several benefits:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;strong&gt;Redundancy:&lt;/strong&gt; external disk drives have a higher risk of getting physically damaged, so having a mirrored copy of my data ensures that I won&#039;t lose anything important if one of the drives dies.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt;Increased performance:&lt;/strong&gt; ZFS is capable of distributing reads across both devices, thus I get twice the speed of a single USB 2.0 port, if I connect the drives to ports attached to separate USB host controllers.&lt;/li&gt;
    &lt;li&gt;&lt;strong&gt; Automatic resyncing:&lt;/strong&gt; When I&#039;m on the road, I only take one half of the mirror with me. In case this drive gets lost/stolen, I still have a second copy of the data at home. ZFS complains about the pool being in degraded state, but continues to work normally. When I return home, I simply attach the second drive again and ZFS automatically resyncs (resilvers) anything that has been modified in the meanwhile.&lt;/li&gt;
    &lt;li&gt;I can use &lt;strong&gt;snapshots&lt;/strong&gt; for backup purposes. I have a small Intel Atom based PC (running OpenSolaris) that acts as my central file server (using two 1TB disks in a ZFS mirror) and  CUPS print server. If I want to create a backup of my external USB disks, I create ZFS snapshots of the file systems in question and transfer these to the home server using &amp;quot;zfs send/receive&amp;quot;. This works both locally by connecting the drives to the server box directly or via SSH over the network. I wrote a small shell script to automate this process. The transfer is done in an incremental fashion &amp;ndash; only the differences between the current and the last snapshot are being propagated. To save disk space on the external drives, I usually discard all older snapshots except for the last one or two. On the file server, I maintain snapshots for a longer time period. The snapshots are named by using a simple date/time timestamp (filesystem@YYYY-MM-DD-HH:MM), this makes it easy to go back to a particular snapshot in case I&#039;m looking for something I may have removed by accident, but I still recall when it was last used.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;From my experience, ZFS is a very solid and reliable solution, providing impressive functionality with a very user-friendly UI (you only need use two commands, zfs and zpool).&lt;/p&gt;
&lt;p&gt;If you want to learn more about ZFS and how to use it in practice, consider attending my &lt;a href=&quot;http://programm.froscon.org/2010/events/592.en.html&quot;&gt;upcoming talk&lt;/a&gt; (in German) about this subject at &lt;a href=&quot;http://froscon.org/&quot;&gt;FrOSCon 2010&lt;/a&gt; in Sankt Augustin, Germany!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 11 Aug 2010 14:29:42 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/302-guid.html</guid>
    <category>administration</category>
<category>backup</category>
<category>froscon</category>
<category>linux</category>
<category>opensolaris</category>
<category>presentation</category>
<category>snapshots</category>
<category>solaris</category>
<category>storage</category>
<category>zfs</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>How to get your product bundled with Linux distributions</title>
    <link>http://lenzg.net/archives/292-How-to-get-your-product-bundled-with-Linux-distributions.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/292-How-to-get-your-product-bundled-with-Linux-distributions.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=292</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=292</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I recently received a question from &lt;a href=&quot;http://www.calpont.com/about/team&quot;&gt;Robin Schumacher at Calpont&lt;/a&gt;, the makers of the &lt;a href=&quot;http://infinidb.org/&quot;&gt;InfiniDB&lt;/a&gt; analytics database engine for MySQL: &amp;quot;How would you recommend we try and get bundled in with the various Linux distros?&amp;quot;&lt;/p&gt;
&lt;p&gt;Since this question has come up several times before, I thought it might make sense to blog about my take on this.&lt;/p&gt;
&lt;p&gt;First of all, please note that there is a difference between &amp;quot;being part of the core distribution&amp;quot; and &amp;quot;being available from a distributor&#039;s package repository&amp;quot;. The latter one is relatively easy, the former can be hard, as you need to convince the distributor that your application is worth devoting engineering resources to maintain and support your application as part of their product. It&#039;s also a space issue &amp;ndash; distributions need to make sure that the core packages still fit on the installation media (e.g. CD-ROMs or a DVD). Therefore they take a very close look at each package and if it&#039;s really needed to be part of the installation medium or if it&#039;s fine to provide it for download from a package repository instead.&lt;/p&gt;
&lt;p&gt;Distributors prefer to keep their core product small and restricted to the &amp;quot;basic OS building blocks&amp;quot;. While MySQL might still be considered to be a part of this, this probably does not apply to the various plugins and extensions that are available for it. Therefore the best approach is to invest some engineering time and start doing  the packaging yourself, either by hiring an engineer capable of creating and maintaining the packages, or by finding someone in your community who has the required experiences and is willing to do it.&lt;/p&gt;
&lt;p&gt;While it&#039;s of course possible to set up and maintain your own build and package hosting infrastructure for that, I recommend to make use of the existing services  provided by the distributors.&lt;/p&gt;
&lt;p&gt;The top tier distributors all provide means of offloading the maintenance of &amp;quot;non-core&amp;quot; packages to their community, offering various options for packages to be made available. For example, Novell/openSUSE provide the free &amp;quot;&lt;a href=&quot;http://buildservice.org&quot;&gt;Build Service&lt;/a&gt;&amp;quot;, which is capable of building packages for other distributions as well (e.g. Fedora, Mandriva, Debian/Ubuntu, etc.). In addition to automating the builds, the Build Service also takes care of the distribution via their download mirror network and ensures that your application can be found via their &lt;a href=&quot;http://software.opensuse.org/search&quot;&gt;package search&lt;/a&gt; interface.&lt;/p&gt;
&lt;p&gt;Red Hat/Fedora provide something similar, named &amp;quot;&lt;a href=&quot;http://koji.fedoraproject.org/koji/&quot;&gt;Koji&lt;/a&gt;&amp;quot; &amp;ndash;  but it&#039;s &amp;quot;Fedora only&amp;quot;. Here&#039;s a &lt;a href=&quot;http://fedoraproject.org/wiki/PackageMaintainers/Join&quot;&gt;HOWTO&lt;/a&gt; that outlines the process of becoming a Fedora package maintainer.&lt;/p&gt;
&lt;p&gt;Ubuntu/Canonical have &amp;quot;&lt;a href=&quot;https://launchpad.net/+tour/ppa&quot;&gt;Personal Package Archives&lt;/a&gt; (PPAs) &amp;ndash; if your project is hosted on &lt;a href=&quot;http://launchpad.net/&quot;&gt;Launchpad&lt;/a&gt; already, that might be something to look into for providing Debian/Ubuntu packages. Alternatively you could join the Debian project and start building and maintaining your package there. They maintain a list of &amp;quot;&lt;a href=&quot;http://www.debian.org/devel/wnpp/&quot;&gt;Work-Needing and Prospective Packages&lt;/a&gt;&amp;quot;, a description of the process on how to become a new maintainer is outlined &lt;a href=&quot;http://www.debian.org/devel/join/newmaint&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you&#039;d like to target Solaris/OpenSolaris as well, there is the &lt;a href=&quot;http://jucr.opensolaris.org/home/&quot;&gt;OpenSolaris Source Juicer&lt;/a&gt;&amp;#160;&amp;ndash; a web service which allows OpenSolaris  community developers to build packages (using RPM spec files) and publish them for review, so they will be included in an official package repository. The &lt;a href=&quot;http://hub.opensolaris.org/bin/view/Community+Group+sw-porters/WebHome&quot;&gt;Software Porters Community Group&lt;/a&gt; coordinates, advocates, encourages and helps with the porting of  Software from multiple Platforms to the OpenSolaris Platform.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 06 Mar 2010 12:59:20 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/292-guid.html</guid>
    <category>collaborating</category>
<category>community</category>
<category>compiling</category>
<category>contributing</category>
<category>development</category>
<category>distribution</category>
<category>linux</category>
<category>mysql</category>
<category>opensolaris</category>
<category>OSS</category>
<category>packaging</category>
<category>porting</category>
<category>RPM</category>
<category>suse</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>IntelliJ IDEA Open Sourced</title>
    <link>http://lenzg.net/archives/279-IntelliJ-IDEA-Open-Sourced.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/279-IntelliJ-IDEA-Open-Sourced.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;With &lt;a href=&quot;http://blogs.jetbrains.com/idea/2009/10/intellij-idea-open-sourced/&quot;&gt;IntelliJ now being available under an Open Source license&lt;/a&gt;, developers have another option to choose from when it comes to Java-based IDEs/Frameworks (&lt;a href=&quot;http://eclipse.org/&quot;&gt;Eclipse&lt;/a&gt; and &lt;a href=&quot;http://netbeans.org&quot;&gt;NetBeans&lt;/a&gt; being the other two prominent ones). Choice is always good, and being an Open Source enthusiast, I of course welcome JetBrain&#039;s move!&lt;/p&gt;
&lt;p&gt;However, as I&#039;m not really a heavy GUI-based IDE user myself, I can&#039;t really comment on which one is the best. These kind of discussions tend to turn into a &lt;a href=&quot;http://en.wikipedia.org/wiki/Holy_War&quot;&gt;Holy War&lt;/a&gt; anyway... In the end it&#039;s likely that each of them gets the job done and you have to come to your own conclusions, based on your personal preference and requirements.&lt;/p&gt;
&lt;p&gt;I personally would be interested in seeing how their support for PHP or Python compares to the one in NetBeans. Their &lt;a href=&quot;http://plugins.intellij.net/&quot;&gt;plugin repository&lt;/a&gt; lists more that 560 plugins, including many for database connectivity/modeling/navigation (incl. support for MySQL). I&#039;m also glad to see that they have a &lt;a href=&quot;http://plugins.intellij.net/plugin/?id=3961&quot;&gt;plugin for Bazaar&lt;/a&gt;, something that I&#039;m desperately missing from NetBeans!&lt;/p&gt;
&lt;p&gt;Interestingly, they decided to &lt;a href=&quot;http://www.jetbrains.org/display/IJOS/Ultimate+Edition+vs.+Community+Edition&quot;&gt;keep a few parts proprietary&lt;/a&gt;, it&#039;s going to be interesting to see how this will turn out for them and if developers will be willing to pay for these extra features, considering that most of this is available for free from the other two projects.&lt;/p&gt;
&lt;p&gt;Their &lt;a href=&quot;http://www.jetbrains.org/display/IJOS/Contributor+Agreement&quot;&gt;Contributor License Agreement&lt;/a&gt; looks like it has been derived from the &lt;a href=&quot;http://www.sun.com/software/opensource/contributor_agreement.jsp&quot;&gt;Sun Contributor Agreement&lt;/a&gt; (SCA), which is always nice to see. I assume this can be attributed to Roman Strobl - I was positively surprised to notice that &lt;a href=&quot;http://blogs.jetbrains.com/watchtower/2009/06/hello-world-again/&quot;&gt;he joined their team&lt;/a&gt; as a technology evangelist in June! Roman did a great job in spreading the NetBeans and OpenSolaris gospel at Sun before and I briefly met him at this year&#039;s FOSDEM conference in Brussels. Congratulations!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 16 Oct 2009 16:24:31 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/279-guid.html</guid>
    <category>bzr</category>
<category>databases</category>
<category>development</category>
<category>eclipse</category>
<category>intellij</category>
<category>java</category>
<category>netbeans</category>
<category>opensolaris</category>
<category>oss</category>
<category>php</category>
<category>programming</category>
<category>python</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>FrOSCon/OpenSQL Camp summary</title>
    <link>http://lenzg.net/archives/276-FrOSConOpenSQL-Camp-summary.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/276-FrOSConOpenSQL-Camp-summary.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=276</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=276</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;img alt=&quot;&quot; style=&quot;float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;&quot; src=&quot;http://www.froscon.de/typo3temp/pics/5ffe0c01fc.png&quot; /&gt;&lt;br /&gt;
It&#039;s almost two weeks now since &lt;a href=&quot;http://froscon.org/&quot;&gt;FrOSCon&lt;/a&gt; and the &lt;a href=&quot;http://opensqlcamp.org/Events/2009/&quot;&gt;OpenSQL Camp&lt;/a&gt; subconference have taken place in Sankt Augustin, Germany &amp;mdash; about time for a summary and update from my side!&lt;/p&gt;
&lt;p&gt;First off, I would like to thank all of the participants and supporters, particularly my colleagues Regina Steyer and Iris Musiol for the perfect logistics and co-sponsoring as well as &lt;a href=&quot;http://blogs.sun.com/solarium/entry/ulrich_gr%C3%A4f&quot;&gt;Uli Graef&lt;/a&gt;, &lt;a href=&quot;http://blogs.sun.com/TF/&quot;&gt;Thorsten Frueauf&lt;/a&gt;, Matthias Schmidt, &lt;a href=&quot;http://www.linkedin.com/in/alexanderrubin&quot;&gt;Alexander Rubin&lt;/a&gt; and &lt;a href=&quot;http://www.c0t0d0s0.org/&quot;&gt;Joerg Moellenkamp&lt;/a&gt; for manning the Sun booth and the help on site.&lt;/p&gt;
&lt;p&gt;Another big Thank You goes out to my team mates &lt;a href=&quot;http://datacharmer.org/&quot;&gt;Giuseppe&lt;/a&gt; and &lt;a href=&quot;http://bytebot.net/&quot;&gt;Colin&lt;/a&gt; as well as to &lt;a href=&quot;http://sheeri.com/&quot;&gt;Sheeri K. Cabral&lt;/a&gt;, who were a big help in keeping the OpenSQL Camp on track and by supporting the event by giving talks. In addition to that, Sheeri recorded most of the OpenSQL Camp sessions on video and &lt;a href=&quot;http://www.pythian.com/news/?p=3737&quot;&gt;published&lt;/a&gt; them in record time!&lt;/p&gt;
&lt;p&gt;So here&#039;s a quick summary of both events from my side, starting with the main conference.&lt;/p&gt;
&lt;p&gt;Sun was a &lt;a href=&quot;http://www.froscon.de/en/sponsors.html&quot;&gt;Gold sponsor&lt;/a&gt; of the event and we had a booth right at the main entrance area; it could hardly be missed. It consisted of two large and two small desks as well as a divider behind them. For demos, we had a (slightly noisy) Sun Fire X2200 M2 Server and four &lt;a href=&quot;http://www.sun.com/sunray/sunray2/&quot;&gt;SunRay 2 Thin Clients&lt;/a&gt; (which by themselves triggered a lot of questions and curiosity by many visitors). The booth was flanked by rollup-banners on both sides as well as various posters attached to the divider. Here&#039;s a picture of our booth before the event opened:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.flickr.com/photos/lenzgr/3856626473/&quot; title=&quot;img_4690 by Lenz Grimmer, on Flickr&quot;&gt;&lt;img height=&quot;375&quot; width=&quot;500&quot; src=&quot;http://farm4.static.flickr.com/3443/3856626473_ab15d021f1.jpg&quot; alt=&quot;img_4690&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
We demoed &lt;a href=&quot;http://opensolaris.com/&quot;&gt;Open Solaris&lt;/a&gt;, &lt;a href=&quot;http://opensolaris.org/os/community/ha-clusters/ohac/&quot;&gt;Open HA Cluster&lt;/a&gt;, &lt;a href=&quot;http://netbeans.org/&quot;&gt;NetBeans&lt;/a&gt;/&lt;a href=&quot;http://java.com/en/&quot;&gt;Java&lt;/a&gt; and &lt;a href=&quot;http:/mysql.com/&quot;&gt;MySQL&lt;/a&gt;. We also had a lot of brochures about various products, OpenSolaris 2009.06 Live-CDs incl. booklets as well as some MySQL-T-Shirts to hand out. We distributed over 300 CDs and received a lot of positive feedback about the distribution.&lt;/p&gt;
&lt;p&gt;We also had a number of talks in the main conference track (both German and English):&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Lenz Grimmer: &lt;a href=&quot;http://programm.froscon.org/2009/events/338.en.html&quot;&gt;Working for a Virtual Company - How we do it at MySQL&lt;/a&gt; (&lt;a href=&quot;http://ftp.stw-bonn.de/mirror/froscon/2009/prerelease_please_do_not_redistribute/sa/hs12/2009_08_22_-&lt;u&gt;HS12&lt;/u&gt;-&lt;u&gt;EN&lt;/u&gt;-_Working_for_a_Virtual_Company.ogg&quot;&gt;OGG Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Giuseppe Maxia: &lt;a href=&quot;http://programm.froscon.org/2009/events/380.en.html&quot;&gt;MySQL Sandbox 3 - Making your life with databases easier than ever&lt;/a&gt; (&lt;a href=&quot;http://ftp.stw-bonn.de/mirror/froscon/2009/prerelease_please_do_not_redistribute/sa/hs5/2009_08_22_-&lt;u&gt;HS5&lt;/u&gt;-&lt;u&gt;EN&lt;/u&gt;-_MySQL_Sandbox_3.ogg&quot;&gt;OGG Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Ulrich Graef: &lt;a href=&quot;http://programm.froscon.org/2009/events/382.en.html&quot;&gt;ZFS - Neue Funktionen und Technologien&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;Thorsten Fr&amp;uuml;auf: &lt;a href=&quot;http://programm.froscon.org/2009/events/332.en.html&quot;&gt;Hochverf&amp;uuml;gbarkeit mit minimalem Cluster - Open HA Cluster on OpenSolaris&lt;/a&gt; (&lt;a href=&quot;http://ftp.stw-bonn.de/mirror/froscon/2009/prerelease_please_do_not_redistribute/so/hs4/2009_08_23_-&lt;u&gt;HS4&lt;/u&gt;-&lt;u&gt;DE&lt;/u&gt;-_Hochverfuegbarkeit_mit_minimalem_Cluster.ogg&quot;&gt;OGG Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;J&amp;ouml;rg M&amp;ouml;llenkamp: &lt;a href=&quot;http://programm.froscon.org/2009/events/319.en.html&quot;&gt;Insights to Opensolaris&lt;/a&gt; (&lt;a href=&quot;http://ftp.stw-bonn.de/mirror/froscon/2009/prerelease_please_do_not_redistribute/so/hs4/2009_08_23_-&lt;u&gt;HS4&lt;/u&gt;-&lt;u&gt;DE&lt;/u&gt;-_Insights_to_OpenSolaris.ogg&quot;&gt;OGG Video&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The comments and ratings of these sessions were generally very positive. Our booth was well attended, especially during the session breaks. In total, there were over &lt;a href=&quot;http://twitter.com/froscon/status/3553869983&quot;&gt;1.400 visitors&lt;/a&gt; at the conference over the two days.&lt;/p&gt;
&lt;p&gt;I personally did not attend many sessions in the main conference tracks, as I was too occupied with the OpenSQL Camp and the booth organization. However, I managed to listen to Uli Graef&#039;s talk, which was a very technical and interesting session about &lt;a href=&quot;http://opensolaris.org/os/community/zfs/&quot;&gt;ZFS&lt;/a&gt; features and internals. Being a big fan of ZFS myself, this was a very worthwhile session to be at and my impression was that it encouraged others to take a closer look at this truly amazing file system.&lt;/p&gt;
&lt;p&gt;The second talk I attended was Sunday&#039;s keynote by &lt;a href=&quot;http://buytaert.net/&quot;&gt;Dries Buytaert&lt;/a&gt; from the &lt;a href=&quot;http://drupal.org/&quot;&gt;Drupal&lt;/a&gt; project about &amp;quot;&lt;a href=&quot;http://programm.froscon.org/2009/events/428.en.html&quot;&gt;The Secrets of Building and Participating in Open Source&lt;br /&gt;
Communities&lt;/a&gt;&amp;quot;. Dries is a great speaker with visually stunning slides. He is funny, too &amp;mdash; if you have a moment, you should watch the video recording of his keynote. An uncut &amp;quot;pre-release&amp;quot; version of his talk is already available as an &lt;a href=&quot;http://ftp.stw-bonn.de/mirror/froscon/2009/prerelease_please_do_not_redistribute/so/hs12/2009_08_23_-&lt;u&gt;HS12&lt;/u&gt;-&lt;u&gt;EN&lt;/u&gt;-&lt;u&gt;Keynode&lt;/u&gt;-Secret_of_Open_Source_Communities.ogg&quot;&gt;OGG Video&lt;/a&gt; file.&lt;/p&gt;
&lt;p&gt;As for previous FrOSCons (is that the proper plural?), there was a social event scheduled for Saturday evening, providing barbecue (Steaks and Sausages as well as vegetarian dishes) and drinks. This event usually takes place outside and is always an excellent opportunity for networking and talking with key people from other OSS communities and projects. And there was plenty of time for talking - the queues for the grilled food were long...&lt;/p&gt;
&lt;p&gt;Here is a list of other blogs and articles about FrOSCon that are worth a read (in no particular order and both German and English):&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.c0t0d0s0.org/archives/5878-FrOSCon-2009-first-day.html&quot;&gt;http://www.c0t0d0s0.org/archives/5878-FrOSCon-2009-first-day.html&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.c0t0d0s0.org/archives/5879-FrOSCon-09-Nachlese.html&quot;&gt;http://www.c0t0d0s0.org/archives/5879-FrOSCon-09-Nachlese.html&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://blogs.sun.com/TF/entry/hochverf%C3%BCgbarkeit_mit_minimalem_cluster&quot;&gt;http://blogs.sun.com/TF/entry/hochverf%C3%BCgbarkeit_mit_minimalem_cluster&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://robilad.livejournal.com/53194.html&quot;&gt;http://robilad.livejournal.com/53194.html&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://blogs.sun.com/bblfish/entry/froscon_the_free_and_open&quot;&gt;http://blogs.sun.com/bblfish/entry/froscon_the_free_and_open&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.linux-magazin.de/content/view/full/43032&quot;&gt;http://www.linux-magazin.de/content/view/full/43032&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://community.oreilly.de/blog/2009/08/25/das-war-die-froscon-2009/&quot;&gt;http://community.oreilly.de/blog/2009/08/25/das-war-die-froscon-2009/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.naturalnik.de/wordpress/2009/08/froscon-2009/&quot;&gt;http://www.naturalnik.de/wordpress/2009/08/froscon-2009/&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.alexander-stelter.de/blog/archives/361-FrOSCon-2009-Review-+-Bilder.html&quot;&gt;http://www.alexander-stelter.de/blog/archives/361-FrOSCon-2009-Review-+-Bilder.html&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img alt=&quot;&quot; style=&quot;float: left; margin-top: 10px; margin-bottom: 10px; margin-right: 10px;&quot; src=&quot;http://www.opensqlcamp.org/images/OpenSQL_badge.gif&quot; /&gt;&lt;br /&gt;
&lt;strong&gt;OpenSQL Camp, European Edition&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In addition to the main conference tracks, FrOSCon also provided a number of so-called &amp;quot;Developer Rooms&amp;quot; to OSS projects, so that they could organize sub-conferences or hackfests of their own. We applied for a room to set up a conference dubbed &amp;quot;&lt;a href=&quot;http://www.opensqlcamp.org/&quot;&gt;OpenSQL Camp&lt;/a&gt;&amp;quot;, related to the topic of Open Source databases, which was approved.&lt;/p&gt;
&lt;p&gt;We then sent out a call for papers and invited people from the many OSS database communities to join us and talk about their projects. Every session proposal was published on the OpenSQL Camp web site and people were able to vote on the sessions they were most interested in via email or twitter:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensqlcamp.org/Events/2009/Proposed_Sessions&quot;&gt;http://opensqlcamp.org/Events/2009/Proposed_Sessions&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensqlcamp.org/Events/2009/Reviewing_and_Voting&quot;&gt;http://opensqlcamp.org/Events/2009/Reviewing_and_Voting&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The organization and scheduling of the talks and speakers was done via the FrOSCon conference system (&lt;a href=&quot;http://www.pentabarf.org/&quot;&gt;Pentabarf&lt;/a&gt;), which made it very easy to perform this task and also made sure that the OpenSQL Camp sessions were included in the main conference program. Below is a full list of sessions at our subconference (see the &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/index.en.html&quot;&gt;FrOSCon Program page&lt;/a&gt; for abstracts, speaker info, links and slides). We had two cancellations by speakers on short notice, but were able to cover the gaps with ad-hoc presentations. I&#039;d like to send a special thanks to &lt;a href=&quot;http://blog.some-abstract-type.com/&quot;&gt;Geert Vanderkelen&lt;/a&gt;, who gave a great presentation about &lt;a href=&quot;http://mysql.com/products/database/cluster/&quot;&gt;MySQL Cluster&lt;/a&gt; despite the very short notice and some technical difficulties at the beginning!&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/341.en.html&quot;&gt;Sheeri K. Cabral&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/421.en.html&quot;&gt;A Better mysqltuner&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=-eBH2Srxinc&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/371.en.html&quot;&gt;Linas Virbalas&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/458.en.html&quot;&gt;Bringing Master/Slave into the 21st Century using Tungsten Database Clustering&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=lNrrGWSYk_U&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/344.en.html&quot;&gt;Holger Klemt&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/423.en.html&quot;&gt;Firebird - a really free database used in free and commercial projects&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=vAHZjOLmu1g&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/350.en.html&quot;&gt;Seppo Jaakola&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/440.en.html&quot;&gt;Galera Replication&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=nZvGrZcFy_c&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/364.en.html&quot;&gt;Kristian Waagan&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/462.en.html&quot;&gt;Getting acquainted with Apache Derby&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=TsgGwKNEESU&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/330.en.html&quot;&gt;Stephane Combaudon&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/453.en.html&quot;&gt;Minimizing data access with covering indexes&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/48.en.html&quot;&gt;Lenz Grimmer&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/333.en.html&quot;&gt;MySQL High Availability Solutions&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=NFGVRKUtgQc&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/367.en.html&quot;&gt;Jan Kneschke&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/465.en.html&quot;&gt;MySQL Proxy: a MySQL toolbox&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=iDjQDtkZekY&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/365.en.html&quot;&gt;Felix Schupp&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/456.en.html&quot;&gt;New kid on the block: The BlackRay Data Engine&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=Z8xGm6cQhWc&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/349.en.html&quot;&gt;Vladimir Kolesnikov&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/433.en.html&quot;&gt;PBXT: Technology trends that affect your database&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=VKlvyCgtgzs&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/466.en.html&quot;&gt;Panel Discussion: The OSS Toolshed Shootout&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=_5yVdHIBakc&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/362.en.html&quot;&gt;Darren Cassar&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/454.en.html&quot;&gt;Securich - MySQL user administration and security made easy!&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://programm.froscon.org/2009/speakers/66.en.html&quot;&gt;Giuseppe Maxia&lt;/a&gt;: &lt;a href=&quot;http://programm.froscon.org/2009/track/OpenSQLCamp/427.en.html&quot;&gt;Sharding for the masses&lt;/a&gt; (&lt;a href=&quot;http://www.youtube.com/watch?v=YnoXpRJdnSQ&amp;amp;feature=PlayList&amp;amp;p=A90FB7E15DA17DCF&quot;&gt;Video&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://blog.some-abstract-type.com/&quot;&gt;Geert Vanderkelen&lt;/a&gt;: An introduction to MySQL Cluster&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Most talks attracted between 20-50 attendees and we had a great mix of topics from several different database projects (with a slight majority of MySQL-related talks). The Panel Discussion (moderated by me), called the &amp;quot;OSS Toolshed Shootout&amp;quot; went quite well and the speakers had a good time answering questions on various topics about their projects. Thanks again to all OpenSQL Camp speakers for making this event a success!&lt;/p&gt;
&lt;p&gt;All in all I think that both FrOSCon and OpenSQL Camp were well worth supporting and attending - we were able to provide insight and trigger some interesting discussions  among the OSS enthusiasts and developers in the audience. It was also a good opportunity in get in touch with many people of other OSS communities, fostering the MySQL (and other Sun OSS projects) ecosystem.&lt;/p&gt;
&lt;p&gt;Here is a Flickr slide show of my own pictures - more photos can be found in the &lt;a href=&quot;http://gallery.froscon.org/&quot;&gt;FrOSCon Gallery&lt;/a&gt; and the &lt;a href=&quot;http://wiki.froscon.de/wiki/Links#2009&quot;&gt;links page&lt;/a&gt; on the Wiki.&lt;br /&gt;
&lt;object width=&quot;400&quot; height=&quot;300&quot;&gt; &lt;param name=&quot;flashvars&quot; value=&quot;offsite=true&amp;amp;lang=en-us&amp;amp;page_show_url=%2Fphotos%2Flenzgr%2Fsets%2F72157622143910024%2Fshow%2F&amp;amp;page_show_back_url=%2Fphotos%2Flenzgr%2Fsets%2F72157622143910024%2F&amp;amp;set_id=72157622143910024&amp;amp;jump_to=&quot;&gt; &lt;/param&gt; &lt;param name=&quot;movie&quot; value=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt; &lt;/param&gt; &lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt; &lt;/param&gt;&lt;embed type=&quot;application/x-shockwave-flash&quot; src=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot; allowfullscreen=&quot;true&quot; flashvars=&quot;offsite=true&amp;amp;lang=en-us&amp;amp;page_show_url=%2Fphotos%2Flenzgr%2Fsets%2F72157622143910024%2Fshow%2F&amp;amp;page_show_back_url=%2Fphotos%2Flenzgr%2Fsets%2F72157622143910024%2F&amp;amp;set_id=72157622143910024&amp;amp;jump_to=&quot; width=&quot;400&quot; height=&quot;300&quot;&gt; &lt;/embed&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt;&lt;a class=&quot;lgmwhnazyonpdsmujpwe&quot; href=&quot;http://www.flickr.com/apps/slideshow/show.swf?v=71649&quot;&gt;&lt;/a&gt; &lt;/object&gt;&lt;/p&gt;
&lt;p&gt;I personally look forward to next year&#039;s FrOSCon - a Big Thanks to the organizers for another great event!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 04 Sep 2009 22:56:00 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/276-guid.html</guid>
    <category>cluster</category>
<category>collaborating</category>
<category>community</category>
<category>conference</category>
<category>contributing</category>
<category>databases</category>
<category>event</category>
<category>froscon</category>
<category>meeting</category>
<category>multimedia</category>
<category>mysql</category>
<category>opensolaris</category>
<category>opensqlcamp</category>
<category>OSS</category>
<category>pictures</category>
<category>presentation</category>
<category>recording</category>
<category>schwag</category>
<category>slides</category>
<category>social</category>
<category>solaris</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Solaris/OpenSolaris distributions - an overview</title>
    <link>http://lenzg.net/archives/274-SolarisOpenSolaris-distributions-an-overview.html</link>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/274-SolarisOpenSolaris-distributions-an-overview.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=274</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=274</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;img border=&quot;0&quot; align=&quot;right&quot; width=&quot;200&quot; vspace=&quot;3&quot; hspace=&quot;5&quot; height=&quot;189&quot; src=&quot;http://lenzg.net/uploads/images/OpenSolaris_Logo-200px.png&quot; alt=&quot;OpenSolaris Logo&quot; /&gt;There have been &lt;a href=&quot;http://www.eecis.udel.edu/%7Ebmiller/blog/2009/04/13/opensolaris-distributions/&quot;&gt;several&lt;/a&gt; &lt;a href=&quot;http://blogs.sun.com/observatory/entry/distributions_of_opensolaris&quot;&gt;similar&lt;/a&gt; &lt;a href=&quot;http://www.linuxformat.co.uk/content/lxf-guide-opensolaris-distros?op=modload&amp;amp;name=News&amp;amp;file=article&amp;amp;sid=779&quot;&gt;articles&lt;/a&gt; to this one, but I find it pretty amazing to see all these emerging and established Solaris/OpenSolaris distributions. It&#039;s a good sign of a healthy community!&lt;/p&gt;
&lt;p&gt;So here is my collection - please let me know if I forgot one.&lt;br /&gt;
&lt;br /&gt;
Maintained by &lt;a href=&quot;http://sun.com/&quot;&gt;Sun Microsystems&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.sun.com/software/solaris/10/index.jsp&quot;&gt;Solaris 10&lt;/a&gt;: The commercial, production-ready and full supported version, similar to Red Hat Enterprise Linux (RHEL) or SUSE Linux Enterprise Server (SLES).&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensolaris.com&quot;&gt;OpenSolaris&lt;/a&gt;: This is the &amp;quot;official&amp;quot; OpenSolaris distribution, developed &amp;amp; supported by Sun. Can be compared to  Fedora or openSUSE Linux - this is the version which will become the basis of future &amp;quot;Enterprise&amp;quot; releases with a different support and maintenance model. The developers aim on publishing a release roughly every six months.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensolaris.org/os/downloads/&quot;&gt;Solaris Express: Community Edition (SX:CE)&lt;/a&gt;: is Sun&#039;s periodically built unsupported distribution of OpenSolaris (along with many additional open-source and a few closed-source components necessary to make a complete installable system). However, it looks as if Sun plans to &lt;a href=&quot;http://mail.opensolaris.org/pipermail/opensolaris-discuss/2009-August/049416.html&quot;&gt;discontinue&lt;/a&gt; the production of this version soon.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.sun.com/software/solaris/solaris-express/&quot;&gt;Solaris Express&lt;/a&gt;: Sun&#039;s official distribution of OpenSolaris. These are provided primarily for customers interested in trying out new features of the Solaris release currently under development without the total cutting-edge-ness of the Solaris Express: Community Edition&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Third-party distributions (in alphabetical order):&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.auroraux.org/&quot;&gt;AuroraUX&lt;/a&gt;: A core operating system for high integrity scientific computing. AuroraUX is a Solaris-derived kernel- and user- land. The core of the project are its utilities written in Ada. When necessary, poorly implemented features get fixed or rewritten, as well.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.belenix.org/&quot;&gt;Belenix&lt;/a&gt;: BeleniX is an OpenSolaris Distribution with a Live CD (runs directly off the CD). It can be installed to harddisk and is free to use, modify and distribute.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://eonstorage.blogspot.com/&quot;&gt;Embedded Operating system/Networking (EON)&lt;/a&gt;: A RAM-based live ZFS NAS appliance (CIFS/NFS/Samba) that boots from USB.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://jaris.jp/&quot;&gt;Jaris&lt;/a&gt;: An OpenSolaris derivative suitable for Japanese users, providing a windows-like environment. (The web site is available in Japanese only)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.genunix.org/dist/korona/&quot;&gt;Korona&lt;/a&gt;: A live DVD distribution based on OpenSolaris, but using KDE 4.3 as the default desktop.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.martux.org&quot;&gt;Martux&lt;/a&gt;: A barebones OpenSolaris distribution for SPARC&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.milax.org/&quot;&gt;MilaX&lt;/a&gt;: MilaX  is a small size Live CD distribution which runs completely off a miniCD, bootable business card or USB flash drive.&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.nexenta.org/&quot;&gt;Nexenta Core&lt;/a&gt;: Basically an OpenSolaris Kernel with an Ubuntu/GNU userland (including an improved version of apt-get that utilizes ZFS snapshots to perform rollbacks of failed upgrades)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://schillix.berlios.de/&quot;&gt;SchilliX&lt;/a&gt;: The very first independent OpenSolaris-based distribution (seems like it&#039;s not maintained anymore)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.stormos.org/&quot;&gt;StormOS&lt;/a&gt;: an OpenSolaris desktop distribution, based on Nexenta Core&lt;/li&gt;
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Wed, 26 Aug 2009 12:24:43 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/274-guid.html</guid>
    <category>community</category>
<category>distribution</category>
<category>opensolaris</category>
<category>solaris</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>More on MySQL password security</title>
    <link>http://lenzg.net/archives/257-More-on-MySQL-password-security.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/257-More-on-MySQL-password-security.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=257</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=257</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;My last post about &lt;a href=&quot;http://www.lenzg.net/archives/256-Basic-MySQL-Security-Providing-passwords-on-the-command-line.html&quot;&gt;Basic MySQL Security&lt;/a&gt; generated a number of interesting comments, thanks for all your feedback! I&#039;d like to address a few points that were mentioned there:&lt;/p&gt;
&lt;p&gt;While the problem seems to be a non-issue on Linux, &lt;a href=&quot;http://www.paragon-cs.com/&quot;&gt;Keith Murphy&lt;/a&gt; &lt;a href=&quot;http://www.lenzg.net/archives/256-Basic-MySQL-Security-Providing-passwords-on-the-command-line.html#c429&quot;&gt;stated&lt;/a&gt; that the password might still be visible on other Unix operating systems (e.g. Solaris), as described in &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=11952&quot;&gt;Bug#11952&lt;/a&gt; in our bug database. According to the bug report, it depends on the implementation of &quot;ps&quot; &amp;mdash; there seems to be a BSD variant (&lt;tt&gt;/usr/ucb/ps&lt;/tt&gt;) as well as a SysV implementation (&lt;tt&gt;/usr/bin/ps&lt;/tt&gt;). &lt;/p&gt;
&lt;p&gt;However, on my tests on OpenSolaris (2008.11), &lt;b&gt;both&lt;/b&gt; still displayed the password! So be aware of this when working on non-Linux systems and better double check the behaviour on your particular platform. The bug report provides a few more details about this issue, apparently it cannot be fixed for all platforms.&lt;/p&gt;
&lt;p&gt;I also pointed out that the password will end up in your shell history and &lt;a href=&quot;http://jpipes.com/&quot;&gt;Jay Pipes&lt;/a&gt; emphasized this in his &lt;a href=&quot;http://www.lenzg.net/archives/256-Basic-MySQL-Security-Providing-passwords-on-the-command-line.html#c433&quot;&gt;comment&lt;/a&gt;. As I wrote, you need to make sure that your shell history file is properly protected against access by other users! Usually, a &lt;tt&gt;chmod 600 ~/.bash_history&lt;/tt&gt; will fix this. Most shells create these files with appropriate permissions automatically or can be configured to do so (check your shell&#039;s manual page with &lt;tt&gt;man `basename $SHELL`&lt;/tt&gt;).&lt;/p&gt;
&lt;p&gt;But there are more potential password leaks that I would like to mention, while we&#039;re on the topic: the &lt;tt&gt;mysql&lt;/tt&gt; command line client maintains a history file of its own, that you should be aware of. The history is convenient for easily going back in your list of previous SQL statements by using the Up/Down cursor keys or searching for a particular query by using the CTRL+R shortcut. However, the MySQL client stores all your SQL statements in a file &lt;tt&gt;~/.mysql_history&lt;/tt&gt; in your home directory by default, similar to how your unix shell does it. So if you are adding new MySQL user accounts using the &lt;tt&gt;GRANT ... IDENTIFIED BY PASSWORD...&lt;/tt&gt; statement, the user&#039;s password will be written to the history file in plain text, visible to everyone who has the appropriate file system privileges. Keep that in mind when performing administrative tasks on a MySQL server and make sure to restrict access to that file! By default, the client creates the file with only read and write permissions for the user (600), but if you want to be on the safe side you can of course remove it after you entered passwords on the MySQL command line. As an alternative, you can start the MySQL command line client by using the &quot;&lt;tt&gt;-q&lt;/tt&gt; / &lt;tt&gt;--quick&lt;/tt&gt;&quot; option, which skips using the history file for this particular session. If you can live without a command line history in general, you could simply replace that history file with a symbolic link to &lt;tt&gt;/dev/null&lt;/tt&gt;:
&lt;pre&gt;
$ ln -fs /dev/null ~/.mysql_history
&lt;/pre&gt;
Alternatively you can set the environment variable &lt;tt&gt;$MYSQL_HISTFILE&lt;/tt&gt; to point to either a different file name or to &lt;tt&gt;/dev/null&lt;/tt&gt; directly. By the way, all of this is documented in the &lt;tt&gt;mysql(1)&lt;/tt&gt; man page as well as in the &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.1/en/mysql-command-options.html&quot;&gt;Reference Manual&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Another attack vector for local users to obtain MySQL passwords are the MySQL server log files &amp;mdash; anyone with file system access to the binary log files can extract possible &lt;tt&gt;GRANT&lt;/tt&gt; statements from there using the &lt;tt&gt;mysqlbinlog&lt;/tt&gt; command! So you need to make sure that these files are properly secured from being accessed by regular users as well.&lt;/p&gt;
&lt;p&gt;In general, the best approach is to not allow regular users to log into your MySQL Server system in the first place. Shell access should be restricted to the system&#039;s admin accounts, access to the MySQL server should strictly take place via the MySQL Client/Server protocol. Which, by the way, is not using encryption by default &amp;mdash; make sure to use SSL or an SSH tunnel when accessing a MySQL server through an untrusted network. Otherwise you may also reveal confidential information like user passwords to unauthorized entities...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Jun 2009 21:03:47 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/257-guid.html</guid>
    <category>linux</category>
<category>mysql</category>
<category>opensolaris</category>
<category>security</category>
<category>shell</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Schedule of the MySQL Developer Room at FOSDEM 2009 finalized and published</title>
    <link>http://lenzg.net/archives/240-Schedule-of-the-MySQL-Developer-Room-at-FOSDEM-2009-finalized-and-published.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/240-Schedule-of-the-MySQL-Developer-Room-at-FOSDEM-2009-finalized-and-published.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=240</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=240</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://fosdem.org/&quot;&gt;&lt;img width=&quot;447&quot; vspace=&quot;3&quot; hspace=&quot;5&quot; height=&quot;59&quot; border=&quot;0&quot; align=&quot;texttop&quot; alt=&quot;&quot; src=&quot;http://www.fosdem.org/promo/fosdem&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We&#039;ve now concluded our call for papers for the MySQL Developer Room at &lt;a href=&quot;http://fosdem.org/&quot;&gt;FOSDEM 2009&lt;/a&gt; in Brussels, Belgium, which will be open on Sunday, 8th of February from 09:00-17:00.&lt;/p&gt;
&lt;p&gt;We received some excellent proposals and I am very excited about the schedule. Here&#039;s the quick summary of the talks:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Vladimir Kolesnikov: Practicing DBA&#039;s Guide to the PBXT Storage Engine&lt;/li&gt;
    &lt;li&gt;Kris Buytaert: Monitoring MySQL&lt;/li&gt;
    &lt;li&gt;Geert Vanderkelen: MySQL Cluster&lt;/li&gt;
    &lt;li&gt;Roland Bouman: MySQL 5.1 Plugins&lt;/li&gt;
    &lt;li&gt;Kaj Arn&amp;ouml;: MySQL, powering and using Social Networks&lt;/li&gt;
    &lt;li&gt;Ewen Fortune: Percona MySQL patches and the XtraDB storage engine&lt;/li&gt;
    &lt;li&gt;Giuseppe Maxia: Boost performance with MySQL 5.1 partitions&lt;/li&gt;
    &lt;li&gt;Jurriaan Persyn: Database Sharding&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;See the &lt;a href=&quot;http://forge.mysql.com/wiki/FOSDEM_2009_Developer_Room#Session_schedule&quot;&gt;Schedule page&lt;/a&gt; on the MySQL Forge for the detailed agenda, including the detailed session abstracts and speaker bios. These talks will soon appear in the general &lt;a href=&quot;http://fosdem.org/2009/schedule/&quot;&gt;FOSDEM schedule&lt;/a&gt;, too. If you are interested in MySQL and any of the topics above, consider visiting us in &lt;strong&gt;Room AW1.126&lt;/strong&gt;! Participation and attendance is totally free, though the organizers happily accept &lt;a href=&quot;http://fosdem.org/2009/support/donate&quot;&gt;donations and sponsorships&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In addition to the Developer Room, MySQL will share a &lt;a href=&quot;http://forge.mysql.com/wiki/FOSDEM_2009_Project_Stand&quot;&gt;project desk&lt;/a&gt; with the &lt;a href=&quot;http://opensolaris.org/&quot;&gt;OpenSolaris&lt;/a&gt; community. We are still looking for at least one more volunteer that would help us with manning the desk! If you are interested in helping out (2 hours at a minimum), please &lt;a href=&quot;http://spreadsheets.google.com/viewform?key=pR2t7FwHeS99yjGtQru94cQ&quot;&gt;drop me a line&lt;/a&gt;!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 12 Jan 2009 20:49:52 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/240-guid.html</guid>
    <category>cluster</category>
<category>collaborating</category>
<category>community</category>
<category>conference</category>
<category>databases</category>
<category>engine</category>
<category>event</category>
<category>fosdem</category>
<category>linux</category>
<category>meeting</category>
<category>mysql</category>
<category>opensolaris</category>
<category>oss</category>
<category>presentation</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>First Hamburg (Open)Solaris User Group Meeting on Wed, 2009-02-04</title>
    <link>http://lenzg.net/archives/239-First-Hamburg-OpenSolaris-User-Group-Meeting-on-Wed,-2009-02-04.html</link>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/239-First-Hamburg-OpenSolaris-User-Group-Meeting-on-Wed,-2009-02-04.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=239</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=239</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;My colleague &lt;a href=&quot;http://www.c0t0d0s0.org/&quot;&gt;Joerg Moellenkamp&lt;/a&gt; stepped up and established the &lt;a href=&quot;https://www.xing.com/net/hhosug/&quot;&gt;HHOSUG&lt;/a&gt; - a local &lt;a href=&quot;http://opensolaris.org/&quot;&gt;OpenSolaris&lt;/a&gt; User Group here in Hamburg, Germany. It has a web-home with discussion forums on &lt;a href=&quot;https://www.xing.com/&quot;&gt;Xing.com&lt;/a&gt;. Our first physical meetup will take place on Wednesday, 4th of February, 17:45. We will meet in the the meeting rooms at Sun&#039;s Hamburg offices (Nagelsweg 55, 20097 Hamburg). If you plan to attend, please &lt;a href=&quot;https://www.xing.com/events/292625&quot;&gt;RSVP here&lt;/a&gt;. We have the following topics on the agenda:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Organizational issues&lt;/li&gt;
    &lt;li&gt;Collecting ideas/suggestions for the HHOSUG: what shall this group aim for?&lt;/li&gt;
    &lt;li&gt;Technical session: OpenSolaris 2008.11 internals (Time slider, pkg, etc)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Luckily, Wednesday is usually the day that I am in the office anyway, so I&#039;ll just stick around. I look forward to meeting many fellow OpenSolaris fans there &lt;img src=&quot;http://lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 12 Jan 2009 11:49:33 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/239-guid.html</guid>
    <category>community</category>
<category>meeting</category>
<category>opensolaris</category>
<category>oss</category>
<category>solaris</category>
<category>sun</category>
<category>usergroup</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Back from vacation: news from the MySQL Community Team</title>
    <link>http://lenzg.net/archives/238-Back-from-vacation-news-from-the-MySQL-Community-Team.html</link>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/238-Back-from-vacation-news-from-the-MySQL-Community-Team.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=238</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=238</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;A (slightly belated) Happy New Year to you! I just returned from my Christmas vacation two days ago, which I spent mostly at home and with my parents-in-law in &lt;a href=&quot;http://en.wikipedia.org/wiki/Sankt_Radegund_bei_Graz&quot;&gt;St. Radegund&lt;/a&gt;, Austria. Now I am busy catching up with what has piled up during my absence (I managed to resist the temptation to check my work email during the time off).&lt;/p&gt;
&lt;p&gt;Some MySQL-related news that came up in the past weeks and are worth sharing:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;My &lt;a href=&quot;http://fosdem.org/2009/schedule/events/495&quot;&gt;talk&lt;/a&gt; about MySQL HA solutions has been accepted in the main &lt;a href=&quot;http://fosdem.org/2009/&quot;&gt;FOSDEM&lt;/a&gt; conference track&lt;/li&gt;
    &lt;li&gt;The FOSDEM organizers also accepted my lightning talk proposal about &lt;a href=&quot;http://bazaar-vcs.org/&quot;&gt;Bazaar&lt;/a&gt; - it will take place &lt;font&gt;&lt;font face=&quot;sans-serif&quot;&gt;on Saturday, 14h20&lt;/font&gt;&lt;/font&gt; (tentative)&lt;/li&gt;
    &lt;li&gt;MySQL will have a &lt;a href=&quot;http://forge.mysql.com/wiki/FOSDEM_2009_Project_Stand&quot;&gt;project stand&lt;/a&gt;, that we will share with the &lt;a href=&quot;http://opensolaris.org/&quot;&gt;OpenSolaris&lt;/a&gt; Community. We&#039;re still looking for one or two more volunteers that would help us manning the table! If you would like to help out, please &lt;a href=&quot;http://spreadsheets.google.com/viewform?key=pR2t7FwHeS99yjGtQru94cQ&quot; class=&quot;external text&quot; title=&quot;http://spreadsheets.google.com/viewform?key=pR2t7FwHeS99yjGtQru94cQ&quot; rel=&quot;nofollow&quot;&gt;register here&lt;/a&gt;!&lt;/li&gt;
    &lt;li&gt;MySQL will have a developer room at FOSDEM on Sunday. We will be in Room &lt;strong&gt;AW1.126&lt;/strong&gt; (72 seats) and the &lt;a href=&quot;http://forge.mysql.com/wiki/FOSDEM_2009_Developer_Room&quot;&gt;session schedule&lt;/a&gt; looks great already! We&#039;re still working on the fine tuning and scheduling.&lt;/li&gt;
    &lt;li&gt;We&#039;ve almost finished with creating a &lt;a href=&quot;http://jp.planetmysql.org/&quot;&gt;Japanese version of Planet MySQL&lt;/a&gt; (some minor encoding quirks remain to be fixed) and I finally got rid of the remaining parts of code that still used MagpieRSS (only in the admin backend parts) - now everything uses SimplePie instead.&lt;/li&gt;
    &lt;li&gt;Dups added the &lt;a href=&quot;http://www.planetmysql.org/buzz.php&quot;&gt;MySQL Buzz&lt;/a&gt; to Planet MySQL&lt;/li&gt;
    &lt;li&gt;I&#039;m also working on sending out invitations to various MySQL-related projects to represent and showcase their work at the DotOrg Pavilion of the MySQL Conference Exhibition Area. Currently we have confirmation for attendance from Drupal, phpMyAdmin and Sphinx. What other projects would you like to see there? I am open for suggestions/applications &lt;img src=&quot;http://lenzg.net/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Quite a lot of exciting stuff going on, and more to come. This is a great start into the new year!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Jan 2009 00:41:56 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/238-guid.html</guid>
    <category>bzr</category>
<category>collaborating</category>
<category>community</category>
<category>conference</category>
<category>event</category>
<category>fosdem</category>
<category>mysql</category>
<category>opensolaris</category>
<category>php</category>
<category>planetmysql</category>
<category>presentation</category>
<category>vacation</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Installing VirtualBox on OpenSolaris 2008.11 with Package Manager</title>
    <link>http://lenzg.net/archives/235-Installing-VirtualBox-on-OpenSolaris-2008.11-with-Package-Manager.html</link>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/235-Installing-VirtualBox-on-OpenSolaris-2008.11-with-Package-Manager.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=235</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=235</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;While &lt;a href=&quot;http://www.virtualbox.org/&quot;&gt;VirtualBox&lt;/a&gt; is available as a downloadable OpenSolaris package from the &lt;a href=&quot;http://www.virtualbox.org/wiki/Downloads&quot;&gt;download page&lt;/a&gt; at virtualbox.org, I find it much more convenient to use the Package Manager GUI or &lt;tt&gt;pkg&lt;/tt&gt; on the command line to install and update packages.&lt;/p&gt;
&lt;p&gt;Sun provides a VirtualBox IPS package (and some others like Flash Player) from a separate &amp;quot;extras&amp;quot; repository. However, you need to obtain a key and SSL certificate before you can access this repository, which are available for free from &lt;a href=&quot;https://pkg.sun.com/register/&quot;&gt;https://pkg.sun.com/register/&lt;/a&gt; after logging in with your &lt;a href=&quot;https://reg.sun.com/whyregister&quot;&gt;Sun Online Account&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Once you obtained and installed these files in &lt;tt&gt;/var/pkg/ssl&lt;/tt&gt; (detailed instructions are provided on the download page), you can add this repository as another &amp;quot;authority&amp;quot; and start looking at what packages are provided:&lt;/p&gt;
&lt;pre&gt;$ pfexec pkg set-authority \&lt;br /&gt;            -k /var/pkg/ssl/OpenSolaris_extras.key.pem \&lt;br /&gt;            -c /var/pkg/ssl/OpenSolaris_extras.certificate.pem \&lt;br /&gt;            -O &lt;a title=&quot;Linkification: https://pkg.sun.com/opensolaris/extra&quot; href=&quot;https://pkg.sun.com/opensolaris/extra&quot; class=&quot;linkification-ext&quot;&gt;https://pkg.sun.com/opensolaris/extra&lt;/a&gt; extra&lt;br /&gt;$ pkg list -a &#039;pkg://extra/*&#039;&lt;br /&gt;NAME (AUTHORITY)                              VERSION         STATE      UFIX&lt;br /&gt;SUNWadmj (extra)                              0.5.11-0.101    known      ----&lt;br /&gt;SUNWjsnmp (extra)                             0.5.11-0.101    known      ----&lt;br /&gt;SUNWwbapi (extra)                             0.5.11-0.101    known      ----&lt;br /&gt;SUNWwbcou (extra)                             0.5.11-0.101    known      ----&lt;br /&gt;SUNWwbdev (extra)                             0.5.11-0.101    known      ----&lt;br /&gt;virtualbox (extra)                            2.0.6-0.101     known      ----&lt;br /&gt;virtualbox/kernel (extra)                     2.0.6-0.101     known      ----&lt;br /&gt;web/firefox/plugin/flash (extra)              9.0.125-0.101   known      ----&lt;/pre&gt;
&lt;p&gt;So there is not that much to download by now - some additional Java packages and the Flash plugin for Firefox. There is no package for VirtualBox 2.1.0 yet, but I hope this will be updated soon...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 20 Dec 2008 02:34:54 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/235-guid.html</guid>
    <category>installation</category>
<category>opensolaris</category>
<category>packaging</category>
<category>sun</category>
<category>virtualbox</category>
<category>virtualization</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>MySQL@FOSDEM 2009 (Feb 7/8, Brussels, Belgium)</title>
    <link>http://lenzg.net/archives/230-MySQLFOSDEM-2009-Feb-78,-Brussels,-Belgium.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/230-MySQLFOSDEM-2009-Feb-78,-Brussels,-Belgium.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=230</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=230</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://www.fosdem.org&quot;&gt;&lt;img width=&quot;150&quot; hspace=&quot;5&quot; height=&quot;89&quot; border=&quot;0&quot; align=&quot;left&quot; src=&quot;http://www.fosdem.org/promo/going-to&quot; alt=&quot;I&#039;m going to FOSDEM, the Free and Open Source Software Developers&#039; European Meeting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://fosdem.org/2009/&quot;&gt;FOSDEM&lt;/a&gt; 2009, one of the biggest European Open Source conferences, will take place on February 7-8 in Brussels, Belgium. Today I received a confirmation from the organizers: MySQL will have a &lt;a href=&quot;http://fosdem.org/2009/call_for_devrooms_and_stands&quot;&gt;developer room&lt;/a&gt; on Sunday, the 8th! This is very cool.&lt;/p&gt;
&lt;p&gt;My idea was to organize some kind of MySQL mini-conference, with a focus on developers and DBAs. I am going to send out a more formal CfP soon, but if you have any ideas or suggestions for a talks/sessions already, please get in touch with me!&lt;/p&gt;
&lt;p&gt;In addition to the devroom, I have also been invited to give a talk about MySQL High Availability solutions in the conference main track. In this talk I plan to cover&lt;span class=&quot;moz-txt-citetags&quot;&gt; &lt;/span&gt;some commonly used HA setups for MySQL, including the OSS components/tools (for Linux and OpenSolaris) involved. I will mention MySQL Cluster as well, explaining the relationship and architecture of MySQL Server and NDB Cluster. I hope this will be of interest to the audience.&lt;/p&gt;
&lt;p&gt;I also submitted two &lt;a href=&quot;http://fosdem.org/2009/call_for_lightningtalks&quot;&gt;lightning talk proposals&lt;/a&gt;: &amp;quot;New features in MySQL 5.1&amp;quot; and one about &amp;quot;Why you should use Bazaar for maintaining your OSS project&amp;quot;, but I won&#039;t know if these were accepted until the end of December...&lt;/p&gt;
&lt;p&gt;See you there!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 01 Dec 2008 21:19:37 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/230-guid.html</guid>
    <category>bzr</category>
<category>cluster</category>
<category>collaborating</category>
<category>community</category>
<category>conference</category>
<category>databases</category>
<category>event</category>
<category>fosdem</category>
<category>mysql</category>
<category>opensolaris</category>
<category>oss</category>
<category>presentation</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Using a serial mouse via USB on OpenSolaris</title>
    <link>http://lenzg.net/archives/228-Using-a-serial-mouse-via-USB-on-OpenSolaris.html</link>
            <category>Linux</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/228-Using-a-serial-mouse-via-USB-on-OpenSolaris.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=228</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=228</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;As noted in my &lt;a href=&quot;http://www.lenzg.net/archives/227-Reviving-my-old-Logitech-TrackMan-Marble-FX.html&quot;&gt;previous blog&lt;/a&gt; posting, I manged to revive my old Logitech TrackMan Marble FX on Linux (&lt;a href=&quot;http://opensuse.org/&quot;&gt;openSuSE&lt;/a&gt; 11.1b4), using a Serial-to-USB dongle with a Prolific PL2303 chip. But I also use &lt;a href=&quot;http://www.opensolaris.com/&quot;&gt;OpenSolaris&lt;/a&gt; on my Laptop quite frequently (currently testing the upcoming 2008.11 release), so I investigated if it would be possible to enable the trackball there as well.&lt;/p&gt;
&lt;p&gt;Luckily, the Driver Manager listed the plugged in adapter and the correct driver (usbsprl) was loaded already. Now the real challenge was finding out which device node to use. Some research revealed that the driver actually comes with a &lt;a href=&quot;http://docs.sun.com/app/docs/doc/816-5177/usbsprl-7d?a=view&quot;&gt;manual page&lt;/a&gt; , which indicated that &lt;tt&gt;/dev/term/0&lt;/tt&gt; was the correct device name.&lt;/p&gt;
&lt;p&gt;Lo and behold, I copied the &lt;tt&gt;InputDevice&lt;/tt&gt; section from my Linux &lt;tt&gt;xorg.conf&lt;/tt&gt; file into the OpenSolaris one, replaced the &lt;tt&gt;Device&lt;/tt&gt; parameter with the appropriate one and restarted the X server. Immediate success! Now I can enjoy using my most favourite input device on OpenSolaris as well.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Nov 2008 18:09:09 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/228-guid.html</guid>
    <category>configuration</category>
<category>hardware</category>
<category>hint</category>
<category>opensolaris</category>
<category>solaris</category>
<category>trackball</category>
<category>tweak</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Adding multimedia support to OpenSolaris</title>
    <link>http://lenzg.net/archives/226-Adding-multimedia-support-to-OpenSolaris.html</link>
            <category>OSS</category>
            <category>Solaris</category>
    
    <comments>http://lenzg.net/archives/226-Adding-multimedia-support-to-OpenSolaris.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=226</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=226</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;I recently installed the last&amp;#160; release candidate version of &lt;a href=&quot;http://www.opensolaris.com/&quot;&gt;OpenSolaris&lt;/a&gt; 2008.11 (ISO image available from &lt;a href=&quot;http://genunix.org/&quot;&gt;here&lt;/a&gt;) and I am happy to note that the &lt;a href=&quot;http://gdamore.blogspot.com/2008/09/audiohd-pushed.html&quot;&gt;audiohd&lt;/a&gt; driver now supports the Intel soundchip (82891H) in my Lenovo Thinkpad T61 out of the box! This was one of the glitches I observed with 2008.05. In general, I am very impressed by the OpenSolaris driver support for this particular laptop - everything except for bluetooth is supported now. On the downside, &lt;a href=&quot;http://blogs.sun.com/randyf/entry/suspend_and_resume_update&quot;&gt;suspending to RAM&lt;/a&gt; still fails for me, but I have not looked into this very deeply yet.&lt;/p&gt;
&lt;p&gt;But what good is a working sound driver, if you don&#039;t have apps that produce sounds? Be default, the media players included in the distribution lack support for most codecs, e.g. MP3 or video formats. This is not much different from most Linux distributions, as these codecs are usually protected by patents or proprietary licenses which require the user to install these separately. Here are some hints on how to enable better multimedia support on OpenSolaris.&lt;/p&gt;
&lt;p&gt;The Observatory has a &lt;a href=&quot;http://blogs.sun.com/observatory/entry/playing_your_mp3s_with_songbird&quot;&gt;detailed article&lt;/a&gt; on how to add the free MP3 gstreamer codec from Fluendo, so all applications that use the gstreamer API (e.g. &lt;a href=&quot;http://www.getsongbird.com/&quot;&gt;Songbird&lt;/a&gt;) will be able to play back MP3 files.&lt;/p&gt;
&lt;p&gt;If you want full multimedia support and an choice of video players/codecs, you should add the Life With Solaris (LWS) package repository to the package manager:&lt;/p&gt;
&lt;pre&gt;$ pfexec pkg set-authority -O &lt;a class=&quot;linkification-ext&quot; href=&quot;http://pkg.lifewithsolaris.jp:10000/&quot; title=&quot;Linkification: http://pkg.lifewithsolaris.jp:10000/&quot;&gt;http://pkg.lifewithsolaris.jp:10000/&lt;/a&gt; pkg.lifewithsolaris.jp&lt;br /&gt;$ pfexec packagemanager&lt;/pre&gt;
&lt;p&gt;You will now be able to choose a new package repository from the dropdown list, which allows you to select players and codecs for download/installation. The packages will be installed in /opt/LWS, so you need to add /opt/LWS/bin to your $PATH, if you want to start the applications from the command line. But the packages will create menu entries for the GNOME desktop as well.&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 12 Nov 2008 15:10:27 +0100</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/226-guid.html</guid>
    <category>betatest</category>
<category>drivers</category>
<category>hardware</category>
<category>installation</category>
<category>multimedia</category>
<category>opensolaris</category>
<category>oss</category>
<category>plugins</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Project Kenai: looking at the technology behind it</title>
    <link>http://lenzg.net/archives/218-Project-Kenai-looking-at-the-technology-behind-it.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/218-Project-Kenai-looking-at-the-technology-behind-it.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=218</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=218</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://kenai.com/&quot;&gt;&lt;img width=&quot;251&quot; vspace=&quot;3&quot; hspace=&quot;5&quot; height=&quot;36&quot; border=&quot;0&quot; align=&quot;right&quot; alt=&quot;Project Kenai Logo&quot; src=&quot;http://asset-0.kenai.com/images/project_kenai.gif&quot; /&gt;&lt;/a&gt;While &lt;a href=&quot;http://www.bytebot.net/blog/archives/2008/09/11/project-kenai&quot;&gt;Colin beat me&lt;/a&gt; in blogging about &lt;a href=&quot;http://kenai.com/&quot;&gt;Project Kenai&lt;/a&gt;, I think I can still provide some additional background information about this new project hosting service from Sun.&lt;/p&gt;
&lt;p&gt;If you are a maintainer of an Open Source project, you currently have plenty of choice when it comes to getting your project hosted for free. One criterion could be your &lt;a href=&quot;http://en.wikipedia.org/wiki/Software_configuration_management&quot;&gt;software configuration management system&lt;/a&gt; (SCM) of choice.&lt;/p&gt;
&lt;p&gt;Some of the hosting services that I am currently aware of and the choice of SCM they offer include:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.bitbucket.org/&quot;&gt;BitBucket&lt;/a&gt; (&lt;a href=&quot;http://www.selenic.com/mercurial/&quot;&gt;Mercurial&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://collab.net/&quot;&gt;Collab.net&lt;/a&gt; (&lt;a href=&quot;http://subversion.tigris.org/&quot;&gt;Subversion&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://github.com/&quot;&gt;github&lt;/a&gt; (&lt;a href=&quot;http://git.or.cz/&quot;&gt;Git&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://code.google.com/hosting/&quot;&gt;GoogleCode&lt;/a&gt; (Subversion)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://launchpad.net/&quot;&gt;Launchpad&lt;/a&gt; (&lt;a href=&quot;http://bazaar-vcs.org/&quot;&gt;Bazaa&lt;/a&gt;r)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://sf.net/&quot;&gt;Sourceforge.net&lt;/a&gt; (&lt;a href=&quot;http://www.nongnu.org/cvs/&quot;&gt;CVS&lt;/a&gt;, Subversion)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As &lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2008/09/09/Project-Kenai&quot;&gt;disclosed by Tim B&lt;/a&gt;&lt;a href=&quot;http://www.tbray.org/ongoing/When/200x/2008/09/09/Project-Kenai&quot;&gt;ray&lt;/a&gt; some days ago, there now is another option - Kenai is open for project hosting (currently by invitation only)! In his blog post, he interviews &lt;a href=&quot;http://blog.nicksieger.com/&quot;&gt;Nick Sieger&lt;/a&gt;, one of the developers behind this project about their motivation and intentions:&lt;/p&gt;
&lt;blockquote&gt;We need to demonstrate credibility in building on top of more traditional LAMP/SAMP web stacks (not just Java EE); and we need to show viability of Sun technologies and hardware for next-generation web applications.&lt;br /&gt;
&lt;/blockquote&gt;
&lt;p&gt;In a nutshell, Kenai is a platform for:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Developer collaboration&lt;/li&gt;
    &lt;li&gt;Communities of connected developers&lt;/li&gt;
    &lt;li&gt;Integrated collaboration services stack&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Some of the features that are currently available include:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;SCM services using Subversion and Mercurial&lt;/li&gt;
    &lt;li&gt;Bug Tracking (&lt;a href=&quot;http://www.bugzilla.org/&quot;&gt;Bugzilla&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;Forums&lt;/li&gt;
    &lt;li&gt;Wikis&lt;/li&gt;
    &lt;li&gt;Mailing Lists (using &lt;a href=&quot;http://www.sympa.org/&quot;&gt;Sympa&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Reading the interview with Nick and looking at some &lt;a href=&quot;http://assets.en.oreilly.com/1/event/13/Achieving%20High%20Throughput%20and%20Scalability%20with%20JRuby%20on%20Rails%20Presentation.pdf&quot;&gt;presentations slides&lt;/a&gt; for RailsConf from &lt;a href=&quot;http://jfdo.blogspot.com/&quot;&gt;Fernando Castano&lt;/a&gt; (a jRuby and Database performance engineer at Sun and another member of the project team),&amp;#160; I was able to gather a list of the tools and technologies they used to build Kenai:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://httpd.apache.org/&quot;&gt;Apache2&lt;/a&gt;, &lt;a href=&quot;http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html&quot;&gt;mod_proxy_balancer&lt;/a&gt;&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://rubyonrails.org/&quot;&gt;Ruby on Rails&lt;/a&gt; (running on &lt;a href=&quot;http://jruby.codehaus.org/&quot;&gt;jRuby&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://glassfish.org/&quot;&gt;Glassfish&lt;/a&gt; Java application server&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://mysql.com/&quot;&gt;MySQL&lt;/a&gt; 5.0&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://lucene.apache.org/solr/&quot;&gt;Apache Solr&lt;/a&gt; for search&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.danga.com/memcached/&quot;&gt;memcached&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I found it interesting that they decided to deploy and run the Rails application as a war file within the Glassfish application server (using Warbler). By the way, the fabolous &lt;a href=&quot;http://build.opensuse.org/&quot;&gt;OpenSUSE Build Service&lt;/a&gt; is a Rails application, too! So far, the entire site is powered by a single MySQL instance with query cache enabled.&lt;/p&gt;
&lt;p&gt;The project is hosted on the following infrastructure:&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.sun.com/servers/coolthreads/t2000/&quot;&gt;Sun Fire T2000&lt;/a&gt; for (for web and application serving)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://www.sun.com/servers/x64/x4500/&quot;&gt;Sun Fire X4500&lt;/a&gt; for Storage&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensolaris.org/os/community/on/&quot;&gt;OpenSolaris&lt;/a&gt; Nevada (&lt;a href=&quot;http://www.opensolaris.org/os/community/zones/&quot;&gt;Zones/Containers&lt;/a&gt;, &lt;a href=&quot;http://opensolaris.org/os/community/smf/&quot;&gt;SMF&lt;/a&gt;)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://opensolaris.org/os/community/zfs/&quot;&gt;ZFS&lt;/a&gt; (9.7 TB RAIDz, Snapshots, NFS)&lt;/li&gt;
    &lt;li&gt;&lt;a href=&quot;http://cooltools.sunsource.net/coolstack/&quot;&gt;Coolstack&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://www.blastwave.org/&quot;&gt;Blastwave&lt;/a&gt; packages&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You should check out Fernando&#039;s presentation for more technical details, tuning info and how they benchmarked the setup - it contains a number of useful tuning hints and performance graphs.&lt;/p&gt;
&lt;p&gt;Last time I checked, &lt;a href=&quot;http://kenai.com/projects&quot;&gt;27 Projects&lt;/a&gt; have joined so far (e.g. &lt;a href=&quot;http://kenai.com/projects/jruby&quot;&gt;jRuby&lt;/a&gt;, &lt;a href=&quot;http://kenai.com/projects/xvmserver&quot;&gt;xVM Server&lt;/a&gt;). Kenai itself is developed on Kenai. It&#039;s going to be interesting what other projects will find their home there.&lt;/p&gt;
&lt;p&gt;Nick also talked a bit about their future near term plans: to improve the usability and feature set, incrementally improve the site navigation and layout and adding support for hosting files/release downloads. They also consider offering &lt;a href=&quot;http://www.atlassian.com/software/jira/&quot;&gt;Jira&lt;/a&gt; as an option to Bugzilla for bug tracking and Git as another SCM option.&lt;/p&gt;
&lt;p&gt;There is an IRC channel #projectkenai on freenode.net, to get in touch with the developers directly. The mailing list for the Project Kenai site itself, is users@help.kenai.com - you can subscribe to this list &lt;a href=&quot;http://kenai.com/projects/help/lists&quot;&gt;here&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 11 Sep 2008 17:21:13 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/218-guid.html</guid>
    <category>bzr</category>
<category>collaborating</category>
<category>community</category>
<category>development</category>
<category>hardware</category>
<category>hosting</category>
<category>java</category>
<category>mercurial</category>
<category>mysql</category>
<category>opensolaris</category>
<category>oss</category>
<category>scm</category>
<category>solaris</category>
<category>subversion</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>MySQL University Session tomorrow: OpenSolaris Web Stack</title>
    <link>http://lenzg.net/archives/217-MySQL-University-Session-tomorrow-OpenSolaris-Web-Stack.html</link>
            <category>Linux</category>
            <category>MySQL</category>
            <category>OSS</category>
    
    <comments>http://lenzg.net/archives/217-MySQL-University-Session-tomorrow-OpenSolaris-Web-Stack.html#comments</comments>
    <wfw:comment>http://lenzg.net/wfwcomment.php?cid=217</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://lenzg.net/rss.php?version=2.0&amp;type=comments&amp;cid=217</wfw:commentRss>
    

    <author>nospam@example.com (Lenz Grimmer)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://forge.mysql.com/wiki/MySQL_University&quot;&gt;&lt;img width=&quot;128&quot; vspace=&quot;5&quot; hspace=&quot;3&quot; height=&quot;128&quot; border=&quot;0&quot; align=&quot;left&quot; alt=&quot;MySQL University&quot; src=&quot;http://forge.mysql.com/w/images/7/7a/Mysql-university-128.png&quot; /&gt;&lt;/a&gt;Tomorrow (Thursday, 11th of September) at 9:00 PST/16:00 UTC/17:00 GMT/18:00 CET, there will be an new free &lt;a href=&quot;http://forge.mysql.com/wiki/MySQL_University&quot;&gt;MySQL University&lt;/a&gt; Session. MySQL University started as an internal training program for MySQL engineers, to share and spread knowledge about their areas of expertise and has been available to the public for quite some time now. It covers a wide range of technical topics around the MySQL Server and usually takes place once per week.&lt;/p&gt;
&lt;p&gt;For the first time, the presentation will not be performed by (former) MySQL employees/developers, but by two of our &amp;quot;Sun Classic&amp;quot; colleagues: Jyri Virkki (OpenSolaris Web Stack community lead) and Murthy Chintalapati (Sr Engineering Manager, Web Stack development) will talk about the &lt;a href=&quot;http://forge.mysql.com/wiki/OpenSolaris_Web_Stack&quot;&gt;OpenSolaris Web Stack&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;a href=&quot;http://opensolaris.org/os/project/webstack/&quot;&gt;OpenSolaris Web Stack&lt;/a&gt; is an OpenSolaris project and community building an integrated stack of popular open source web tier infrastructure technologies such as Apache HTTP server, MySQL, memcached, PHP and Ruby On Rails optimized for Solaris platform. This session introduces OpenSolaris Web Stack, its status and future development including addition of newer technologies such as lighttpd, Varnish etc., as well as the ease of use features for developers and deployers. We will also be discussing an experimental web stack IPS package repository and it could be leveraged to build and make available popular end user applications such as Drupal.&lt;/blockquote&gt;
&lt;p&gt;MySQL University sessions are free to attend - all you need is an &lt;a href=&quot;http://forge.mysql.com/wiki/IRC&quot;&gt;IRC&lt;/a&gt; client (to post your questions and comments) and an audio player capable of playing back an OGG audio stream, so you can listen to what is being said. See the &lt;a href=&quot;http://forge.mysql.com/wiki/Instructions_for_Attendees&quot;&gt;Instructions for Attendees&lt;/a&gt; on the MySQL University pages for more information on how to log in and attend. The audio stream will be recorded and published on the MySQL University pages for later consumption, in case you can&#039;t make it or want to listen to a previous session.&lt;/p&gt;
&lt;p&gt;&amp;#160;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 10 Sep 2008 12:08:33 +0200</pubDate>
    <guid isPermaLink="false">http://lenzg.net/archives/217-guid.html</guid>
    <category>collaborating</category>
<category>community</category>
<category>distribution</category>
<category>drupal</category>
<category>mysql</category>
<category>opensolaris</category>
<category>oss</category>
<category>perl</category>
<category>php</category>
<category>presentation</category>
<category>programming</category>
<category>university</category>
<category>web</category>
<creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>