<?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 - yum</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:18:27 +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>Un serveur Bittorrent en 5 minutes sur Fedora et/ou CentOS</title>
    <link>http://www.llaumgui.com/post/Un-serveur-Bittorrent-en-5-minutes-sur-Fedora-ou-CentOS</link>
    <guid isPermaLink="false">urn:md5:11e7b261b044859b0cfde6f27424003d</guid>
    <pubDate>Tue, 11 Mar 2008 10:39:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bittorrent</category><category>Borsalino</category><category>CentOS</category><category>Fedora</category><category>Remi</category><category>yum</category>    
    <description>&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/post/Bittorrent-sur-Borsalino&quot; hreflang=&quot;fr&quot; title=&quot;Bittorrent sur Borsalino&quot;&gt;Il y a 1 an&lt;/a&gt;, &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=17228&quot; hreflang=&quot;fr&quot; title=&quot;Live CD en français !&quot;&gt;lors de la sortie du live CD Fedora Core 6 francisé&lt;/a&gt; par &lt;a href=&quot;http://odysseus.x-tnd.be/blog&quot; hreflang=&quot;fr&quot; title=&quot;The trashiest blog in the World...&quot;&gt;trasher&lt;/a&gt;, j'avais mis en place un serveur &lt;a href=&quot;http://fr.wikipedia.org/wiki/BitTorrent&quot; hreflang=&quot;fr&quot;&gt;Bittorrent&lt;/a&gt; sur &lt;a href=&quot;http://www.llaumgui.com/tag/Borsalino&quot;&gt;Borsalino&lt;/a&gt;. 1 an plus tard, trasher récidive avec le &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?pid=246570#p246570&quot; hreflang=&quot;fr&quot; title=&quot;Live CD français Fedora 8 !&quot;&gt;live CD de Fedora 8 francisé&lt;/a&gt;. Afin de partager cet ISO et &lt;a href=&quot;http://www.llaumgui.com/post/fedora-fr-%3A-Incidents-du-Week-end&quot; hreflang=&quot;fr&quot; title=&quot;fedora-fr : Incidents du Week-end&quot;&gt;suite au crash du serveur&lt;/a&gt;, j'ai du réinstaller le service Bittorrent...&lt;/p&gt;


&lt;p&gt;Heureusement, le paquet Bittorrent a su évoluer au fil des versions de &lt;a href=&quot;http://fedoraproject.org/&quot; hreflang=&quot;fr&quot; title=&quot;Le projet Fedora&quot;&gt;Fedora&lt;/a&gt; et il est maintenant très simple d'installer et configurer un serveur Bitto.&lt;/p&gt;    &lt;code class=&quot;bash&quot;&gt;yum &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; bittorrent&lt;/code&gt;


&lt;p&gt;Ensuite on place l'ISO et le torrent dans le répertoire &lt;em&gt;/srv/bittorrent/data/&lt;/em&gt;, comme je voulais un compte &lt;a href=&quot;http://fr.wikipedia.org/wiki/Ftp&quot; hreflang=&quot;fr&quot;&gt;ftp&lt;/a&gt; associé à mon répertoire bittorrent, et que je ne voulais pas encombrer la racine, j'ai déplacé ce répertoire :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;cd&lt;/span&gt; /srv/ ; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mv&lt;/span&gt; bittorrent /home/ ; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ln&lt;/span&gt; -s /home/bittorrent ./&lt;/code&gt;


&lt;p&gt;Ensuite on lance le service de tracker et celui de seeder  (partage) :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;/etc/init.d/btseed start ; /etc/init.d/bttrack start&lt;/code&gt;


&lt;p&gt;Pour finir une petite configuration du firewall (system-config-securitylevel-tui) pour ouvrir le 6969 (tracker) et le 6881 (seed).&lt;/p&gt;


&lt;p&gt;Voila donc Borsalinio équipé d'un &lt;a href=&quot;http://www.fedora-fr.org:6969&quot; hreflang=&quot;fr&quot;&gt;tracker Bittorrent&lt;/a&gt; qui se lance au démarrage de la machine :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;chkconfig btseed on ; chkconfig bttrack on&lt;/code&gt;


&lt;p&gt;Pour affiner la configuration, vous pouvez éditer le fichier /etc/sysconfig/bittorrent. Dans mon cas, j'ai rajouté les paramètres &lt;code&gt;favicon&lt;/code&gt; ainsi qu'&lt;code&gt;allow_get&lt;/code&gt; pour rendre le nom du Torrent clicable.&lt;/p&gt;



&lt;h3&gt;Cas de CentOS&lt;/h3&gt;

&lt;p&gt;Afin d'aider Borsalino dans son effort de partage, j'ai équipé &lt;a href=&quot;http://www.llaumgui.com/tag/spb-box&quot; hreflang=&quot;fr&quot;&gt;mon serveur&lt;/a&gt; de Bittorrent. Le problème est que Bittorent n'est pas disponible dans les dépôts officiels. Il existe 2 paquets pour CentOS, l'un disponible sur la &lt;a href=&quot;http://rpmforge.net/&quot; hreflang=&quot;fr&quot; title=&quot;RPMforge&quot;&gt;forge&lt;/a&gt; et qui contient le strict minimum et l'autre disponible chez &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 lui est complet... Donc évidement :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;yum --&lt;span style=&quot;color: #007800;&quot;&gt;enablerepo=&lt;/span&gt;remi &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; bittorrent.&lt;/code&gt;


