<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://julien.danjou.info/blog/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>jd:/dev/blog - debian</title>
  <link>http://julien.danjou.info/blog/index.php/</link>
  <description>Julien Danjou's blog</description>
  <language>fr</language>
  <pubDate>Mon, 25 Aug 2008 15:52:39 +0200</pubDate>
  <copyright>All Right Reserved</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Unexpected VARMon new release</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/08/18/Unexpected-VARMon-new-release</link>
    <guid isPermaLink="false">urn:md5:3eb33214eef0ae92047d936c49ba1f0b</guid>
    <pubDate>Mon, 18 Aug 2008 10:02:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>debian</category><category>vamon</category>    
    <description>    &lt;p&gt;This has been 4 years since I released a new upstream release of &lt;a href=&quot;http://julien.danjou.info/varmon/&quot;&gt;VARMon&lt;/a&gt;, the DAC960 administration tool.&lt;/p&gt;


&lt;p&gt;There was a bug first discovered in &lt;a href=&quot;http://bugs.debian.org/401236&quot;&gt;#401236&lt;/a&gt;. It has been fixed in Debian with an ugly fix, which did not work finally for a long time. Recently &lt;a href=&quot;http://bugs.debian.org/491505&quot;&gt;#491505&lt;/a&gt; got opened too, which was the same as the previous one. But this time I got access to hardware, thanks to Christoph! And I finally fixed the bug. I've even be able to test the fixes I wrote years ago for all of the compilation warnings.&lt;/p&gt;


&lt;p&gt;That's a shame that the problem was caused by dead code from the previous upstream, and that I did not realize that sooner. Kids, do not let dead debug code in your program at home.&lt;/p&gt;


&lt;p&gt;So I've finally been able to release a new 1.2.1 version which maybe the last release for the next decade! &lt;img src=&quot;/blog//themes/geeek.org/smilies/wink.png&quot; alt=&quot;;-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/08/18/Unexpected-VARMon-new-release#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/08/18/Unexpected-VARMon-new-release#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/483</wfw:commentRss>
      </item>
    
  <item>
    <title>Save power, aka easy CPU frequency scaling</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/08/13/Save-power-aka-easy-CPU-frequency-scaling</link>
    <guid isPermaLink="false">urn:md5:426ea97c92879dddab516d3eb69d9d50</guid>
    <pubDate>Wed, 13 Aug 2008 14:32:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>cpufreq</category><category>debian</category><category>kernel</category>    
    <description>    &lt;p&gt;Recently I came with the idea that my big computer is just useless. I know I was not using its entire CPU power, so I decided to take a look at CPU frequency scaling.&lt;/p&gt;


&lt;p&gt;Last time I tried, it was a PITA, required something like a daemon, and just did not work. With recent hardware and/or kernels, it's just easy as Debian.&lt;/p&gt;


