<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.llaumgui.com/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>Le blog de llaumgui - serveur</title>
  <link>http://www.llaumgui.com/</link>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Fri, 16 May 2008 03:10:43 +0200</pubDate>
  <copyright>http://creativecommons.org/licenses/by-nc-nd/2.5/</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Bug MySQL 5.0.51a</title>
    <link>http://www.llaumgui.com/post/Bug-MySQL-5051a</link>
    <guid isPermaLink="false">urn:md5:08e92bf0d01edeabaa94de2436ea16ef</guid>
    <pubDate>Mon, 18 Feb 2008 23:04:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Développement web</category>
        <category>Borsalino</category><category>MySQL</category><category>PunBB</category><category>Remi</category><category>serveur</category>    
    <description>&lt;p&gt;Depuis quelques jours &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=29504&quot; hreflang=&quot;fr&quot; title=&quot;Afficher vos messages - Ordre d'affichage des messages&quot;&gt;on me rapporte des comportements étranges&lt;/a&gt; sur les forums de &lt;a href=&quot;http://www.fedora-fr.org/&quot; hreflang=&quot;fr&quot; title=&quot;Communauté francophone Fedora Core - Linux&quot;&gt;fedora-fr&lt;/a&gt;. Les messages récents ne seraient plus triés dans le bon ordre (ni dans aucun autre d'ailleurs)... Étonnant, car je n'ai rien touché au code de notre &lt;a href=&quot;http://punbb.org/&quot; hreflang=&quot;en&quot;&gt;PunBB&lt;/a&gt; depuis un bon petit moment...&lt;/p&gt;


&lt;p&gt;Bref un petit &lt;code&gt;vim include/common.php&lt;/code&gt; pour passer le &lt;em&gt;PUN_SHOW_QUERIES&lt;/em&gt; à 1 et ainsi tracer les requêtes MySQL et m'apercevoir que la requête fait bien un &lt;code&gt;ORDER BY t.last_post DESC&lt;/code&gt;:&lt;/p&gt;    &lt;code class=&quot;sql&quot;&gt;&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;SELECT&lt;/span&gt; t.id &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;AS&lt;/span&gt; tid, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;FROM&lt;/span&gt; punbb_topics &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;AS&lt;/span&gt; t&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;WHERE&lt;/span&gt; t.id&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;IN&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#40;&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;14524&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29504&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29192&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29526&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29426&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29358&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29381&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29507&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29512&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29534&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29523&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29531&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29532&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29514&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29469&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28791&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29308&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29141&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;20353&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29449&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29505&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28867&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29500&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29495&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29535&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29321&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29478&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29480&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29486&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29499&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29506&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29528&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29529&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29457&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29496&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29533&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28380&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29510&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28969&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29142&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29416&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29454&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29511&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29513&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;26116&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29333&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29267&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29455&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29493&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29524&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28420&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29258&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29410&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29418&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29452&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29509&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29491&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29477&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29487&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29492&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29501&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29508&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29515&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29517&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29519&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29520&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29525&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29530&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29527&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;27926&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;28938&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29231&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29265&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29371&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29440&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29485&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29497&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29502&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29518&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29522&lt;/span&gt;, &lt;span style=&quot;color: #cc66cc;&quot;&gt;29521&lt;/span&gt; &lt;span style=&quot;color: #66cc66;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;GROUP&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;BY&lt;/span&gt; t.id, t.poster, t.subject, t.last_post, t.last_post_id, t.last_poster, t.num_replies, t.closed, t.forum_id&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;ORDER&lt;/span&gt; &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;BY&lt;/span&gt; t.last_post &lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;DESC&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #993333; font-weight: bold;&quot;&gt;LIMIT&lt;/span&gt; &lt;span style=&quot;color: #cc66cc;&quot;&gt;0&lt;/span&gt; , &lt;span style=&quot;color: #cc66cc;&quot;&gt;30&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;Un café plus tard, je lance directement la requête dans l'interface de &lt;a href=&quot;http://www.phpmyadmin.net/&quot; hreflang=&quot;en&quot;&gt;phpMyAdmin&lt;/a&gt; et je m'aperçois que les résultats ne sont effectivement pas triés dans l'ordre...
Mais qu'ai je fais ?! Je trace le log de yum et je constate que je suis récemment passé de mysql-server 5.0.45 à la version 5.0.51a...&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cat&lt;/span&gt; /var/log/yum.log | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; mysql&lt;br /&gt;
Oct &lt;span style=&quot;color: #000000;&quot;&gt;15&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;05&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;57&lt;/span&gt; Installed: mysql.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.27&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6&lt;br /&gt;
Oct &lt;span style=&quot;color: #000000;&quot;&gt;15&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;08&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;09&lt;/span&gt; Installed: mysql-server.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.27&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6&lt;br /&gt;
Oct &lt;span style=&quot;color: #000000;&quot;&gt;15&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;08&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt; Installed: php-mysql.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3.7&lt;/span&gt;.fc6&lt;br /&gt;
Jan &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;18&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;56&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;44&lt;/span&gt; Installed: mysql-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Jan &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;18&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;56&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;47&lt;/span&gt; Updated: mysql.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Jan &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;18&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;56&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;54&lt;/span&gt; Updated: mysql-server.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Jan &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;18&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;56&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;54&lt;/span&gt; Updated: php-mysql.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Feb &lt;span style=&quot;color: #000000;&quot;&gt;17&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;13&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;06&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;18&lt;/span&gt; Updated: mysql-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;.51a&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Feb &lt;span style=&quot;color: #000000;&quot;&gt;17&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;13&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;06&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;22&lt;/span&gt; Updated: mysql.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;.51a&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;br /&gt;
Feb &lt;span style=&quot;color: #000000;&quot;&gt;17&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;13&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;06&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;29&lt;/span&gt; Updated: mysql-server.i386 &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;.51a&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi&lt;/code&gt;