&lt;p&gt;&lt;em&gt;PS : Dans mon cas, remi est activé par défaut, j'ai donc juste rajouté &amp;quot;bittorrent&amp;quot; à la directive &lt;code&gt;includepkgs&lt;/code&gt; de mon fichier /etc/yum.repo/remi.repo. Ce qui donne :&lt;/em&gt;&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;remi&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;name=&lt;/span&gt;Les RPM de remi pour Enterprise Linux &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; - &lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;baseurl=&lt;/span&gt;http://rpms.famillecollet.com/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&amp;nbsp; &amp;nbsp; http://remi.collet.&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;free&lt;/span&gt;.fr/rpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&amp;nbsp; &amp;nbsp; http://iut-info.univ-reims.fr/remirpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgcheck=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgkey=&lt;/span&gt;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;failovermethod=&lt;/span&gt;priority&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;includepkgs=&lt;/span&gt;php* remi-release sqlite2 bittorrent&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;remi-&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;name=&lt;/span&gt;Les RPM de remi en &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;test&lt;/span&gt; pour Enterprise Linux &lt;span style=&quot;color: #007800;&quot;&gt;$releasever&lt;/span&gt; - &lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;baseurl=&lt;/span&gt;http://rpms.famillecollet.com/test-el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgcheck=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgkey=&lt;/span&gt;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi&lt;/code&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Un-serveur-Bittorrent-en-5-minutes-sur-Fedora-ou-CentOS#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Un-serveur-Bittorrent-en-5-minutes-sur-Fedora-ou-CentOS#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/400</wfw:commentRss>
      </item>
    
  <item>
    <title>yum et includepkgs : l'arme ultime ?</title>
    <link>http://www.llaumgui.com/post/yum-et-includepkgs-%3A-larme-ultime</link>
    <guid isPermaLink="false">urn:md5:2ab92f9975f2ab29695f87d2bdb58912</guid>
    <pubDate>Tue, 18 Dec 2007 23:41:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>CentOS</category><category>Remi</category><category>yum</category>    
    <description>&lt;p&gt;J'en parlais dans &lt;a href=&quot;http://www.llaumgui.com/post/eZ-Publish-4-php-52-CentOS-5-Remi-et-la-spb-box&quot; hreflang=&quot;fr&quot; title=&quot;eZ Publish 4, php 5.2, CentOS 5, Remi et la spb-box&quot;&gt;ce billet&lt;/a&gt; à propos de mon serveur &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.1 :&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;A force de mettre des clauses &lt;code&gt;exclude&lt;/code&gt; dans mes fichiers repo, j'en fini par croire qu'il faudrait inventer un clause &lt;em&gt;include&lt;/em&gt;...&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;C'est dans &lt;a href=&quot;http://wiki.centos.org/&quot; hreflang=&quot;en&quot; title=&quot;The official CentOS Wiki&quot;&gt;la documentation de CentOS&lt;/a&gt; que j'ai trouvé mon bonheur : la clause &lt;em&gt;includepkgs&lt;/em&gt;.&lt;/p&gt;    &lt;p&gt;Exemple par la pratique, sur ma CentOS 5.1.&lt;br /&gt;
Pour ne prendre que php et ses dépendances chez l'ami &lt;a href=&quot;http://remi.collet.free.fr/&quot; hreflang=&quot;fr&quot;&gt;Remi&lt;/a&gt; :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;remi&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;name=&lt;/span&gt;Les RPM de remi pour Enterprise Linux &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; - &lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;baseurl=&lt;/span&gt;http://remi.collet.&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;free&lt;/span&gt;.fr/rpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&amp;nbsp; &amp;nbsp; http://iut-info.univ-reims.fr/remirpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgcheck=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgkey=&lt;/span&gt;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;includepkgs=&lt;/span&gt;php* remi-release sqlite2&lt;/code&gt;


&lt;p&gt;Du coup j'ai même pu activer &lt;a href=&quot;http://atrpms.net/&quot; hreflang=&quot;en&quot; title=&quot;An rpm package repository&quot;&gt;ATrpms&lt;/a&gt; et &lt;a href=&quot;http://rpmforge.net/&quot; hreflang=&quot;en&quot; title=&quot;The 2nd party RPM repository&quot;&gt;rpmforge&lt;/a&gt; (Faut quand même faire gaffe à pas trop faire de yum install massifs...)&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;atrpms&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;name=&lt;/span&gt;Red Hat Enterprise Linux &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; - i386 - ATrpms&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;baseurl=&lt;/span&gt;http://dl.atrpms.net/el5-i386/atrpms/stable&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;failovermethod=&lt;/span&gt;priority&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;includepkgs=&lt;/span&gt;atrpms-package-config fail2ban shorewall&lt;/code&gt;

&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;rpmforge&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
name = Red Hat Enterprise &lt;span style=&quot;color: #007800;&quot;&gt;$releasever&lt;/span&gt; - RPMforge.net - dag&lt;br /&gt;
mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;protect=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgkey=&lt;/span&gt;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgcheck=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;includepkgs=&lt;/span&gt;adns apachetop htop rpmforge-release trac&lt;/code&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/yum-et-includepkgs-%3A-larme-ultime#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/yum-et-includepkgs-%3A-larme-ultime#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/385</wfw:commentRss>
      </item>
    
  <item>
    <title>eZ Publish 4, php 5.2, CentOS 5, Remi et la spb-box</title>
    <link>http://www.llaumgui.com/post/eZ-Publish-4-php-52-CentOS-5-Remi-et-la-spb-box</link>
    <guid isPermaLink="false">urn:md5:146b1a12290e0b1ac89daa9df7861ed4</guid>
    <pubDate>Sat, 06 Oct 2007 10:31:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>CentOS</category><category>eZ Components</category><category>eZ Publish</category><category>eZ Publish 4.0</category><category>php</category><category>php5</category><category>Remi</category><category>spb-box</category><category>yum</category>    
    <description>&lt;p&gt;Que du beau monde dans un seul billet...&lt;/p&gt;