&lt;h2&gt;etch&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Look at /proc/cpuinfo to determine your CPU and the cpufreq module. If it's a Pentium, you can try &lt;em&gt;p4-clockmod&lt;/em&gt;, &lt;em&gt;powernow-k7&lt;/em&gt; for AMD, or &lt;em&gt;acpi-cpufreq&lt;/em&gt; for both. Well, if none loads, let it go, it won't work unless you get newer hardware or maybe newer kernel.&lt;/li&gt;
&lt;li&gt;Add this module in &lt;em&gt;/etc/modules&lt;/em&gt; to get it loaded at boot time.&lt;/li&gt;
&lt;li&gt;Run &lt;em&gt;apt-get install cpufrequtils&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Edit &lt;em&gt;/etc/default/cpufrequtils&lt;/em&gt; to enable it at boot time, and specify the governor if you want. I usually use &lt;em&gt;ondemande&lt;/em&gt;, which is just fine.&lt;/li&gt;
&lt;li&gt;Run &lt;em&gt;/etc/init.d/cpufrequtils start&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Play with &lt;em&gt;cpufreq-info&lt;/em&gt; and &lt;em&gt;cpufreq-set&lt;/em&gt; as you wish.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;lenny&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Run &lt;em&gt;apt-get install cpufrequtils&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Edit &lt;em&gt;/etc/default/cpufrequtils&lt;/em&gt; to enable it at boot time, and specify the governor if you want. I usually use &lt;em&gt;ondemande&lt;/em&gt;, which is just fine.&lt;/li&gt;
&lt;li&gt;Run &lt;em&gt;/etc/init.d/loadcpufreq start&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Run &lt;em&gt;/etc/init.d/cpufrequtils start&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Play with &lt;em&gt;cpufreq-info&lt;/em&gt; and &lt;em&gt;cpufreq-set&lt;/em&gt; as you wish.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;On my box, the 3 GHz CPUs (Core 2 Duo) are running at 2 GHz (the lower value) at 99.13% of the time. That's almost a bit less power wasted.&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/08/13/Save-power-aka-easy-CPU-frequency-scaling#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/08/13/Save-power-aka-easy-CPU-frequency-scaling#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/480</wfw:commentRss>
      </item>
    
  <item>
    <title>xulrunner hacking</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/08/12/xulrunner-hacking</link>
    <guid isPermaLink="false">urn:md5:0c57eea13e4108263919bb9f3e032c34</guid>
    <pubDate>Tue, 12 Aug 2008 10:11:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>debian</category><category>firefox</category><category>iceweasel</category><category>xulrunner</category>    
    <description>    &lt;p&gt;I've discovered a tiny bug in Iceweasel yesterday, and I decided to fix it myself. So I'm proud to have opened bug &lt;a href=&quot;http://bugs.debian.org/494694&quot;&gt;#494694&lt;/a&gt; against xulrunner with a patch!&lt;/p&gt;


&lt;p&gt;That bring me to the tip of the day: if you are bored, I suggest you compile xulrunner and keep looking at the build log while it's building. There's so much gcc warnings that you'll get enthousiastic thinking:&lt;/p&gt;


&lt;p&gt;« Argh, it'll fail… Oh no! That was just a bunch of warnings! Ahah this time it'll fail! Shit, just 764 warnings again in a row. Not so bad… ».&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/08/12/xulrunner-hacking#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/08/12/xulrunner-hacking#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/479</wfw:commentRss>
      </item>
    
  <item>
    <title>The nochange-log</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/08/06/The-nochange-log</link>
    <guid isPermaLink="false">urn:md5:358a36d9df381c5a3cbea113138a49ac</guid>
    <pubDate>Wed, 06 Aug 2008 13:30:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category>    
    <description>    &lt;p&gt;Saw in base-files changelog:&lt;/p&gt;


&lt;pre&gt;base-files (4.0.5) unstable; urgency=low
[…]
* It's still soon to change /etc/debian_version. Please be patient.

-- Santiago Vila &amp;lt;sanvila@debian.org&amp;gt;  Tue,  5 Aug 2008 18:06:06 +0200&lt;/pre&gt;