&lt;p&gt;Dans le doute je contact l'ami &lt;a href=&quot;http://blog.famillecollet.com/&quot; hreflang=&quot;fr&quot; title=&quot;Les RPM de Remi&quot;&gt;Remi&lt;/a&gt; qui m'aide et me trouve ce bug : &lt;a href=&quot;http://bugs.mysql.com/bug.php?id=30596&quot; hreflang=&quot;en&quot;&gt;#30596 : GROUP BY optimization gives wrong result order&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Effectivement en virant les &lt;em&gt;GROUP BY&lt;/em&gt; la requête se retrouve ordonnée comme il faut...&lt;br /&gt;
5 minutes plus tard Remi lance un build de MySQL comportant le correctif que j'installe dans la foulée et tout ce remet à marcher dans l'ordre ;-).&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; yum --&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;enable&lt;/span&gt; remi-&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt; update mysql\*&lt;/code&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Bug-MySQL-5051a#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Bug-MySQL-5051a#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/395</wfw:commentRss>
      </item>
    
  <item>
    <title>Remi + Borsalino = php5.2 + MySQL 5 mis à jour</title>
    <link>http://www.llaumgui.com/post/Remi-Borsalino-php52-MySQL-5-mis-a-jour</link>
    <guid isPermaLink="false">urn:md5:e497ff133ede907baba9fea6de6f78d4</guid>
    <pubDate>Sun, 20 Jan 2008 18:02:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>fedora-fr</category>
        <category>Borsalino</category><category>Fedora</category><category>Fedora Core 6</category><category>fedora-fr</category><category>MySQL</category><category>php</category><category>Remi</category><category>rpm</category><category>serveur</category><category>sécurité</category>    
    <description>&lt;p&gt;Devant la coupure de service, surement due à une monté en charge de &lt;a href=&quot;http://www.llaumgui.com/tag/Borsalino&quot;&gt;Borsalino&lt;/a&gt;, et devant les failles récentes révélées pour &lt;a href=&quot;http://www.php.net&quot; hreflang=&quot;en&quot; title=&quot;PHP  is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML&quot;&gt;php&lt;/a&gt; : j'ai décidé de basculer Borsalino sur le dépôt de l'ami &lt;a href=&quot;http://remi.collet.free.fr&quot; hreflang=&quot;fr&quot; title=&quot;Les RPM de Remi&quot;&gt;Remi Collet&lt;/a&gt; qui maintient toujours les packages php et &lt;a href=&quot;http://www-fr.mysql.com/&quot; hreflang=&quot;fr&quot; title=&quot;La Base de Données Open Source la plus Populaire au Monde&quot;&gt;MySQL&lt;/a&gt; pour &lt;a href=&quot;http://fedoraproject.org/&quot; hreflang=&quot;fr&quot; title=&quot;Fedora est un système d'exploitation basé sur Linux servant de vitrine aux logiciels libres les plus récents&quot;&gt;Fedora&lt;/a&gt; 6 alias &lt;a href=&quot;http://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ral_Zod&quot; hreflang=&quot;fr&quot; title=&quot;Général Zod&quot;&gt;Zod&lt;/a&gt; !&lt;/p&gt;    &lt;p&gt;On install le dépôt :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;wget&lt;/span&gt; http://remi.collet.&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;free&lt;/span&gt;.fr/rpms/remi-release&lt;span style=&quot;color: #000000;&quot;&gt;-6&lt;/span&gt;.rpm&lt;br /&gt;
root@borsalino ~&amp;gt; rpm -Uvh remi-release&lt;span style=&quot;color: #000000;&quot;&gt;-6&lt;/span&gt;.rpm&lt;/code&gt;


&lt;p&gt;On active le dépôt en passant enabled à 1 :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; vim /etc/yum.repos.d/remi.repo&lt;/code&gt;


&lt;p&gt;Et on mets à jour :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; yum clean all; yum update&lt;br /&gt;
&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;...&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
Dependencies Resolved&lt;br /&gt;
&lt;br /&gt;
=============================================================================&lt;br /&gt;
&amp;nbsp;Package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Arch &amp;nbsp; &amp;nbsp; &amp;nbsp; Version &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Repository &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Size &lt;br /&gt;
=============================================================================&lt;br /&gt;
Updating:&lt;br /&gt;
&amp;nbsp;mysql &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;2.1&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;mysql-server &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;10&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;php &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;1.3&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;php-cli &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;2.5&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;php-common &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;226&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-eaccelerator &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;0.9&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;136&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-gd &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;115&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-ldap &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;33&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-mbstring &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;1.1&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;php-mcrypt &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;28&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-mysql &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;83&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-pdo &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;89&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-pear &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;noarch &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;400&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;php-xml &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;97&lt;/span&gt; k&lt;br /&gt;
Installing &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; dependencies:&lt;br /&gt;
&amp;nbsp;mysql-libs &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;5.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.45&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi &amp;nbsp;remi &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;sqlite2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;2.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.17&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; extras &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;170&lt;/span&gt; k&lt;br /&gt;
&lt;br /&gt;
Transaction Summary&lt;br /&gt;
=============================================================================&lt;br /&gt;
Install &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; Package&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;s&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
Update &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;14&lt;/span&gt; Package&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;s&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
Remove &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt; Package&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;s&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&lt;br /&gt;
Total download &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;size&lt;/span&gt;: &lt;span style=&quot;color: #000000;&quot;&gt;20&lt;/span&gt; M&lt;/code&gt;