&lt;p&gt;A la lecture du &lt;a href=&quot;http://www.llaumgui.com/post/eZ-publish-40-alpha-1-support-du-php5#c4642&quot; hreflang=&quot;fr&quot;&gt;très instructif commentaire de Paul Borgermans&lt;/a&gt; laissé à la suite de &lt;a href=&quot;http://www.llaumgui.com/post/eZ-publish-40-alpha-1-support-du-php5&quot; hreflang=&quot;fr&quot; title=&quot;eZ publish 4.0 alpha 1, support du php5&quot;&gt;mon billet&lt;/a&gt; sur la première alpha d'&lt;a href=&quot;http://ez.no/ezpublish&quot;&gt;eZ Publish&lt;/a&gt; 4.0; et l'annonce qu'eZ 4.0 ainsi qu'&lt;a href=&quot;http://ez.no/ezcomponents&quot; hreflang=&quot;en&quot; title=&quot;Open source content management framework&quot;&gt;eZ Components&lt;/a&gt; iraient plus vers un compatibilité php 5.2 que 5.1 : j'ai décidé de mettre à jour la version de php de la &lt;a href=&quot;http://www.llaumgui.com/tag/spb-box&quot; hreflang=&quot;fr&quot;&gt;spb-box&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Pour cela, j'ai fait confiance à l'&lt;a href=&quot;http://remi.collet.free.fr/&quot; hreflang=&quot;fr&quot; title=&quot;Les RPMs de Remi&quot;&gt;ami Remi&lt;/a&gt; (Attention prononcer Remi et surtout pas Rémi) et à &lt;a href=&quot;http://remi.collet.free.fr/index.php?2005/10/02/15-presentation-du-site&quot; hreflang=&quot;fr&quot;&gt;son dépôt&lt;/a&gt;. Pour ceux qui ne connaisse pas Remi, surnommé dans le milieu &amp;quot;&lt;em&gt;Serial Builder&lt;/em&gt;&amp;quot;, il propose les dernières versions php/MySQL pour Fedora mais aussi pour les RHEL 4 &amp;amp; 5.&lt;/p&gt;    &lt;p&gt;Une petite ligne de commande :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;root@spb-box ~&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/el5.i386/remi-release&lt;span style=&quot;color: #000000;&quot;&gt;-5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.el5.remi.noarch.rpm \&lt;br /&gt;
rpm -Uvh remi-release&lt;span style=&quot;color: #000000;&quot;&gt;-5&lt;/span&gt;*.rpm \&lt;br /&gt;
yum --&lt;span style=&quot;color: #007800;&quot;&gt;enablerepo=&lt;/span&gt;remi update php&lt;/code&gt;


&lt;p&gt;Et me voila en php 5.&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@spb-box ~&amp;gt; rpm -qa php&lt;br /&gt;
php&lt;span style=&quot;color: #000000;&quot;&gt;-5.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.el5.remi&lt;/code&gt;


&lt;p&gt;Tenant à activer le dépôt de Remi par défaut  (il est très réactif au niveau des mises à jour) mais ne tenant pas à mettre à jour mon serveur MySQL, j'ai configuré le dépôt de la sorte.&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;remi&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;name=&lt;/span&gt;Les RPM de remi pour Enterprise Linux &lt;span style=&quot;color: #000000;&quot;&gt;5&lt;/span&gt; - &lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;baseurl=&lt;/span&gt;http://remi.collet.&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;free&lt;/span&gt;.fr/rpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&amp;nbsp; &amp;nbsp; http://iut-info.univ-reims.fr/remirpms/el5.&lt;span style=&quot;color: #007800;&quot;&gt;$basearch&lt;/span&gt;/&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;enabled=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgcheck=&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;1&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;gpgkey=&lt;/span&gt;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-remi&lt;br /&gt;
&lt;span style=&quot;color: #007800;&quot;&gt;exclude=&lt;/span&gt;mysql mysql-server mysql-libs&lt;/code&gt;


&lt;p&gt;A force de mettre des clauses &lt;code&gt;exclude&lt;/code&gt; dans mes fichiers repo, j'en fini par croire qu'il faudrait inventer un clause &lt;em&gt;include&lt;/em&gt;...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/eZ-Publish-4-php-52-CentOS-5-Remi-et-la-spb-box#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/eZ-Publish-4-php-52-CentOS-5-Remi-et-la-spb-box#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/368</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>
    
  <item>
    <title>Mise à jour vers Moonshine via yum</title>
    <link>http://www.llaumgui.com/post/Mise-a-jour-vers-Moonshine-via-yum</link>
    <guid isPermaLink="false">urn:md5:c7979fbada117d07dda1a08365a447a0</guid>
    <pubDate>Mon, 04 Jun 2007 20:24:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora</category><category>Fedora 7</category><category>Fedora Core 6</category><category>yum</category><category>yum-utils</category>    
    <description>&lt;p&gt;Alors que pour &lt;a href=&quot;http://www.llaumgui.com/post/Portable-Fedora-7-powered-et-de-1&quot; hreflang=&quot;fr&quot; title=&quot;Portable Fedora 7 powered, et de 1 !&quot;&gt;mes 2 machines personnelles&lt;/a&gt;, j'ai fait une installation propre de Fedora 7 Test 4 (6.93) puis une update vers la version finale; pour &lt;a href=&quot;http://www.llaumgui.com/post/Fedora-Core-6-au-travail&quot; hreflang=&quot;fr&quot; title=&quot;Fedora Core 6 au travail&quot;&gt;la Fedora Core 6 de mon boulot&lt;/a&gt;, je n'avais pas le temps de faire aussi propre, ni même de faire la procédure officiellement supportée : celle à partir du DVD.&lt;br /&gt;
J'ai donc utilisé la méthode non-officielle via &lt;a href=&quot;http://doc.fedora-fr.org/YUM_:_Configuration_du_gestionnaire_de_paquets&quot; hreflang=&quot;fr&quot; title=&quot;YUM : Configuration du gestionnaire de paquets&quot;&gt;yum&lt;/a&gt; et qui marche parfaitement.&lt;/p&gt;


&lt;p&gt;Quelques remarques :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;La méthode la plus propre passe par le &lt;a href=&quot;http://fr.wikipedia.org/wiki/Run_level&quot; hreflang=&quot;fr&quot; title=&quot;Run leve&quot;&gt;telinit&lt;/a&gt; 3, j'avais pas le temps, je l'ai fait directement via un terminal (gnome-terminal).&lt;/li&gt;
&lt;li&gt;J'ai téléchargé les RPMs dans un premier temps sans les installer. Pour ça il faut utiliser le plugin yum-downloadonly (&lt;code&gt;yum install yum-downloadonly&lt;/code&gt;).&lt;br /&gt;Ensuite entre midi et 2 j'ai lancé l'upgrade.&lt;/li&gt;
&lt;li&gt;Normalement, on passe dans un premier temps par un &lt;code&gt;yum update yum&lt;/code&gt; mais comme j'ai continué à travailler pendant le téléchargement des mises à jour, je ne pouvais pas me risquer à rendre mon système instable (dépendance python de yum).&lt;/li&gt;
&lt;/ul&gt;    &lt;h2&gt;1 Mise à jour des fichiers release&lt;/h2&gt;