&lt;p&gt;Applause.&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/08/06/The-nochange-log#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/08/06/The-nochange-log#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/478</wfw:commentRss>
      </item>
    
  <item>
    <title>awesome 3 in experimental</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/08/04/awesome-30-rc1-in-experimental</link>
    <guid isPermaLink="false">urn:md5:160f36d93a4a06036af7934a4c5d1138</guid>
    <pubDate>Mon, 04 Aug 2008 18:04:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>awesome</category><category>debian</category>    
    <description>    &lt;p&gt;I've just uploaded &lt;strong&gt;awesome 3.0-rc1&lt;/strong&gt; to experimental. For people who can't wait, the &lt;a href=&quot;http://git.debian.org/?p=users/acid/awesome.git;a=summary&quot;&gt;git repository is on Alioth&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;em&gt;awesome 3&lt;/em&gt; should stay in &lt;em&gt;experimental&lt;/em&gt; until it gets fully released. I plan to rename current &lt;em&gt;awesome&lt;/em&gt; 2.x package to &lt;em&gt;awesome2&lt;/em&gt; and get &lt;em&gt;awesome 3&lt;/em&gt; as the new default &lt;em&gt;awesome&lt;/em&gt; package. So Debian will still provide &lt;em&gt;awesome 2&lt;/em&gt; for people who don't want to upgrade.&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/08/04/awesome-30-rc1-in-experimental#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/08/04/awesome-30-rc1-in-experimental#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/477</wfw:commentRss>
      </item>
    
  <item>
    <title>ATL1E support in 2.6.26-1</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/07/31/ATL1E-support-in-2626-1</link>
    <guid isPermaLink="false">urn:md5:3d27b45b37e1c2fb27b748f1bb52f894</guid>
    <pubDate>Thu, 31 Jul 2008 11:59:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>atl1e</category><category>debian</category><category>eeepc</category><category>hardware</category><category>kernel</category>    
    <description>    &lt;p&gt;Ben Armstrong opened an &lt;a href=&quot;http://bugs.debian.org/492029&quot;&gt;ITP&lt;/a&gt; for the ATL1E NIC driver, which is found on some Asus EeePC laptops.
So, as suggested by Maximilian Attems, &lt;a href=&quot;http://lists.debian.org/debian-kernel/2008/07/msg00638.html&quot;&gt;I provided a clean patch for this driver&lt;/a&gt;, made from a cherry-pick from the linux-netdev 2.6.27 tree. It has been commited into the 2.6.26-1 Debian kernel, which will be furnished with Lenny.&lt;/p&gt;


&lt;p&gt;What's fun, is that in the mean time, I got a new computer at work. Wait, it's not fun yet. Because what I did not know is that it's made of an &lt;a href=&quot;http://asus.com/products.aspx?l1=3&amp;amp;l2=11&amp;amp;l3=709&amp;amp;l4=0&amp;amp;model=2164&amp;amp;modelmenu=1&quot;&gt;Asus P5Q motherboard&lt;/a&gt; which runs a NIC needing the ATL1E driver (and now you see it's fun).&lt;/p&gt;


&lt;p&gt;So I've just upgraded to 2.6.26-1-amd64 and I'm glad that my own work is useful to me (and will be probably be to others as well). &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/07/31/ATL1E-support-in-2626-1#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/07/31/ATL1E-support-in-2626-1#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/473</wfw:commentRss>
      </item>
    
  <item>
    <title>Debian maintenance team are great</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/06/24/Debian-maintenance-team-are-great</link>
    <guid isPermaLink="false">urn:md5:9ca0081b64c58137d2bf4b61ccb54e39</guid>
    <pubDate>Tue, 24 Jun 2008 09:52:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>perl</category><category>pkg-perl</category>    
    <description>    &lt;p&gt;A few months ago, I decided to move my &lt;a href=&quot;http://packages.debian.org/libcgi-session-perl&quot;&gt;libcgi-session-perl&lt;/a&gt; package to the &lt;a href=&quot;http://alioth.debian.org/projects/pkg-perl/&quot;&gt;pkg-perl&lt;/a&gt; project. This seemed the right thing to do since I just do not do Perl anymore, anyway.&lt;/p&gt;


&lt;p&gt;And now that's the second time that I notice someone has uploaded a new upstream release in my back. WTF, this guy did my job!&lt;/p&gt;


&lt;p&gt;That's awesome. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/06/24/Debian-maintenance-team-are-great#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/06/24/Debian-maintenance-team-are-great#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/469</wfw:commentRss>
      </item>
    
  <item>
    <title>One step further for XCB into Debian</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/06/12/One-step-further-for-XCB-into-Debian</link>
    <guid isPermaLink="false">urn:md5:c9cfea434a8c818675d33a17c8422784</guid>
    <pubDate>Thu, 12 Jun 2008 14:11:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>awesome</category><category>debian</category><category>xcb</category>    
    <description>    &lt;p&gt;I've take some time this morning to work on &lt;a href=&quot;http://packages.debian.org/search?suite=default&amp;amp;section=all&amp;amp;arch=any&amp;amp;searchon=sourcenames&amp;amp;keywords=xcb-util&quot;&gt;xcb-util&lt;/a&gt; packaging. I've mainly urge that work because Sebastian Dröge, the sweet &lt;a href=&quot;http://www.cairographics.org&quot;&gt;cairo&lt;/a&gt; maintainer, agreed to enable the cairo XCB backend (&lt;a href=&quot;http://bugs.debian.org/474353&quot;&gt;#474353&lt;/a&gt;), which requires &lt;em&gt;xcb-util&lt;/em&gt;.&lt;/p&gt;