&lt;p&gt;Pour finir, on peut utiliser &lt;a href=&quot;http://www.friendsnippets.com/snippet/92/&quot; hreflang=&quot;fr&quot; title=&quot;yum-check&quot;&gt;mon script pour notifier des mises à jour via yum&lt;/a&gt;...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Remi-Borsalino-php52-MySQL-5-mis-a-jour#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Remi-Borsalino-php52-MySQL-5-mis-a-jour#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/388</wfw:commentRss>
      </item>
    
  <item>
    <title>Montée en charge et compression Gzip des pages servies</title>
    <link>http://www.llaumgui.com/post/Montee-en-charge-et-compression-Gzip-des-pages-servies</link>
    <guid isPermaLink="false">urn:md5:d536a1f9592b10be6c9d8a8b2cf238f0</guid>
    <pubDate>Fri, 07 Dec 2007 19:57:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Développement web</category>
        <category>CentOS</category><category>Dedibox</category><category>IPB</category><category>IPB 2.1</category><category>serveur</category><category>spb-box</category>    
    <description>    &lt;p&gt;Depuis quelque temps, je trouve que &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.scenario-paintball.com/&quot; title=&quot;Scénario-PaintBall - Accueil (Le repaire des fougères)&quot;&gt;Scenario-Paintball&lt;/a&gt; et llaumgui.com (tous deux hébergés sur la &lt;a href=&quot;http://www.llaumgui.com/tag/spb-box&quot;&gt;spb-box&lt;/a&gt;) mettent du temps à servir les pages.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/post/La-spb-box-sous-CentOS-51&quot; hreflang=&quot;fr&quot; title=&quot;La spb-box sous CentOS 5.1&quot;&gt;J'ai mis à jour le système de CentOS 5.0 vers la 5.1&lt;/a&gt; avec le dernier kernel pensant que ça pourrait améliorer les perfs (qui a dit naïf ?) de mon kernel datant du temps où &lt;a href=&quot;http://www.centos.org/&quot; hreflang=&quot;en&quot; title=&quot;The Community ENTerprise Operating System&quot;&gt;CentOS&lt;/a&gt; 5.0 était encore en phase de bêta testes chez &lt;a href=&quot;http://www.dedibox.fr/&quot; hreflang=&quot;fr&quot; title=&quot;otre serveur dédié pour 29,99 Euros / mois trafic illimité&quot;&gt;Dedibox&lt;/a&gt; (mais CentOS était bel est bien en version finale).&lt;/p&gt;
&lt;p&gt;Rien à faire, j'observais encore des montées en charge et des montées de CPU. J'ai donc entrepris de m'orienter du côté d'&lt;a hreflang=&quot;en&quot; href=&quot;http://www.invisionpower.com/community/board/index.html&quot; title=&quot;IP.Board is an outstanding bulletin board system&quot;&gt;Invision Power Board&lt;/a&gt; et de mieux régler la bête pour ne plus servir de pages compressées en &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Gzip&quot;&gt;gzip&lt;/a&gt; (&lt;em&gt;Disable GZIP encoding?&lt;/em&gt;). Depuis, beaucoup moins de problème de montée en charge et même lorsque le serveur charge il arrive encore à servir les pages en un temps tout à fait respectable.&lt;br /&gt;J'ai profité de cette occasion pour affiner les réglages d'&lt;acronym title=&quot;Invision Power Board&quot;&gt;IPB&lt;/acronym&gt; et configurer une charge limite (&lt;em&gt;Server Load Limit ?&lt;/em&gt;) de 15 à laquelle Scénario-PaintBall affiche un message d'erreur invitant à patienter...&lt;/p&gt;
&lt;p&gt;Bref, la version 2.1 n'étant pas connu pour sa légèreté, je pense que la migration vers la version 2.3 d'IPB se fait de plus ne plus pressante...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Montee-en-charge-et-compression-Gzip-des-pages-servies#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Montee-en-charge-et-compression-Gzip-des-pages-servies#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/380</wfw:commentRss>
      </item>
    
  <item>
    <title>fedora-fr : Incidents du Week-end</title>
    <link>http://www.llaumgui.com/post/fedora-fr-%3A-Incidents-du-Week-end</link>
    <guid isPermaLink="false">urn:md5:5cf32c62adeb05b06167d81399c1a522</guid>
    <pubDate>Tue, 16 Oct 2007 13:12:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>fedora-fr</category>
        <category>Borsalino</category><category>Fedora 7</category><category>Fedora Core 5</category><category>Fedora Core 6</category><category>serveur</category>    
    <description>    &lt;p&gt;Bon, maintenant que &lt;a href=&quot;http://www.llaumgui.com/tag/Borsalino&quot;&gt;Borsalino&lt;/a&gt;, le serveur de &lt;a href=&quot;http://www.fedora-fr.org&quot; hreflang=&quot;fr&quot; title=&quot;Communauté francophone Fedora - Linux&quot;&gt;fedora-fr&lt;/a&gt;, est revenu : il est temps de faire une petite chronologie des évènements.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Vendredi soir :&lt;/strong&gt;&lt;br /&gt;Mise à jour de Fedora Core 5 vers la 6. Aucun problème, tout c'est bien passé.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Samedi :&lt;/strong&gt;&lt;br /&gt;Vérification que la migration vers FC6 n'a eu aucune incidence et préparation de la migration vers Fedora 7 et du fameux &lt;em&gt;boss de fin&lt;/em&gt; : la nouvelle libpata ! ! !&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dimanche matin :&lt;/strong&gt;&lt;br /&gt;Mise à jours vers Fedora 7 sans encombre jusqu'au reboot ou la machine refuse de répondre. Après 4 heures de combat sur le système de rescue, on relance la machine sur le kernel 2.6.22 de Fedora Core 6 qui marche.&lt;br /&gt;De là, tentative de reconstruction de l'initram et du mkinit du Kernel de Fedora 7 (2.6.22 également), conversion de la partition de boot en ext3 (apparemment un /boot/ en ext2 poserait problème à Fedora 7) puis reboot. Et là, c'est le drame ! Plus rien, plus de boot que ce soit avec le kernel de Fedora 6 ou 7 ! ! !&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lundi matin :&lt;/strong&gt;&lt;br /&gt;Transfert des données de Borsalino vers le serveur de llaumgui.com.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Lundi soir :&lt;/strong&gt;&lt;br /&gt;Remise à 0 du serveur sous la dernière version de FC5 proposée par &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.ikoula.fr&quot;&gt;Ikoula&lt;/a&gt; (2.6.19) puis mise à jours vers Fedora Core 6 (2.6.22) puis récupération des données et pour finir remise en fonction des différents services (httpd, ftpd, mysqld, etc..).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Voila, je pense que vu le &lt;em&gt;boss de fin&lt;/em&gt; que représente la nouvelle libpata, Borsalino risque de rester très longtemps sous Fedora Core 6 qui est une distribution pleinement satisfaisante. Et si faille de sécurité il y a, on patchera nous même !&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/fedora-fr-%3A-Incidents-du-Week-end#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/fedora-fr-%3A-Incidents-du-Week-end#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/370</wfw:commentRss>
      </item>
    
  <item>
    <title>Un labo pour tester ezipb, le connecteur IPB pour eZ publish</title>
    <link>http://www.llaumgui.com/post/Un-labo-pour-tester-ezipb-le-connecteur-IPB-pour-eZ-publish</link>
    <guid isPermaLink="false">urn:md5:57e2a710ce2d1e502bd6a9ae181b9f82</guid>
    <pubDate>Wed, 26 Sep 2007 00:03:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Développement web</category>
        <category>eZ Publish</category><category>ezipb</category><category>IPB</category><category>script</category><category>serveur</category>    
    <description>    &lt;p&gt;Comme je viens tout juste de finir un petit script permettant de configurer automatiquement un site web sur un serveur (création de la base de données &lt;a hreflang=&quot;fr&quot; href=&quot;http://www-fr.mysql.com/&quot; title=&quot;La Base de Données Open Source la plus Populaire au Monde&quot;&gt;MySQL&lt;/a&gt;, des répertoires, configuration des stats &lt;a href=&quot;http://awstats.sourceforge.net/&quot; hreflang=&quot;en&quot; title=&quot;Free real-time logfile analyzer to get advanced statistics (GNU GPL).&quot;&gt;Awstats&lt;/a&gt;, du vhost, etc...), j'en ai profité pour mettre en place un petit &lt;a href=&quot;http://labo.llaumgui.com/&quot; hreflang=&quot;fr&quot; rel=&quot;nofolow&quot;&gt;labo&lt;/a&gt; afin de pouvoir vous monter &lt;a href=&quot;http://trac.llaumgui.com/wiki/ezipb&quot; hreflang=&quot;fr&quot; title=&quot;ezipb|Connecteur IPB pour eZ publish&quot;&gt;ezipb&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Pour le moment, ça fait pas grand chose mais ça peut vous donner une idée de ce que sera mon intégration d'&lt;a hreflang=&quot;en&quot; href=&quot;http://www.invisionboard.com&quot;&gt;Invision Power Board&lt;/a&gt; (IPB pour les intimes) avec &lt;a hreflang=&quot;en&quot; href=&quot;http://ez.no&quot; title=&quot;eZ Publish Open Source Enterprise Content Management System&quot;&gt;eZ publish&lt;/a&gt; (eZ pour les intimes).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;URL :&lt;/strong&gt; &lt;a href=&quot;http://labo.llaumgui.com/&quot; hreflang=&quot;fr&quot; rel=&quot;nofolow&quot;&gt;labo&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Login :&lt;/strong&gt; ezipb&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Mot de passe :&lt;/strong&gt; ezipb&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;ins&gt;Remarque&lt;/ins&gt; :&lt;/strong&gt; Pour ce qui est de mon script, il fera l'objet d'un prochain billet lors que j'aurais un peu mieux testé le truc.&lt;/em&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Un-labo-pour-tester-ezipb-le-connecteur-IPB-pour-eZ-publish#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Un-labo-pour-tester-ezipb-le-connecteur-IPB-pour-eZ-publish#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/359</wfw:commentRss>
      </item>
    
  <item>
    <title>CentOS meilleure distro orientée serveur pour les Bossie Awards 2007</title>
    <link>http://www.llaumgui.com/post/CentOS-meilleure-distro-orientee-serveur-pour-les-Bossie-Awards-2007</link>
    <guid isPermaLink="false">urn:md5:ca4493d3940d18b73fbd15d4d7f0ce9e</guid>
    <pubDate>Sat, 15 Sep 2007 14:21:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>CentOS</category><category>eZ Publish</category><category>Java</category><category>Red Hat</category><category>serveur</category>    
    <description>    &lt;p&gt;Pour ceux qui auraient loupé &lt;a href=&quot;http://linuxfr.org/2007/09/13/23094.html&quot; hreflang=&quot;fr&quot; title=&quot;2007 InfoWorld Bossie Awards&quot;&gt;l'actu&lt;/a&gt; sur &lt;a href=&quot;http://linuxfr.org/pub/&quot; hreflang=&quot;fr&quot; title=&quot;Da Linux French Page&quot;&gt;LinuxFr&lt;/a&gt;, &lt;a href=&quot;http://www.infoworld.com/&quot; hreflang=&quot;en&quot; title=&quot;Information Technology News, Computer Networking &amp;amp; Security&quot;&gt;InfoWorld&lt;/a&gt; a publié lundi, &lt;a href=&quot;http://www.infoworld.com/archives/t.jsp?N=s&amp;amp;V=91650&quot; hreflang=&quot;en&quot; title=&quot;Best of Opn Source Software&quot;&gt;les premiers 2007 Bossie Awards&lt;/a&gt; récompensant les meilleurs logiciels open source orientés entreprises.&lt;/p&gt;
&lt;p&gt;Je dois avouer que je suis très content de la récompense accordée à &lt;a href=&quot;http://www.centos.org/&quot; hreflang=&quot;en&quot; title=&quot;The Community ENTerprise Operating System &quot;&gt;CentOS&lt;/a&gt; en temps que meilleur distro orientée serveur. Tout d'abord, CentOS, c'est la famille car dérivée de &lt;a href=&quot;http://www.redhat.fr/&quot; hreflang=&quot;fr&quot;&gt;Red Hat&lt;/a&gt; tout comme &lt;a href=&quot;http://fedoraproject.org/&quot; hreflang=&quot;en&quot;&gt;Fedora&lt;/a&gt; et ensuite; les liens qui unissent Fedora et CentOS sont de plus en plus forts surtout depuis l'arrêt de &lt;a href=&quot;http://www.fedoralegacy.org/&quot; hreflang=&quot;en&quot;&gt;fedora-legacy&lt;/a&gt; et le fait qu'il ne soit plus tabou pour bien des membres de la communauté &lt;a href=&quot;http://www.fedora-fr.org&quot; hreflang=&quot;fr&quot; title=&quot;Communauté francophone Fedora Core&quot;&gt;fedora-fr&lt;/a&gt; d'orienter vers CentOS pour une utilisation serveur.&lt;br /&gt;
Pour finir, je rappellerais juste que ce bog tourne sur un serveur dédié CentOS 5 et que c'est l'un des serveurs que je prends le plus de plaisir à administrer (Geek inside ;-)).&lt;/p&gt;
&lt;p&gt;Pour ce qui est de la distro orientée desktop, je m'étendrais pas plus, de toute façon &lt;a href=&quot;http://www.ubuntu.com/&quot; hreflang=&quot;en&quot;&gt;Ubuntu&lt;/a&gt; est intouchable et dès qu'on a le courage de critiquer cette distro, on se fait taxer de &lt;a href=&quot;http://fr.wikipedia.org/wiki/Troll_%28Internet_et_Usenet%29&quot; hreflang=&quot;fr&quot;&gt;trollisme&lt;/a&gt;... Mais bon si Ubuntu était open source, &lt;a href=&quot;http://www.ubuntu.com/community/ubuntustory/licensing&quot; hreflang=&quot;en&quot;&gt;ça se saurait&lt;/a&gt; !&lt;/p&gt;
&lt;p&gt;Pour finir, vu que ce prix est orienté entreprise, j'y vois avec plaisir certaines des solutions que j'utilise à &lt;a href=&quot;http://www.kaliop.com&quot; hreflang=&quot;fr&quot;&gt;mon taf&lt;/a&gt; telles que &lt;a href=&quot;http://www.sugarcrm.com/crm/&quot; hreflang=&quot;en&quot; title=&quot;Commercial Open Source CRM&quot;&gt;SugarCRM&lt;/a&gt; ou &lt;a href=&quot;http://www.liferay.com&quot; hreflang=&quot;en&quot;&gt;Liferay&lt;/a&gt;. Je suis cependant un peu triste de ne pas retrouver &lt;a href=&quot;http://ez.no&quot; hreflang=&quot;en&quot;&gt;eZ publish&lt;/a&gt; parmi les lauréats mais force est de constater que les &lt;a href=&quot;http://fr.wikipedia.org/wiki/Syst%C3%A8me_de_gestion_de_contenu&quot; hreflang=&quot;fr&quot;&gt;&lt;acronym title=&quot;Content Management Systems&quot;&gt;CMS&lt;/acronym&gt;&lt;/a&gt; &lt;a href=&quot;http://fr.wikipedia.org/wiki/Java_%28langage%29&quot; hreflang=&quot;fr&quot;&gt;Java&lt;/a&gt; tels qu'&lt;a href=&quot;http://www.alfresco.com/&quot; hreflang=&quot;en&quot; title=&quot;Open Source Enterprise Content Management&quot;&gt;Alfresco&lt;/a&gt; vont monter en puissance après la libération de Java par &lt;a href=&quot;http://www.sun.com/&quot; hreflang=&quot;en&quot; title=&quot;Sun Microsystems&quot;&gt;Sun&lt;/a&gt; avec sa version 6.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/CentOS-meilleure-distro-orientee-serveur-pour-les-Bossie-Awards-2007#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/CentOS-meilleure-distro-orientee-serveur-pour-les-Bossie-Awards-2007#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/355</wfw:commentRss>
      </item>
    
  <item>
    <title>Connexion apache sécurisée par SSL en place sur spb-box (https)</title>
    <link>http://www.llaumgui.com/post/Connexion-apache-securisee-par-SSL-en-place-sur-spb-box-https</link>
    <guid isPermaLink="false">urn:md5:ae47149a0e809526a69e990e4b5bde5d</guid>
    <pubDate>Thu, 13 Sep 2007 22:28:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>apache</category><category>serveur</category><category>spb-box</category><category>SSL</category><category>Subversion</category>    
    <description>    &lt;p&gt;Après pas mal de galères et de tâtonnements, j'ai enfin réussi à installer des certificats &lt;a href=&quot;http://fr.wikipedia.org/wiki/SSL&quot; hreflang=&quot;fr&quot;&gt;&lt;acronym title=&quot;Secure Socket Layer&quot;&gt;SSL&lt;/acronym&gt;&lt;/a&gt; sur la &lt;a href=&quot;http://www.llaumgui.com/tag/spb-box&quot;&gt;spb-box&lt;/a&gt;. Je tiens d'ailleurs à remercier l'ami &lt;a href=&quot;http://remi.collet.free.fr/&quot; hreflang=&quot;fr&quot;&gt;Remi&lt;/a&gt; qui m'a un peu blasé en trouvant le problème en 5 minutes.
Dorénavant mon serveur &lt;a href=&quot;http://subversion.tigris.org/&quot; hreflang=&quot;fr&quot;&gt;SVN&lt;/a&gt; n'est plus sur http://svn.llaumgui.com mais sur &lt;a hreflang=&quot;fr&quot; href=&quot;https://svn.llaumgui.com&quot;&gt;https://svn.llaumgui.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;J'en ai aussi profité pour mettre &lt;a href=&quot;http://www.phpmyadmin.net&quot; hreflang=&quot;en&quot; title=&quot;MySQL Database Administration Tool&quot;&gt;phpMyAdmin&lt;/a&gt; derrière une connexion SSL ce qui est plus prudent.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Connexion-apache-securisee-par-SSL-en-place-sur-spb-box-https#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Connexion-apache-securisee-par-SSL-en-place-sur-spb-box-https#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/354</wfw:commentRss>
      </item>
    
  <item>
    <title>Viva Ikoula saison 2</title>
    <link>http://www.llaumgui.com/post/Viva-Ikoula-saison-2</link>
    <guid isPermaLink="false">urn:md5:4a9981c5626d474dd47101b67a6be1ef</guid>
    <pubDate>Wed, 12 Sep 2007 23:08:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>fedora-fr</category>
        <category>Borsalino</category><category>Fedora 7</category><category>Fedora Core 6</category><category>fedora-fr</category><category>Ikoula</category><category>serveur</category>    
    <description>    &lt;p&gt;Pour ceux qui avaient loupé &lt;a href=&quot;http://www.llaumgui.com/post/Viva-Ikoula&quot; hreflang=&quot;fr&quot; title=&quot;Viva Ikoula&quot;&gt;la saison 1&lt;/a&gt;, &lt;a href=&quot;http://www.ikoula.com&quot; hreflang=&quot;fr&quot; title=&quot;Solutions d'Hébergement : Domaines, Packs, Serveurs...&quot;&gt;Ikoula&lt;/a&gt; est la société qui fourni gracieusement le serveur dédié de &lt;a href=&quot;http://www.fedora-fr.org/&quot; hreflang=&quot;fr&quot; title=&quot;Communauté francophone Fedora Core - Linux&quot;&gt;fedora-fr&lt;/a&gt; : &lt;a href=&quot;http://www.llaumgui.com/tag/Borsalino&quot;&gt;Borsalino&lt;/a&gt;.&lt;br /&gt;Comme pour des clients normaux, notre contrat est annuel et ce dernier arrivait à terme à la fin du mois. J'ai donc contacté mon contact chez Ikoula il y a 1 mois pour leur demander de prolonger notre partenariat chose qu'ils ont accepté sans problème, et je tenais donc à les en remercier.&lt;br /&gt;
D'ailleurs si j'avais pas tant galéré pour trouver un fax, j'aurais pu renouveler le contrat avant et faire cette annonce bien plus tôt ;-).
&lt;/p&gt;
&lt;p&gt;Du coup, je vais devoir sérieusement étudier la question de la migration vers fedora 6 puis 7.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Viva-Ikoula-saison-2#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Viva-Ikoula-saison-2#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/352</wfw:commentRss>
      </item>
    
  <item>
    <title>dedibox pas si nue que ça</title>
    <link>http://www.llaumgui.com/post/dedibox-pas-si-nue-que-ca</link>
    <guid isPermaLink="false">urn:md5:73a7288ea7c2c19a161cf12e440d7f46</guid>
    <pubDate>Mon, 06 Aug 2007 21:50:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bluetooth</category><category>CentOS</category><category>Dedibox</category><category>NetworkManager</category><category>serveur</category>    
    <description>    &lt;p&gt;C'est lors de &lt;a title=&quot;Serveur mail postfix / postfix-mysql / Dovecot / RoundCube / spamassassin sous CentOS 5&quot; hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/Serveur-mail-postfix-/-postfix-mysql-/-Dovecot-/-RoundCube-/-spamassassin-sous-CentOS-5&quot;&gt;la configuration du serveur mail&lt;/a&gt; de ma &lt;a title=&quot;Dedibox - Votre serveur dédié pour 29,99 Euros / mois trafic illimité&quot; hreflang=&quot;fr&quot; href=&quot;http://www.dedibox.fr/&quot;&gt;dedibox&lt;/a&gt;, que j'en ai profité pour voir les services lancés au démarrage (&lt;code&gt;chkconfig --list&lt;/code&gt;). Et là, quelle surprise d'y trouver des services inutiles sur un serveur dédié : &lt;a hreflang=&quot;en&quot; href=&quot;http://www.gnome.org/projects/NetworkManager/&quot;&gt;NetworkManager&lt;/a&gt;, Blutooth, etc.....&lt;/p&gt;
&lt;p&gt;Le problème est que dedibox ne propose pas des distros complètement nues ce que je trouve très dommage surtout quand on voit la richesse de paramétrages et de configuration de sa dedibox.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;ins&gt;Petit bémol&lt;/ins&gt; :&lt;/strong&gt; Ma &lt;a title=&quot;The Community ENTerprise Operating System&quot; hreflang=&quot;fr&quot; href=&quot;http://www.centos.org&quot;&gt;CentOS&lt;/a&gt; est une 5.0 finale mais l'utilisation de CentOS 5.0 sur dedibox était encore en phase bêta lors de mon installation. Peut être que cela a évolué en mieux.&lt;/em&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/dedibox-pas-si-nue-que-ca#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/dedibox-pas-si-nue-que-ca#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/336</wfw:commentRss>
      </item>
    
  <item>
    <title>Serveur mail postfix / postfix-mysql / Dovecot / RoundCube / spamassassin sous CentOS 5</title>
    <link>http://www.llaumgui.com/post/Serveur-mail-postfix-/-postfix-mysql-/-Dovecot-/-RoundCube-/-spamassassin-sous-CentOS-5</link>
    <guid isPermaLink="false">urn:md5:b1b9999fe9fd6ca13d6eab35caa6ea3a</guid>
    <pubDate>Mon, 06 Aug 2007 21:24:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>CentOS</category><category>centosplus</category><category>Dedibox</category><category>Dovecot</category><category>EPEL</category><category>IMAP</category><category>postfix</category><category>postfix-mysql</category><category>RoundCube</category><category>script</category><category>serveur</category><category>spamassassin</category><category>spb-box</category><category>webmail</category><category>yum</category>    
    <description>&lt;p&gt;Après le passage de &lt;a href=&quot;http://www.scenario-paintball.com/&quot; hreflang=&quot;fr&quot; title=&quot;Le repaire des fougères&quot;&gt;Scenario-PaintBall&lt;/a&gt; sur un serveur dédié (spb-box), je me suis lancé dans la configuration du serveur mail. Pour rappel, le serveur est une &lt;a href=&quot;http://www.dedibox.fr/&quot; hreflang=&quot;fr&quot; title=&quot;Votre serveur dédié pour 29,99 Euros / mois trafic illimité&quot;&gt;dedibox&lt;/a&gt; sous &lt;a href=&quot;http://www.centos.org/&quot; hreflang=&quot;en&quot; title=&quot;The Community ENTerprise Operating System&quot;&gt;CentOS&lt;/a&gt; 5.&lt;br /&gt;
Afin de pouvoir gérer plusieurs domaines et plusieurs comptes facilement, postfix est configuré en multi-domaines et virtual-user et afin d'ajouter facilement des comptes, les informations sont stockées en base &lt;a href=&quot;http://www-fr.mysql.com/&quot; hreflang=&quot;fr&quot; title=&quot;La Base de Données Open Source la plus Populaire au Monde&quot;&gt;MySQL&lt;/a&gt; via postfix-mysql.&lt;/p&gt;    &lt;h2&gt;Architecture du serveur mail&lt;/h2&gt;

&lt;p&gt;Connaissant bien &lt;a href=&quot;http://www.postfix.org/&quot; hreflang=&quot;en&quot;&gt;postfix&lt;/a&gt; (personnellement et professionnellement, bien que nos derniers serveurs &lt;a href=&quot;http://www.kaliop.com&quot; hreflang=&quot;fr&quot;&gt;au taf&lt;/a&gt; soient sous &lt;a href=&quot;http://www.exim.org/&quot; hreflang=&quot;en&quot; title=&quot;Internet Mailer&quot;&gt;Exim&lt;/a&gt;) et ayant déjà configuré postfix pour l'envoi de mail via php, c'est donc tout naturellement que j'ai retenu cette solution couplée à un &lt;a href=&quot;http://www.dovecot.org/&quot; hreflang=&quot;en&quot; title=&quot;Secure IMAP server&quot;&gt;Dovecot,&lt;/a&gt; un &lt;a href=&quot;http://spamassassin.apache.org/&quot; hreflang=&quot;en&quot; title=&quot;The Apache SpamAssassin Project&quot;&gt;spamassassin&lt;/a&gt; et un webmail sous le très prometteur &lt;a href=&quot;http://roundcube.net/&quot; hreflang=&quot;en&quot; title=&quot;Webmail Project&quot;&gt;RoundCube&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;postfix&lt;/h2&gt;

&lt;p&gt;Bien que pour le moment il n'y ai qu'un seul domaine géré par le serveur, j'ai choisis de faire une configuration multi-domaines et virtual-user (sans passer par des comptes unix).&lt;br /&gt;
Les mails sont donc dans un compte Unix unique : vbox; et ils sont stockés dans un arborescence du type : /home/vbox/domain/compte.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://postfix.traduc.org&quot; hreflang=&quot;fr&quot;&gt;Documentation de Postfix en français&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://postfix.traduc.org/index.php/VIRTUAL_README.html#virtual_mailbox&quot; hreflang=&quot;fr&quot;&gt;Configuration sur laquel je me suis basé&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Je mets &lt;a href=&quot;http://www.llaumgui.com/public/files/postfix-centos/main.cf&quot; hreflang=&quot;fr&quot;&gt;mon fichier main.cf&lt;/a&gt; en annexe.&lt;/p&gt;


&lt;h2&gt;postfix-mysql et CentOS&lt;/h2&gt;

&lt;p&gt;Alors là j'ai perdu pas mal de temps. Le postfix de CentOS n'est pas compilé avec l'option MySQL et il n'y a pas de paquet postfix-mysql pour CentOS ! Heureusement &lt;a href=&quot;http://www.google.fr&quot; hreflang=&quot;fr&quot;&gt;Google&lt;/a&gt; est mon ami et j'ai trouvé la solution : prendre le postfix de &lt;a href=&quot;http://wiki.centos.org/Repositories/CentOSPlus?highlight=%28centosplus%29&quot; hreflang=&quot;en&quot; title=&quot;The CentOSPlus Repository&quot;&gt;centosplus&lt;/a&gt; (présent de base dans CentOS mais pas activé par défaut) :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;yum -–&lt;span style=&quot;color: #007800;&quot;&gt;enablerepo=&lt;/span&gt;centosplus update postfix&lt;/code&gt;


&lt;p&gt;Pour éviter de mettre à jour postfix à partir de &lt;em&gt;updates&lt;/em&gt; j'ai juste rajouté postfix* dans la liste des paquets exclus (&lt;a href=&quot;http://www.llaumgui.com/public/files/postfix-centos/CentOS-Base.repo&quot; hreflang=&quot;fr&quot;&gt;fichier .repo en annexe&lt;/a&gt;). Comme j'ai activé centosplus par défaut, j'ai aussi exclus le kernel de centosplus pour privilégier celui d'updates et ainsi éviter les problèmes.&lt;/p&gt;


&lt;h2&gt;Postfix-mysql&lt;/h2&gt;

&lt;p&gt;Ce qui est génial avec postfix-mysql, c'est qu'on construit ses requêtes ! On peu donc attaquer n'importe quel structure de base existante ou en faire une soit même. J'ai mis en annexe mes fichiers de conf' ainsi que la structure de ma base.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://postfix.traduc.org/index.php/MYSQL_README.html&quot; hreflang=&quot;fr&quot; title=&quot;Howto MySQL Postfix&quot;&gt;Page dans la doc francophone&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.llaumgui.com/public/files/postfix-centos/main.cf&quot; hreflang=&quot;fr&quot;&gt;Tutoriel sur lequel je me suis basé&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Dovecot&lt;/h2&gt;

&lt;p&gt;Maintenant que les mails sont sur le serveur, faudrait pouvoir les lire ! J'ai donc utilisé l'excellent Dovecot pour me faire un serveur &lt;a href=&quot;http://fr.wikipedia.org/wiki/IMAP&quot; hreflang=&quot;fr&quot; title=&quot;Internet Message Access Protocol&quot;&gt;IMAP&lt;/a&gt;.&lt;br /&gt;
Sa configuration est simple, je me suis basé sur &lt;a href=&quot;http://blog.beneth.fr/index.php?post/2007/04/08/Installer-Postfix-Maildrop-dovecot-avec-une-gestion-Mysql-pour-des-comptes-Mails-Virtuels&quot; hreflang=&quot;fr&quot; title=&quot;Installer Postfix + Maildrop, Comptes Virtuels avec gestion Mysql&quot;&gt;ce tutoriel&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Afin de pouvoir attaquer le serveur mail avec un client du type &lt;a href=&quot;http://www.mozilla-europe.org/fr/products/thunderbird/&quot; hreflang=&quot;fr&quot;&gt;ThunderBird&lt;/a&gt;, ne pas oublier d'ouvrir le port IMAP, le 143 (perso, je passe par le &lt;a href=&quot;http://fr.wikipedia.org/wiki/Tui&quot; hreflang=&quot;fr&quot; title=&quot;Text User Interface &quot;&gt;tui&lt;/a&gt; system-config-securitylevel-tui).&lt;/p&gt;


&lt;h2&gt;RoundCube&lt;/h2&gt;

&lt;p&gt;Excellent et très prometteur projet encore au stade de la O.1 RC1 et disponible dans le &lt;a href=&quot;http://fedoraproject.org/wiki/EPEL&quot; hreflang=&quot;en&quot;&gt;dépot EPEL&lt;/a&gt;. Ça configuration passe comme une lettre à la poste !&lt;/p&gt;


&lt;h2&gt;Spamassassin&lt;/h2&gt;

&lt;p&gt;Pour installer spamassassin rien de tel qu'un petit &lt;code&gt;yum install spamassassin&lt;/code&gt; (installation), suivi d'un &lt;code&gt;service spamassassin start&lt;/code&gt;  (démarrage du service) ainsi que d'un &lt;code&gt;chkconfig spamassassin on&lt;/code&gt; (lancer au démarrage) et surtout &lt;a href=&quot;http://wiki.apache.org/spamassassin/IntegratedSpamdInPostfix?highlight=%28postfix%29&quot; hreflang=&quot;en&quot; title=&quot;Integrating SpamAssassin into Postfix using spamd&quot;&gt;une lecture de la doc&lt;/a&gt;.&lt;/p&gt;


&lt;h2&gt;Script de création de comptes mail&lt;/h2&gt;

&lt;p&gt;Histoire de créer facilement des comptes mails, je me suis fait 3 petits scripts tout simples que je vous livre en tant que démo.&lt;/p&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;ins&gt;Remarque&lt;/ins&gt; :&lt;/strong&gt; Ces script sont appelés en root et j'ai un fichier /root/.my.cf contenant le mot de passe MySQL du root, ce mot de pase ne m'est donc plus demandé.&lt;/em&gt;&lt;/p&gt;</description>
    
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/main.cf"
      length="1343" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/CentOS-Base.repo"
      length="2423" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mysql_transport"
      length="125" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mysql_virtual"
      length="117" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mysql_virtual_mailbox"
      length="134" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mysql_virtual_uid"
      length="114" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mysql_virtual_gid"
      length="115" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mailadd_mailbox"
      length="1816" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mailadd_redirect"
      length="1670" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/maildel_redirect"
      length="1629" type="text/plain" />
          <enclosure url="http://www.llaumgui.com/public/files/postfix-centos/mail_server.sql"
      length="2012" type="text/plain" />
    
    
          <comments>http://www.llaumgui.com/post/Serveur-mail-postfix-/-postfix-mysql-/-Dovecot-/-RoundCube-/-spamassassin-sous-CentOS-5#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Serveur-mail-postfix-/-postfix-mysql-/-Dovecot-/-RoundCube-/-spamassassin-sous-CentOS-5#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/335</wfw:commentRss>
      </item>
    
</channel>
</rss>