&lt;p&gt;On va télécharger les releases de Fedora et livna (pilote nvidia). C'est ça qui va nous faire pointer l'upgrade vers les dépôts de F7 et non plus de FC6 :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/releases/&lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt;/Fedora/i386/os/Fedora/fedora-release-notes&lt;span style=&quot;color: #000000;&quot;&gt;-7.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.noarch.rpm&lt;br /&gt;
rpm -Uvh http://download.fedora.redhat.com/pub/fedora/linux/releases/&lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt;/Fedora/i386/os/Fedora/fedora-release&lt;span style=&quot;color: #000000;&quot;&gt;-7&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.noarch.rpm&lt;br /&gt;
rpm -uvh http://rpm.livna.org/livna-release&lt;span style=&quot;color: #000000;&quot;&gt;-7&lt;/span&gt;.rpm&lt;/code&gt;


&lt;p&gt;A ce stade :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@guillaume ~&amp;gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cat&lt;/span&gt; /etc/fedora-release &lt;br /&gt;
Fedora release &lt;span style=&quot;color: #000000;&quot;&gt;7&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;Moonshine&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;&lt;em&gt;&lt;strong&gt;Remarque :&lt;/strong&gt; Si vous venez de la &lt;a href=&quot;http://doc.fedora-fr.org/Rawhide&quot; hreflang=&quot;fr&quot;&gt;Rawhide&lt;/a&gt; (Fedora Core 6.9x a.k.a Fedora 7 Test X), c'est la seule étape à faire pour passer de la version de test vers la version finale.&lt;/em&gt;&lt;/p&gt;


&lt;h2&gt;2 Téléchargement des paquets :&lt;/h2&gt;

&lt;p&gt;Comme vu en remarque, on fait la mise à jour en 2 temps : téléchargement puis installation :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;yum --downloadonly upgrade&lt;/code&gt;


&lt;h2&gt;3 On lance la mise à jour :&lt;/h2&gt;
&lt;code class=&quot;bash&quot;&gt;yum upgrade&lt;/code&gt;


&lt;h2&gt;4 Nettoyage final&lt;/h2&gt;


&lt;p&gt;Pour ça on utilise package-cleanup du paquet yum-utils (&lt;code&gt;yum install yum-utils&lt;/code&gt;) :&lt;/p&gt;

&lt;code class=&quot;bash&quot;&gt;root@guillaume ~&amp;gt; package-cleanup --problems&lt;br /&gt;
Setting up yum&lt;br /&gt;
Reading &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;local&lt;/span&gt; RPM database&lt;br /&gt;
Processing all &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;local&lt;/span&gt; requires&lt;br /&gt;
Missing dependencies:&lt;br /&gt;
Package epiphany-extensions requires firefox = &lt;span style=&quot;color: #000000;&quot;&gt;2.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;br /&gt;
root@guillaume ~&amp;gt; package-cleanup --cleandupes&lt;br /&gt;
Setting up yum&lt;br /&gt;
I will remove the following old duplicate packages:&lt;br /&gt;
Is this ok &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;y/N&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;: y&lt;br /&gt;
root@guillaume ~&amp;gt; package-cleanup --orphans&lt;br /&gt;
Setting up yum&lt;br /&gt;
msttcorefonts&lt;span style=&quot;color: #000000;&quot;&gt;-2.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.noarch&lt;br /&gt;
xchat&lt;span style=&quot;color: #000000;&quot;&gt;-2.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.remi.i386&lt;/code&gt;


&lt;p&gt;Voila, me voici également sous Fedora 7 au travail, ça me permet d'avoir un homogénéité de mon bureau (&lt;a&gt;&lt;/a&gt;/Bureau), la dernière version de &lt;a href=&quot;http://www.gnome.org/&quot; hreflang=&quot;en&quot; title=&quot;The Free Software Desktop Project&quot;&gt;Gnome&lt;/a&gt; mais aussi &lt;a href=&quot;http://filezilla.sourceforge.net/&quot; hreflang=&quot;en&quot; title=&quot;FileZilla is a fast and reliable FTP client and server with lots of useful features and an intuitive interface.&quot;&gt;Filezilla&lt;/a&gt; qui semble mieux tourner sous F7 que sous FC6...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Mise-a-jour-vers-Moonshine-via-yum#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Mise-a-jour-vers-Moonshine-via-yum#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/212</wfw:commentRss>
      </item>
    
  <item>
    <title>yum et le plugin yum-skip-broken</title>
    <link>http://www.llaumgui.com/post/yum-et-le-plugin-yum-skip-broken</link>
    <guid isPermaLink="false">urn:md5:c6164845ead8f44e540d59774f3aba4d</guid>
    <pubDate>Wed, 28 Feb 2007 14:00:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>apt-get</category><category>yum</category><category>yum-skip-broken</category>    
    <description>&lt;p&gt;De plus en plus &lt;a href=&quot;http://doc.fedora-fr.org/YUM_:_Configuration_du_gestionnaire_de_paquets&quot; hreflang=&quot;fr&quot; title=&quot;yum : Configuration du gestionnaire de paquets&quot;&gt;yum&lt;/a&gt; subit les critiques :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;On lui reproche d'être trop lent : à cela il y a &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?pid=138238#p138238&quot; hreflang=&quot;fr&quot; title=&quot;Pourquoi yum est-il aussi lent ?&quot;&gt;une explication&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nicofo.tuxfamily.org/dotclear/index.php/2007/02/25/26-smart-une-alternative-a-yumex&quot; hreflang=&quot;fr&quot; title=&quot;Smart une alternative à  yumex&quot;&gt;On lui trouve des remplaçants&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Certains même regrettent le temps de FC3 où &lt;a href=&quot;http://pwet.fr/man/linux/administration_systeme/apt_get&quot; hreflang=&quot;fr&quot; title=&quot;man apt-get : Utilitaire d'APT pour la manipulation de paquets -- interface en ligne de commande&quot;&gt;apt-get&lt;/a&gt; régnait en maître sur la gestion des RPMs.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Je suis pas d'accord avec cette vision, je pense que yum et l'un des gestionnaires de paquet les plus puissants. Il gère le multi-architecture (x86 sur du x86-64), ce qu'apt-get ne fait pas encore. Mais surtout, les fonctionnalités qui lui manquent peuvent être rajoutées via des &lt;a href=&quot;http://doc.fedora-fr.org/YUM_:_Les_plugins&quot; hreflang=&quot;fr&quot; title=&quot;Plugins pour yum&quot;&gt;plugins&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Et c'est justement de plugin que je vais parler dans ce billet, le plugin &lt;a href=&quot;http://doc.fedora-fr.org/YUM_:_Les_plugins#yum-skip-broken&quot; hreflang=&quot;fr&quot; title=&quot;Plugin yum-skip-broken&quot;&gt;yum-skip-broken&lt;/a&gt;.&lt;/p&gt;    &lt;p&gt;Prenons l'exemple d'une mise à jour via yum qui ne peut satisfaire toute les dépendances :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@enterprise ~&amp;gt; yum update&lt;br /&gt;