&lt;p&gt;The first upload I've made was built from the latest upstream release which is old (i.e. more than one year old). So I've put a &lt;a href=&quot;http://git.debian.org/?p=collab-maint/xcb-util.git&quot;&gt;git repository&lt;/a&gt; in place this morning and packaged the latest git upstream version, with some good patches from Arnaud (&lt;em&gt;upstream+patches&lt;/em&gt; branch), that the upstream XCB developers are still reviewing since several weeks: that is the cost to pay for good code quality؟&lt;/p&gt;


&lt;p&gt;Thanks to Sebastian, the new &lt;em&gt;xcb-util&lt;/em&gt; targeted for unstable was just arrived in incoming that he already uploaded a new version of the Debian &lt;em&gt;cairo&lt;/em&gt; package with XCB backend enabled.&lt;/p&gt;



&lt;p&gt;Well, that's a very good day for me since it means that building &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome 3&lt;/a&gt; is no more a PITA (hi MadCoder!) since every dependency is available in the Debian archive.&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/06/12/One-step-further-for-XCB-into-Debian#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/06/12/One-step-further-for-XCB-into-Debian#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/467</wfw:commentRss>
      </item>
    
  <item>
    <title>Updating my .plan</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/04/18/Updating-my-plan</link>
    <guid isPermaLink="false">urn:md5:33d041a22ab5e02df6597ae8acf521f5</guid>
    <pubDate>Fri, 18 Apr 2008 12:46:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>awesome</category><category>debian</category><category>naquadah</category><category>xcb</category>    
    <description>    &lt;p&gt;I've been on holidays for one week now, breaking my usual workflow. Well, that allowed me to rest and to think about what I'd like to do and things I need to handle during next weeks.&lt;/p&gt;


&lt;p&gt;The urgent things this next days will be my primary server replacement. It is currently dying, and I already had to change its power supply twice in a month. Unfortunately, I'm now at a point where I do not have any spare piece so if things go wrong again, I'm screwed. I need to collect some money and buy a new server, or maybe get a server if someone have an old or spare one to give me, I do not know yet.&lt;/p&gt;


&lt;p&gt;On the awesome front, I'm about to release &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; 2.3, which will be the final minor release of the major branch 2. This will lead me to work on awesome 3 at a slower rate and a cooler pace.&lt;/p&gt;


&lt;p&gt;Then, the thing I do not have to hurry for is awesome 3. There's no big problems in awesome 2, and the xcb-util stuff are not stabilized yet. After my &lt;a href=&quot;http://lists.freedesktop.org/archives/xcb/2008-April/003475.html&quot;&gt;gentle yelling on XCB mailing list&lt;/a&gt;, it seems that things will move but will slowly. So I do have time to make things right and do what I want on that branch, making bugfix release on awesome 2 if needed. You can read more about futur on my &lt;a href=&quot;http://julien.danjou.info/blog/index.php/post/2008/04/07/awesome%3A-from-2-to-3&quot;&gt;last post&lt;/a&gt; about awesome.&lt;/p&gt;