Setting up Update Process&lt;br /&gt;
Setting up repositories&lt;br /&gt;
Loading mirror speeds from cached hostfile&lt;br /&gt;
Reading repository metadata &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; from &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;local&lt;/span&gt; files&lt;br /&gt;
Resolving Dependencies&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; hdr &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; conduit.getRpmDB&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.getHdrList&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;:&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package crontabs.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package bind-utils.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nss-tools.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nspr.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-libegg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package yelp.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package vixie-cron.i386 &lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-68&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-gtkhtml2.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package epiphany.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package tzdata.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:2007c&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package audit-libs-python.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package audit-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-extras.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package xorg-x11-server-Xorg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-47.6&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Downloading header &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; firefox to pack into transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt;.&lt;br /&gt;
&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ftp&lt;/span&gt;://&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ftp&lt;/span&gt;.redhat.ikoula.com/fedora/updates/&lt;span style=&quot;color: #000000;&quot;&gt;6&lt;/span&gt;/i386/firefox&lt;span style=&quot;color: #000000;&quot;&gt;-1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.i386.rpm: &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;Errno &lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt; IOError: &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;Errno &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ftp&lt;/span&gt; error&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt; &lt;br /&gt;
Trying other mirror.&lt;br /&gt;
http://&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ftp&lt;/span&gt;.crihan.fr/mirrors/fedora.redhat.com/fedora/linux/core/updates/&lt;span style=&quot;color: #000000;&quot;&gt;6&lt;/span&gt;/i386/firefox&lt;span style=&quot;color: #000000;&quot;&gt;-1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.i386.rpm: &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;Errno &lt;span style=&quot;color: #000000;&quot;&gt;14&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt; HTTP Error &lt;span style=&quot;color: #000000;&quot;&gt;404&lt;/span&gt;: Date: Wed, &lt;span style=&quot;color: #000000;&quot;&gt;28&lt;/span&gt; Feb &lt;span style=&quot;color: #000000;&quot;&gt;2007&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;08&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;57&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;41&lt;/span&gt; GMT&lt;br /&gt;
Server: Apache/&lt;span style=&quot;color: #000000;&quot;&gt;2.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.55&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;Unix&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; DAV/&lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt; PHP/&lt;span style=&quot;color: #000000;&quot;&gt;4.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.8&lt;/span&gt;&lt;br /&gt;
Content-Length: &lt;span style=&quot;color: #000000;&quot;&gt;381&lt;/span&gt;&lt;br /&gt;
Content-Type: text/html; &lt;span style=&quot;color: #007800;&quot;&gt;charset=&lt;/span&gt;iso&lt;span style=&quot;color: #000000;&quot;&gt;-8859&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Trying other mirror.&lt;br /&gt;
firefox&lt;span style=&quot;color: #000000;&quot;&gt;-1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.i3 &lt;span style=&quot;color: #000000;&quot;&gt;100&lt;/span&gt;% |=========================| &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;90&lt;/span&gt; kB &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;00&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;00&lt;/span&gt; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
---&amp;gt; Package firefox.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nss.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package bind-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Finished Dependency Resolution&lt;br /&gt;
Error: Missing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; is needed by package liferea&lt;/code&gt;


&lt;p&gt;Deux solution s'offrent à nous :&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;La première étant de jouer avec le flag &lt;code&gt;--exclude&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;La seconde consistant à utiliser le plugin yum-skip-broken.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Installation du plugin :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@enterprise ~&amp;gt; yum &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; yum-skip-broken&lt;/code&gt;


&lt;p&gt;Mise à jour en utilisant le plugin :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@enterprise ~&amp;gt; yum update --skip-broken&lt;br /&gt;
Loading &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;skip-broken&amp;quot;&lt;/span&gt; plugin&lt;br /&gt;
Setting up Update Process&lt;br /&gt;
Setting up repositories&lt;br /&gt;
Loading mirror speeds from cached hostfile&lt;br /&gt;
Reading repository metadata &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; from &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;local&lt;/span&gt; files&lt;br /&gt;
Resolving Dependencies&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; hdr &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;in&lt;/span&gt; conduit.getRpmDB&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;.getHdrList&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;:&lt;br /&gt;
Checking packages &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; dependency problems&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package crontabs.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package bind-utils.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: bind-libs = &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: bind-utils&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package bind-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package nss-tools.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: nss = &lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: nss-tools&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package nss.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package nspr.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-libegg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-libegg&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-extras.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-8&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-gtkhtml2&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-gtkhtml2.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package yelp.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: yelp&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package firefox.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: epiphany&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package epiphany.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Finished Dependency Resolution&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package vixie-cron.i386 &lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-68&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-gtkhtml2.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-gtkhtml2&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-extras.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-8&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-libegg&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-libegg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package epiphany.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: epiphany&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package firefox.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: yelp&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package yelp.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Finished Dependency Resolution&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package tzdata.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:2007c&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package audit-libs-python.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: audit-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: audit-libs-python&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package audit-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package audit-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: audit-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: audit-libs-python&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package audit-libs-python.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-extras.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-8&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-gtkhtml2&lt;br /&gt;
--&amp;gt; Processing Dependency: gnome-python2-extras = &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-8&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: gnome-python2-libegg&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package gnome-python2-gtkhtml2.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-libegg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package xorg-x11-server-Xorg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-47.6&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package firefox.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: yelp&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Processing Dependency: gecko-libs = &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: epiphany&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package epiphany.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package yelp.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: liferea&lt;br /&gt;
--&amp;gt; Finished Dependency Resolution&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package nss.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: nss = &lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: nss-tools&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package nss-tools.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package bind-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
--&amp;gt; Processing Dependency: bind-libs = &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; package: bind-utils&lt;br /&gt;
--&amp;gt; Restarting Dependency Resolution with new changes.&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package bind-utils.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&gt;
yelp - &lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6.i386 failed dependency resolving &lt;br /&gt;
Missing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; is needed by package liferea &lt;br /&gt;
epiphany - &lt;span style=&quot;color: #000000;&quot;&gt;2.16&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6.i386 failed dependency resolving &lt;br /&gt;
Missing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; is needed by package liferea &lt;br /&gt;
firefox - &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6.i386 failed dependency resolving &lt;br /&gt;
Missing Dependency: firefox = &lt;span style=&quot;color: #000000;&quot;&gt;1.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.9&lt;/span&gt; is needed by package liferea &lt;br /&gt;
End Checking packages &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;for&lt;/span&gt; dependency problems&lt;br /&gt;
--&amp;gt; Populating transaction &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; with selected packages. Please &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;wait&lt;/span&gt;.&lt;br /&gt;
---&amp;gt; Package crontabs.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package bind-utils.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nss-tools.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nspr.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-libegg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package vixie-cron.i386 &lt;span style=&quot;color: #000000;&quot;&gt;4&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-68&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-gtkhtml2.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package tzdata.noarch &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:2007c&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package audit-libs-python.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package audit-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package gnome-python2-extras.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package xorg-x11-server-Xorg.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;1.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-47.6&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package nss.i386 &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
---&amp;gt; Package bind-libs.i386 &lt;span style=&quot;color: #000000;&quot;&gt;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;set&lt;/span&gt; to be updated&lt;br /&gt;
--&amp;gt; Running transaction check&lt;br /&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;audit-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;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;57&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;audit-libs-python &amp;nbsp; &amp;nbsp; &amp;nbsp; i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;1.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-2&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;73&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;bind-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;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;836&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;bind-utils &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;31&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;9.3&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.4&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-3&lt;/span&gt;.fc6 &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;162&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;crontabs &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.10&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-12&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;6.2&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;gnome-python2-extras &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;24&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;gnome-python2-gtkhtml2 &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;15&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;gnome-python2-libegg &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;2.14&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.2&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-9&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;53&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;nspr &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;4.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;118&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;nss &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;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;764&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;nss-tools &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;3.11&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.5&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-0.6&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.0&lt;/span&gt;.fc6 &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;1.8&lt;/span&gt; M&lt;br /&gt;
&amp;nbsp;tzdata &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;noarch &amp;nbsp; &amp;nbsp; 2007c&lt;span style=&quot;color: #000000;&quot;&gt;-1&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; &amp;nbsp;updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;753&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;vixie-cron &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;4&lt;/span&gt;:&lt;span style=&quot;color: #000000;&quot;&gt;4.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-68&lt;/span&gt;.fc6 &amp;nbsp; &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span style=&quot;color: #000000;&quot;&gt;91&lt;/span&gt; k&lt;br /&gt;
&amp;nbsp;xorg-x11-server-Xorg &amp;nbsp; &amp;nbsp;i386 &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;1.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt;&lt;span style=&quot;color: #000000;&quot;&gt;-47.6&lt;/span&gt;.fc6 &amp;nbsp; updates &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;color: #000000;&quot;&gt;3.2&lt;/span&gt; M&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;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;
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;7.9&lt;/span&gt; M&lt;br /&gt;
Is this ok &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt;y/N&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;:&lt;/code&gt;


&lt;p&gt;C'est pas plus dur que ça et cela évite d'utiliser -&lt;code&gt;-exclude&lt;/code&gt;, de faire un essai, de rajouter un autre paquet dans la liste des paquets exclus, refaire un essai, etc...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/yum-et-le-plugin-yum-skip-broken#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/yum-et-le-plugin-yum-skip-broken#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/160</wfw:commentRss>
      </item>
    
  <item>
    <title>Télécharger un stream MMS (Microsoft Media Services)</title>
    <link>http://www.llaumgui.com/post/Telecharger-un-stream-MMS-Microsoft-Media-Services</link>
    <guid isPermaLink="false">urn:md5:294454e94b0dfc54f95cd0eb413c4b28</guid>
    <pubDate>Sun, 03 Dec 2006 22:26:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora Core 6</category><category>Microsoft</category><category>MMS</category><category>stream</category><category>yum</category>    
    <description>    &lt;p&gt;Dans &lt;a hreflang=&quot;fr&quot; href=&quot;http://www.llaumgui.com/post/Le-site-de-lUMP-sous-eZ-publish&quot;&gt;mon précédent billet&lt;/a&gt;, j'émettais le souhait de trouver une vidéo dont la seul source que j'avais à disposition était un flux de &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Streaming&quot;&gt;streaming&lt;/a&gt; &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Microsoft_Media_Services&quot;&gt;mms&lt;/a&gt;.&lt;br /&gt;Un tel stream est bien sympa, mais ne permet pas l'avance rapide ni le retour en arrière, et dans le cas d'une émission de près de 3 heures c'est très moyen...&lt;/p&gt;