&lt;p&gt;All this should give me some more spare time to work on the upcoming Debian release, lenny, which I'd like to work on. Two years ago (my god, time flies), we've done good work with the french cabal squashing critical bugs and I'd like to go back on this and squash asses again.&lt;/p&gt;</description>
    
    
    
          <comments>http://julien.danjou.info/blog/index.php/post/2008/04/18/Updating-my-plan#comment-form</comments>
      <wfw:comment>http://julien.danjou.info/blog/index.php/post/2008/04/18/Updating-my-plan#comment-form</wfw:comment>
      <wfw:commentRss>http://julien.danjou.info/blog/index.php/feed/rss2/comments/460</wfw:commentRss>
      </item>
    
  <item>
    <title>Back from holidays</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/02/26/Back-from-holidays</link>
    <guid isPermaLink="false">urn:md5:453c65b8ae1b9ca5e74cfbdc7099fdab</guid>
    <pubDate>Tue, 26 Feb 2008 08:10:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Life</category>
        <category>alioth</category><category>apt-build</category><category>awesome</category><category>debian</category><category>git</category><category>holidays</category><category>life</category><category>subversion</category>    
    <description>    &lt;p&gt;After 10 days of nice holidays, I'm back. I was totally offline, so I had to read some hundred of mails first, which is done now.&lt;/p&gt;


&lt;p&gt;For a good restart, I've fixed a bunch of bugs in &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; and released 2.2-rc2 version. I've also migrated apt-build repository on Alioth from Subversion to git. I've uploaded a new version of this one with some patches, and a also put in the archive a new version of the mp32ogg package.&lt;/p&gt;


&lt;p&gt;Next step will be to move my packages repositories which are in my global home Subversion repository, to my own git repositories on &lt;a href=&quot;http://alioth.debian.org&quot;&gt;Alioth&lt;/a&gt;.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Testing out GRUB 2</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/02/12/Testing-out-GRUB-2</link>
    <guid isPermaLink="false">urn:md5:1017d8d14205eb8db9bf45d02f8f10f6</guid>
    <pubDate>Tue, 12 Feb 2008 08:13:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>eeepc</category><category>grub</category>    
    <description>    &lt;p&gt;After reading &lt;a href=&quot;http://oskuro.net/blog/freesoftware/time-for-grub2-2008-02-09-17-53&quot;&gt;Jordi&lt;/a&gt; post about GRUB 2, I decided to give it a try on my EeePC.&lt;/p&gt;


&lt;p&gt;I've just installed the &lt;em&gt;grub-pc&lt;/em&gt; package, answered the questions, and that was it. I tested it with the chainload method from GRUB legacy, and it worked. I just had to rerun &lt;em&gt;grub-install&lt;/em&gt; to replace the legacy with the new one. And I've a nice Debian background in the menu now!&lt;/p&gt;


&lt;p&gt;What seems amazing is that GRUB now see my... LVM logical volumes! So this seems to be really cool, because this means no more /boot-without-lvm-ext3-formatted partitions because my-boot-loader-sucks-a-bit.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Holidays and projects</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/02/11/Holidays-and-projects</link>
    <guid isPermaLink="false">urn:md5:28775bcdda51fd900166047eaf08eaf7</guid>
    <pubDate>Mon, 11 Feb 2008 11:53:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Life</category>
        <category>awesome</category><category>debian</category><category>git</category><category>life</category><category>work</category>    
    <description>    &lt;p&gt;Long story short: I'm busy.&lt;/p&gt;


&lt;p&gt;These days are quite busy. I'm working (you know, I need to eat so I've a job), to the point that I have many vacation days to take. So I'll be in holidays and offline from friday for 10 days.&lt;/p&gt;


&lt;p&gt;I'm still working on &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; developement. Code base is quite good now, so I don't do 30 commits/day anymore, and update are less frequent. It's very nice that the users base is increasing every day, without polluting the mailing list and the BTS with bug reports and request for documentation. That means we at least achieve to do a not-so-bad code with a not-so-bad documentation.
The feature requests list is still a bit long, but I think it will decrease in the next weeks.&lt;/p&gt;


&lt;p&gt;On a human side, that's the biggest project I ever managed and it's very pleasant to have so many users and contributors.&lt;/p&gt;