&lt;p&gt;Le protocole mms ne permet pas de télécharger des vidéos avec &lt;a hreflang=&quot;fr&quot; href=&quot;http://pwet.fr/man/linux/commandes/wget&quot;&gt;la commande wget&lt;/a&gt;. Pour télécharger ces  streams, il faut passer par l'utilitaire &lt;a hreflang=&quot;en&quot; href=&quot;http://nbenoit.tuxfamily.org/projects.php?rq=mmsrip&quot;&gt;MMS Ripper&lt;/a&gt; disponible chez &lt;a hreflang=&quot;en&quot; href=&quot;http://freshrpms.net/&quot;&gt;freshrpms&lt;/a&gt; (&lt;a hreflang=&quot;fr&quot; href=&quot;http://doc.fedora-fr.org/D%C3%A9p%C3%B4t_freshrpms&quot;&gt;configuration&lt;/a&gt;) :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;yum --&lt;span style=&quot;color: #007800;&quot;&gt;enablerepo=&lt;/span&gt;freshrpms &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; mmsrip&lt;/code&gt;
&lt;p&gt;Ou directement &lt;a hreflang=&quot;en&quot; href=&quot;http://zod.freshrpms.net/rpm.html?id=316&quot;&gt;ici&lt;/a&gt; (version Fedora Core 6).&lt;/p&gt;
&lt;p&gt;Ensuite :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;mmsrip mms://mon_flux&lt;/code&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Telecharger-un-stream-MMS-Microsoft-Media-Services#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Telecharger-un-stream-MMS-Microsoft-Media-Services#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/120</wfw:commentRss>
      </item>
    
  <item>
    <title>Protéger les accès SSH avec fail2ban</title>
    <link>http://www.llaumgui.com/post/Proteger-les-acces-SSH-avec-fail2ban</link>
    <guid isPermaLink="false">urn:md5:9fa4010e8f7693e36750c46a939c56e1</guid>
    <pubDate>Mon, 13 Nov 2006 19:45:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>apache</category><category>Borsalino</category><category>fail2ban</category><category>Fedora</category><category>serveur</category><category>SSH</category><category>sécurité</category><category>yum</category>    
    <description>&lt;p&gt;Après &lt;a href=&quot;http://www.llaumgui.com/post/Premiere-attaque-sur-Borsalino&quot; hreflang=&quot;fr&quot;&gt;l'attaque de ce week-end&lt;/a&gt; et après une lecture des logs d'accès ssh, je me suis décidé à mettre en place une gestion automatique des bannissements d'IPs.&lt;/p&gt;


&lt;p&gt;L'idée est simple : bannir les IPs qui tentent de passer le compte root en &amp;quot;&lt;a href=&quot;http://fr.wikipedia.org/wiki/Attaque_par_force_brute&quot; hreflang=&quot;fr&quot;&gt;Brut de force&lt;/a&gt;&amp;quot;.&lt;br /&gt;
Il est évident que l'accès root n'est pas autorisé en ssh (&lt;em&gt;PermitRootLogin no&lt;/em&gt;) tout comme les mots de passe (&lt;em&gt;PasswordAuthentication no&lt;/em&gt;), et que de telles attaques ne peuvent pas aboutir, mais c'est pour le principe ;-).&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/secure&lt;span style=&quot;color: #000000;&quot;&gt;.1&lt;/span&gt; | &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;Failed password for root&amp;quot;&lt;/span&gt; --count&lt;br /&gt;
&lt;span style=&quot;color: #000000;&quot;&gt;1812&lt;/span&gt;&lt;/code&gt;


&lt;p&gt;Sur les conseils de &lt;a href=&quot;http://blog.titax.fr/&quot; hreflang=&quot;fr&quot;&gt;Titax&lt;/a&gt;, je me suis penché sur &lt;a href=&quot;http://fail2ban.sourceforge.net&quot; hreflang=&quot;fr&quot;&gt;fail2ban&lt;/a&gt;, mais à la différence de &lt;a href=&quot;http://blog.titax.fr/post/fedora-core-4-et-fail2ban.html&quot; hreflang=&quot;fr&quot;&gt;la méthode proposée par Thierry&lt;/a&gt;, j'ai préféré utiliser le dépôts &lt;a href=&quot;http://doc.fedora-fr.org/D%C3%A9p%C3%B4t_dries&quot; hreflang=&quot;fr&quot;&gt;dries&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Si vous ne l'avais pas installé, vous en trouverez la config &lt;a href=&quot;http://www.fedoratracker.org/tracker.py?mode=listRepoConfig&amp;amp;repo_id=9&amp;amp;repo_version=5&quot; hreflang=&quot;fr&quot;&gt;ici&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Pour installer fail2ban :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; yum --&lt;span style=&quot;color: #007800;&quot;&gt;enablerepo=&lt;/span&gt;dries &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; fail2ban&lt;/code&gt;


&lt;p&gt;Une fois le service installé, il faut le configurer, ça ce passe dans /etc/fail2ban.conf, le fichier et très bien documenté vous pourrez y régler le nombre de tentative, la durée du bannissement, les services concernés (ssh mais possibilité de le mettre en place pour apache), et l'envoi de mail lors d'un bannissement.&lt;/p&gt;


&lt;p&gt;Ensuite, pour activer le service :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;root@borsalino ~&amp;gt; /sbin/chkconfig --add fail2ban&lt;br /&gt;
root@borsalino ~&amp;gt; /sbin/service fail2ban start&lt;/code&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Proteger-les-acces-SSH-avec-fail2ban#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Proteger-les-acces-SSH-avec-fail2ban#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/113</wfw:commentRss>
      </item>
    
  <item>
    <title>Directive installonlypkgs et mise à jour du kernel et de ses kernel-modules</title>
    <link>http://www.llaumgui.com/post/directive-installonlypkgs-et-mise-a-jour-du-kernel-et-des-kernel-modules</link>
    <guid isPermaLink="false">urn:md5:9b1f463bdb39ae0f198ac7b4e756a56e</guid>
    <pubDate>Wed, 03 May 2006 23:42:00 +0000</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>Fedora</category><category>Fedora Core 5</category><category>fedora-fr</category><category>kernel</category><category>kmod</category><category>yum</category>    
    <description>&lt;p&gt;Aujourd'hui vient de sortir un nouveau &lt;a href=&quot;http://www.kernel.org/&quot; hreflang=&quot;en&quot;&gt;kernel&lt;/a&gt; (2.6.16-1.2107_FC5) pour &lt;a href=&quot;http://fedora.redhat.com/&quot; hreflang=&quot;en&quot;&gt;Fedora Core&lt;/a&gt; 5. Les kernel-modules (kmod) de &lt;a href=&quot;http://rpm.livna.org/&quot; hreflang=&quot;en&quot;&gt;Livna&lt;/a&gt; sont d'ors et déjà disponible mais pas ceux de chez &lt;a href=&quot;http://www.atrpms.net/&quot; hreflang=&quot;en&quot;&gt;ATrpms&lt;/a&gt; (lirc-kmdl dans mon cas).&lt;br /&gt;