&lt;p&gt;I've some more project I'd like to work too. I plan to write a small git stats generator in Python when I'll have some more spare time. I'd also like to do some developement work around LDAP and Python for my servers, but I did not find the courage to do it neither the good library to handle LDAP object correctly (a DB_Object way would be good).&lt;/p&gt;


&lt;p&gt;I'm always following Debian developement with one eye, so I'm not totally out. I really hope I could to some bug squashing like I did with several Debian buddies 2 years ago for the etch release.&lt;/p&gt;


&lt;p&gt;Stay tuned.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>New laptop: EeePC!</title>
    <link>http://julien.danjou.info/blog/index.php/post/2008/01/21/EeePC-arrived</link>
    <guid isPermaLink="false">urn:md5:1f339a6c79cae4eaf5fe93ba80067460</guid>
    <pubDate>Mon, 21 Jan 2008 14:56:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Hardware</category>
        <category>debian</category><category>eeepc</category>    
    <description>    &lt;p&gt;This morning, the snail mail brought me a new toy! A brand new &lt;a href=&quot;http://eeepc.asus.com/&quot;&gt;EeePC&lt;/a&gt;!&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://naquadah.org/~jd/photos/thumb.php?gallery=./Divers/eeepc&amp;amp;image=dsc00238.jpg&amp;amp;width=400&amp;amp;height=400&quot; alt=&quot;Kawoosh!&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;It's a very very nice device. I did not test the Xandros system more than 5 minutes, but it looks fine for dummy users. I've plugged an USB key into it, booted on the Debian installer (provided on the Debian wiki) and installed it in a few minutes.&lt;/p&gt;


&lt;p&gt;The hardest part was adding wifi support, since I needed to grab madwifi svn version, added a patch, and compiled it. It was not so hard after all, just don't expect to use Debian packages for now.&lt;/p&gt;


&lt;p&gt;It even boot in less than one minute! The hardest part is to type on a such tiny keyboard.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://naquadah.org/~jd/photos/thumb.php?gallery=./Divers/eeepc&amp;amp;image=dsc00242.jpg&amp;amp;width=400&amp;amp;height=400&quot; alt=&quot;Keyboard&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;
&lt;em&gt;Plectrum as reference size&lt;/em&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>rebuildd demo</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/12/04/rebuildd-demo</link>
    <guid isPermaLink="false">urn:md5:ed2c8d6e2442cd41875826b3dee77cef</guid>
    <pubDate>Tue, 04 Dec 2007 22:36:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>php</category><category>rebuildd</category>    
    <description>    &lt;p&gt;I've set up a quick &lt;a href=&quot;http://naquadah.org/~jd/debian/rebuildd&quot;&gt;rebuildd demo&lt;/a&gt;. It may allow you to rebuild one of your package on etch/lenny/sid and for amd64/i386 as you wish. You will get build log by email.&lt;/p&gt;


&lt;p&gt;I've just wrote the PHP page in 2 hours. I just hate Web interfaces and PHP is crap, seriously. For the record, I've tried to use DataGrid, and after having lost 1h to get it work with no PHP/PEAR error printed or available, I managed to have it working with a big &lt;em&gt;pear upgrade-all&lt;/em&gt;. OMFG.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>rebuildd 0.3.0 released</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/12/03/rebuildd-030-released</link>
    <guid isPermaLink="false">urn:md5:58c97d1e5a3facdfb275b3d75032954d</guid>
    <pubDate>Mon, 03 Dec 2007 15:06:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>rebuildd</category>    
    <description>    &lt;p&gt;Everything seems to work, so just releasing it. I think it's becoming an amazing tool to do archive rebuild.&lt;/p&gt;


&lt;p&gt;It just misses a good Web interface. &lt;img src=&quot;/blog//themes/geeek.org/smilies/sad.png&quot; alt=&quot;:-(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Testing out rebuildd 0.3.0</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/12/02/Testing-out-rebuildd-030</link>
    <guid isPermaLink="false">urn:md5:41c9ec1c9943950d2a41520b8027b718</guid>
    <pubDate>Sun, 02 Dec 2007 10:04:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>rebuildd</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; beiing in rc state, that leaves me a small amount of spare time. I decided to spend it on &lt;a href=&quot;http://julien.danjou.info/rebuildd.html&quot;&gt;rebuildd&lt;/a&gt;. I had started the 0.3.0 version back in August, but never touched it again until now.&lt;/p&gt;


&lt;p&gt;I was afraid because I did not remember in which state I left the code repository. And, good surprise, the code was in a quite good shape!&lt;/p&gt;


&lt;p&gt;I just implemented and fixed some stuff that were reported on the &lt;a href=&quot;http://bugs.debian.org/rebuildd&quot;&gt;BTS&lt;/a&gt;, and then, I only had to test it out.&lt;/p&gt;


&lt;p&gt;For that I used the servers kindly provided by &lt;a href=&quot;http://www.tuxfamily.org&quot;&gt;TuxFamily.org&lt;/a&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;whisky: 6 x Pentium III @ 700 MHz/L2 1 MB + 1.7 GB RAM&lt;/li&gt;
&lt;li&gt;octave: 8 x Pentium III @ 500 MHz/L2 2 MO + 2 GB RAM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I stored the MySQL database on &lt;em&gt;whisky&lt;/em&gt;. filled it with &lt;em&gt;rebuildd-job add-quinn-diff&lt;/em&gt; (new feature in 0.3.0) and then started &lt;em&gt;rebuildd&lt;/em&gt; on each node. And then I saw the 2 hosts starting to grab, lock jobs, build packages on each side. Wonderful. That just works. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;&lt;em&gt;rebuildd-job stats&lt;/em&gt; says that 20 % of the archive is now built in less than 24h, seems fast, cool.&lt;/p&gt;


&lt;p&gt;Bad point is that I'm building and trashing logs into /dev/null because I've no QA idea to implement right now.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>awesome 2.0-rc1</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/11/16/awesome-20-rc1</link>
    <guid isPermaLink="false">urn:md5:150935384c3c7e88849575ae6ddb6e1b</guid>
    <pubDate>Fri, 16 Nov 2007 22:47:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>awesome</category>
        <category>awesome</category><category>debian</category>    
    <description>    &lt;p&gt;&lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; 2.0-rc1 released and waiting in Debian NEW queue. &lt;img src=&quot;/blog//themes/geeek.org/smilies/smile.png&quot; alt=&quot;:-)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Time &lt; work</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/11/15/Time-work</link>
    <guid isPermaLink="false">urn:md5:0bc1c9962a88e89e809281e863a4bbed</guid>
    <pubDate>Thu, 15 Nov 2007 20:45:00 +0100</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Life</category>
        <category>awesome</category><category>debian</category><category>life</category><category>software</category>    
    <description>    &lt;p&gt;It's official: I'm beginning to be a bit overloaded.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://zomers.be/~luk/blog/index.html&quot;&gt;Luk&lt;/a&gt; gently asked me about my status in the (stable) release management team. That just made a bit more guilty not doing that I'd like to do.&lt;/p&gt;