&lt;strong&gt;Cas pratique :&lt;/strong&gt; si l'on met à jour sont kernel via yum, ce n'est pas une réelle mise à jour (&lt;em&gt;rpm -Uvh&lt;/em&gt;) mais une installation du nouveau kernel (&lt;em&gt;rpm -ivh&lt;/em&gt;) et ce afin de pouvoir booter sur plusieurs kernel via &lt;a href=&quot;http://www.gnu.org/software/grub/&quot; hreflang=&quot;en&quot;&gt;GRUB&lt;/a&gt;. Cela n'est valable que pour le kernel et malheureusement pas pour les kmods qui eux sont réellement mis à jour. On se retrouve alors avec 2 kernels et une liste de kmods incomplète pour chacun d'eux.&lt;/p&gt;    &lt;p&gt;Après avoir évoqué ce problème sur &lt;a href=&quot;http://forums.fedora-fr.org/viewtopic.php?id=11678&quot; hreflang=&quot;fr&quot;&gt;les forums de Fedora-Fr&lt;/a&gt;, &lt;a href=&quot;http://remi.collet.free.fr/&quot; hreflang=&quot;fr&quot;&gt;Remi&lt;/a&gt; a apporté une solution : la directive installonlypkgs de /etc/yum.conf, pour ma config :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;installonlypkgs = kernel, kernel-smp, kmod-nvidia, kmod-fglrx, kmod-ntfs, lirc-kmdl&lt;/code&gt;
&lt;p&gt;Je me retrouve donc à booter sur mon ancien kernel avec tous ses kmods mais en ayant déjà le future de prêt n'attendant que le kmod lirc-kmdl&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/directive-installonlypkgs-et-mise-a-jour-du-kernel-et-des-kernel-modules#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/directive-installonlypkgs-et-mise-a-jour-du-kernel-et-des-kernel-modules#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/74</wfw:commentRss>
      </item>
    
  <item>
    <title>ATI Mobility X700 sous Fedora Core 4</title>
    <link>http://www.llaumgui.com/post/ati-mobility-x700-sous-fedora-core-4</link>
    <guid isPermaLink="false">urn:md5:f0e1225c2f10680c9321579a0f2dd657</guid>
    <pubDate>Sat, 25 Feb 2006 21:01:00 +0000</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>ATI</category><category>ATI Mobility X700</category><category>drivers</category><category>Fedora</category><category>Fedora Core 4</category><category>hardware</category><category>kmod</category><category>PC portable</category><category>yum</category>    
    <description>&lt;p&gt;Jusqu'à présent, je fuyais les carte &lt;a href=&quot;http://www.ati.com/&quot; hreflang=&quot;en&quot;&gt;ATI&lt;/a&gt; : moins puissante que les &lt;a href=&quot;http://www.nvidia.com&quot; hreflang=&quot;en&quot;&gt;Nvidia&lt;/a&gt; mais surtout de gros problèmes de drivers que ce soit sous Windows mais surtout sous Linux.&lt;br /&gt;
Le problème est que dans le milieu des ordinateurs portables, à performances égales les cartes ATI sont bien moins chères que les cartes Nvidia. Et de toute façon Linux et les jeux...&lt;br /&gt;
Mon Asus &lt;a href=&quot;http://www.llaumgui.com/index.php/fedora-core-et-mon-asus-a6va-q038h&quot; hreflang=&quot;fr&quot;&gt;ASUS A6VA Q038H&lt;/a&gt; étant pourvu d'une carte ATI Mobility X700, je me suis donc lancé dans l'installation des drivers.&lt;/p&gt;    &lt;h2&gt;I. Quel drivers choisir ?&lt;/h2&gt;
&lt;p&gt;Un &lt;strong&gt;man radeon&lt;/strong&gt; vous donnera la liste des cartes supportées en natif par votre distribution, Fedora Core 4 dans mon cas. Si votre carte n'est pas dans la liste alors il faudra passer par &lt;a href=&quot;http://rpm.livna.org&quot; hreflang=&quot;fr&quot;&gt;Livna&lt;/a&gt; et ses drivers ATI (les même que sur le site d'ATI mais en mieux adaptés pour Fedora).&lt;/p&gt;
&lt;h2&gt;II. Installer les drivers :&lt;/h2&gt;
&lt;p&gt;Comme d'habitude, faudra passer par un &lt;a href=&quot;http://doc.fedora-fr.org/YUM_:_Configuration_du_gestionnaire_de_paquets&quot; hreflang=&quot;fr&quot;&gt;yum bien réglé&lt;/a&gt; :&lt;/p&gt;
&lt;div class=&quot;shell&quot;&gt;su&lt;br /&gt;
/sbin/telinit 3&lt;br /&gt;
yum install kernel-module-fglrx-$(uname -r)&lt;br /&gt;
/sbin/modprobe fglrx&lt;br /&gt;
/usr/sbin/ati-fglrx-config-display enable&lt;br /&gt;
/sbin telinit 5&lt;/div&gt;
&lt;h2&gt;III. xorg.conf :&lt;/h2&gt;
&lt;p&gt;Maintenant que la carte est (bien) installée, il faut passer par une configuration de xorg.conf (/etc/X11/xorg.conf).&lt;br /&gt;
Dans la partie &lt;em&gt;Device&lt;/em&gt; :&lt;/p&gt;
&lt;div class=&quot;shell&quot;&gt;Section &amp;quot;Device&amp;quot;&lt;br /&gt;
     Identifier  &amp;quot;Videocard0&amp;quot;&lt;br /&gt;
     Driver      &amp;quot;fglrx&amp;quot;&lt;br /&gt;
     VendorName  &amp;quot;ATI&amp;quot;&lt;br /&gt;
     BoardName   &amp;quot;ATI fglrx closed source driver&amp;quot;&lt;br /&gt;
     Option      &amp;quot;VideoOverlay&amp;quot; &amp;quot;on&lt;br /&gt;
EndSection&lt;/div&gt;
&lt;p&gt;N'oubliez pas ensuite de bien configurer votre moniteur et surtout la résolution, ça se passe dans la section &lt;em&gt;Screen&lt;/em&gt;.&lt;br /&gt;
Ensuite un petit reboot et votre carte fonctionnera parfaitement.&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/ati-mobility-x700-sous-fedora-core-4#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/ati-mobility-x700-sous-fedora-core-4#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/64</wfw:commentRss>
      </item>
    
</channel>
</rss>