&lt;p&gt;Current TODO list involves:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;release &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt; 2.0-rc1 and update website and documentation for it;&lt;/li&gt;
&lt;li&gt;work on &lt;a href=&quot;http://julien.danjou.info/rebuildd.html&quot;&gt;rebuildd&lt;/a&gt;, finish and polish 0.3 version;&lt;/li&gt;
&lt;li&gt;run a full rebuild of the Debian archive to test rebuldd 0.3, do some QA work;&lt;/li&gt;
&lt;li&gt;update &lt;a href=&quot;http://julien.danjou.info/mod_defensible.html&quot;&gt;mod_defensible&lt;/a&gt; to fix problem with udns timeout;&lt;/li&gt;
&lt;li&gt;work on Debian release management, at least rewrite lost script for (old-)proposed-updates which were on ries'&lt;/li&gt;
&lt;li&gt;work on Debian Xen;&lt;/li&gt;
&lt;li&gt;handle a lot of waiting task on my network/servers.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Now, the thing that will help: I'm house moving this week-end with no (real) Internet connection yet. I only managed to establish a VPN over port 53/udp on a hotspot from a pub near my new apartment with 25-30 KB/s bandwidth, which is better than nothing actually.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;awesome* is asking me a lot of time right now, and since it's my last launched project, I am motivated and have a lot of idea, so I like to hack on him right now. I think I will have to postpone future release to not forget other things.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm going to see what happens by the end of the year and if I'm able to catch up with everything. Otherwise I might need to drop some things… &lt;img src=&quot;/blog//themes/geeek.org/smilies/sad.png&quot; alt=&quot;:-(&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Life is too short.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Ubuntu: not contributing to Debian, and even doing bad work</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/10/02/Ubuntu%3A-not-contributing-to-Debian-and-even-doing-bad-work</link>
    <guid isPermaLink="false">urn:md5:e62ad373cd4ccb573b48b1f21d27f559</guid>
    <pubDate>Tue, 02 Oct 2007 20:34:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Debian</category>
        <category>debian</category><category>rebuildd</category><category>ubuntu</category>    
    <description>    &lt;p&gt;Googling around using the &lt;a href=&quot;http://julien.danjou.info/rebuildd.html&quot;&gt;rebuildd&lt;/a&gt; &lt;a href=&quot;http://www.google.fr/search?q=rebuildd&quot;&gt;keyword&lt;/a&gt; to find if people were talking about it, I found &lt;a href=&quot;https://patches.ubuntu.com/r/rebuildd/rebuildd_0.2.1ubuntu1.patch&quot;&gt;that patch&lt;/a&gt; from &lt;a href=&quot;http://www.ubuntu.com/&quot;&gt;Ubuntu&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;This patch is used to ship &lt;a href=&quot;http://packages.debian.org/rebuildd&quot;&gt;rebuildd Debian package&lt;/a&gt; in Ubuntu.&lt;/p&gt;


&lt;p&gt;Wahou. First surprise! So, Ubuntu is fixing bugs and not telling me. I though that people saying &lt;em&gt;&quot;Ubuntu does not contribute back to Debian!&quot;&lt;/em&gt; were exaggerating. Seems I was wrong.&lt;/p&gt;


&lt;p&gt;Nevermind: I take the patch. I read the patch. I apply the pat… oh wait: the fix is wrong.&lt;/p&gt;


&lt;p&gt;lol.&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Random news</title>
    <link>http://julien.danjou.info/blog/index.php/post/2007/09/25/Random-news</link>
    <guid isPermaLink="false">urn:md5:92e3e26b4d4d523746ecacc9272a3a2e</guid>
    <pubDate>Tue, 25 Sep 2007 20:18:00 +0200</pubDate>
    <dc:creator>jd</dc:creator>
        <category>Free Software</category>
        <category>awesome</category><category>debian</category>    
    <description>    &lt;p&gt;Wouhou, yesterday was quite a productive day.&lt;/p&gt;


&lt;p&gt;First, I've released &lt;a href=&quot;http://julien.danjou.info/mod_defensible.html&quot;&gt;mod_defensible 1.4&lt;/a&gt; which is just one line different from 1.3 but fix a huge bug (RC in Debian) with udns 0.0.9. Already uploaded to sid.&lt;/p&gt;


&lt;p&gt;Second, I've updated &lt;a href=&quot;http://packages.debian.org/greylistd&quot;&gt;greylistd&lt;/a&gt; in Debian and I've set myself as maintainer after 5 NMU in something like 1 year.&lt;/p&gt;


&lt;p&gt;Then, I've pushed some updates to &lt;a href=&quot;http://awesome.naquadah.org&quot;&gt;awesome&lt;/a&gt;. I may release 1.2 in the week, since it seems bug free and has some useful new features. We're now quite close to &lt;a href=&quot;http://www.xmonad.org&quot;&gt;Xmonad&lt;/a&gt; functionalities as far as I can tell.&lt;/p&gt;


&lt;p&gt;And the beat goes on…&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>