<?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 - bugzilla</title>
  <link>http://www.llaumgui.com/</link>
  <description>Linux en général, Fedora en particulier...</description>
  <language>fr</language>
  <pubDate>Thu, 24 Jul 2008 21:31:14 +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>#238741 : pam_keyring doesn't unlock the keyring : Fixé</title>
    <link>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe</link>
    <guid isPermaLink="false">urn:md5:0a55608973e6eb8030ec45cd3176779b</guid>
    <pubDate>Wed, 20 Jun 2007 19:08:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bugzilla</category><category>Fedora 7</category><category>GNOME</category><category>NetworkManager</category><category>pam_keyring</category><category>Wi-Fi</category>    
    <description>&lt;p&gt;Hier soir, j'ai été particulièrement content de voir que &lt;a href=&quot;https://bugzilla.redhat.com/bugzilla//buglist.cgi?emailreporter1=1&amp;amp;amp;emailtype1=exact&amp;amp;amp;email1=guillaume.kulakowski%40fedoraproject.org&quot; hreflang=&quot;en&quot; title=&quot;Liste de mes bugs sur le Bugzilla de Red Hat&quot;&gt;l'un des bugs&lt;/a&gt; que j'avais signalé et que je trouvais assez énervant a été fixé (correctif dans &lt;a href=&quot;http://download.fedora.redhat.com/pub/fedora/linux/updates/testing/7/&quot; hreflang=&quot;en&quot;&gt;updates-testing&lt;/a&gt; pour le moment).&lt;/p&gt;    &lt;p&gt;Il s'agit du bug &lt;a href=&quot;https://bugzilla.redhat.com/bugzilla//show_bug.cgi?id=23874&quot; hreflang=&quot;en&quot; title=&quot;pam_keyring doesn't unlock the keyring&quot;&gt;#238741&lt;/a&gt; qui concerne &lt;a href=&quot;http://www.hekanetworks.com/index.php/publisher/articleview/1/frmArticleID/25/staticId/31/&quot; hreflang=&quot;en&quot; title=&quot;PAM_KEYRING is a pam module that launches the gnome-keyring-daemon and then unlocks a keyring using your login password&quot;&gt;pam_keyring&lt;/a&gt;.&lt;br /&gt;
Pour ceux qui ne connaissent pas ce dernier, il permet de déverrouiller le trousseau de clefs (&lt;a href=&quot;http://en.wikipedia.org/wiki/GNOME_Keyring&quot; hreflang=&quot;en&quot;&gt;gnome-keyring&lt;/a&gt;) à l'ouverture de la session &lt;a href=&quot;http://www.gnome.org/&quot;&gt;Gnome&lt;/a&gt;.&lt;br /&gt;
Cela prend tout son sens lorsqu'on utilise &lt;a href=&quot;http://www.gnome.org/projects/NetworkManager&quot; hreflang=&quot;en&quot; title=&quot;Linux Networking made Easy&quot;&gt;NetworkManager&lt;/a&gt; pour gérer sa connexion Wi-Fi et que l'on a pas envie de devoir déverrouiller le porte-clefs quelques secondes après s'être identifié.&lt;/p&gt;


&lt;p&gt;Pour utiliser pam_keyring, il y a un prérequis qui est d'avoir le même mot de passe de session et de porte-clefs. Si ce n'est pas le cas, vous pouvez changer votre mot de passe en tapant :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;/usr/libexec/pam-keyring-tool -c&lt;/code&gt;


&lt;p&gt;Ensuite vous devez configurer votre fichier &lt;em&gt;/etc/pam.d/gdm&lt;/em&gt; en rajoutant les 2 lignes &lt;em&gt;pam_keyring.so&lt;/em&gt;, ce qui devrait le faire ressembler à :&lt;/p&gt;
&lt;code class=&quot;bash&quot;&gt;&lt;span style=&quot;color: #808080; font-style: italic;&quot;&gt;#%PAM&lt;span style=&quot;color: #000000;&quot;&gt;-1.0&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; required &amp;nbsp; &amp;nbsp;pam_env.so&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; optional &amp;nbsp; &amp;nbsp;pam_keyring.so try_first_pass&lt;br /&gt;
auth &amp;nbsp; &amp;nbsp; &amp;nbsp; include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
account &amp;nbsp; &amp;nbsp;required &amp;nbsp; &amp;nbsp;pam_nologin.so&lt;br /&gt;
account &amp;nbsp; &amp;nbsp;include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
password &amp;nbsp; include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_keyinit.so force revoke&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;include &amp;nbsp; &amp;nbsp; system-auth&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;required &amp;nbsp; &amp;nbsp;pam_loginuid.so&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_console.so&lt;br /&gt;
session &amp;nbsp; &amp;nbsp;optional &amp;nbsp; &amp;nbsp;pam_keyring.so&lt;/code&gt;


&lt;p&gt;Voila, du coup je mets à jour le bloc « Mes Bugs » sur la page d'accueil de mon blog en supprimant celui-ci...&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/238741-%3A-pam_keyring-doesnt-unlock-the-keyring-%3A-Fixe#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/264</wfw:commentRss>
      </item>
    
  <item>
    <title>2 rapports de bug pour Fedora 7</title>
    <link>http://www.llaumgui.com/post/2-rapports-de-bug-pour-Fedora-7</link>
    <guid isPermaLink="false">urn:md5:d63fa842f159f298a013a962c90f6753</guid>
    <pubDate>Sat, 05 May 2007 00:02:00 +0200</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bugzilla</category><category>Fedora 7</category>    
    <description>    Je profite de &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;mon portable qui fonctionne merveilleusement bien sous fedora 7 test 4&lt;/a&gt; (mieux que sous FC6) pour rapporter les bugs que je trouve au fil de mon parcours. Comme celui de pam_keyring (&lt;a href=&quot;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=238741&quot; hreflang=&quot;en&quot; title=&quot;pam_keyring doesn't unlock the keyring&quot;&gt;#238741&lt;/a&gt;) ou encore de tsclient (&lt;a href=&quot;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=239098&quot; hreflang=&quot;en&quot; title=&quot;Update Request: tsclient 0.150 (Terminal Server Client)&quot;&gt;#239098&lt;/a&gt;).&lt;br /&gt;Ça me permets également de réviser mon pitoyable anglais ;-).</description>
    
    
    
          <comments>http://www.llaumgui.com/post/2-rapports-de-bug-pour-Fedora-7#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/2-rapports-de-bug-pour-Fedora-7#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/199</wfw:commentRss>
      </item>
    
  <item>
    <title>Latin 9 by default for the French-speaking person with a French keyboard</title>
    <link>http://www.llaumgui.com/post/Latin-9-by-default-for-the-French-speaking-person-with-a-French-keyboard</link>
    <guid isPermaLink="false">urn:md5:1340e78ec9cd80359be8b04cbee31ee6</guid>
    <pubDate>Tue, 20 Feb 2007 20:20:00 +0100</pubDate>
    <dc:creator>llaumgui</dc:creator>
        <category>Linux</category>
        <category>bugzilla</category><category>Fedora</category><category>Fedora 7</category><category>fr-oss</category><category>Xorg</category>    
    <description>&lt;p&gt;Hier, j'ai soumis un &lt;a hreflang=&quot;fr&quot; href=&quot;http://fr.wikipedia.org/wiki/Bogue_%28informatique%29&quot;&gt;bug&lt;/a&gt; d'&lt;a hreflang=&quot;en&quot; href=&quot;http://fedoraproject.org/wiki/Anaconda&quot;&gt;Anaconda&lt;/a&gt; sur le &lt;a hreflang=&quot;en&quot; href=&quot;http://bugzilla.redhat.com/&quot;&gt;BugZilla de RedHat&lt;/a&gt;. Ce rapport (&lt;a hreflang=&quot;fr&quot; href=&quot;http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=229269&quot;&gt;#229269&lt;/a&gt;) demande à ce que le clavier par défaut pour les francophones utilisant un clavier français soit le &lt;em&gt;Latin 9&lt;/em&gt; en lieu et place du &lt;em&gt;Latin 1&lt;/em&gt;.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;Description of problem: The better charset for the French-speaking person with a French keyboard is Latin 9. Actual results: During the Fedora installation, default Charset for him is Latin 1. Expected results: Latin 9 by default for the French-speaking person with a French keyboard.&lt;/p&gt;
&lt;/blockquote&gt;    &lt;p&gt;Malheureusement, j'ai peur qu'une fois ce combat gagné, il faille se lancer dans celui du fr-oss par défaut, d'autant plus que Fedora 7 adoptera &lt;a hreflang=&quot;en&quot; href=&quot;http://x.org/&quot;&gt;Xorg&lt;/a&gt; 7.2.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/linux/clavier_fr.png&quot;&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://www.llaumgui.com/public/images/linux/.clavier_fr_s.jpg&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/linux/clavier_fr-latin9.png&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/linux/.clavier_fr-latin9_s.jpg&quot; alt=&quot;Clavier fr (Latin 9)&quot; style=&quot;margin: 0 auto; display: block;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.llaumgui.com/public/images/linux/clavier_fr-oss.png&quot;&gt;&lt;img src=&quot;http://www.llaumgui.com/public/images/linux/.clavier_fr-oss_s.jpg&quot; alt=&quot;Clavier fr-oss&quot; style=&quot;margin: 0 auto; display: block;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;</description>
    
    
    
          <comments>http://www.llaumgui.com/post/Latin-9-by-default-for-the-French-speaking-person-with-a-French-keyboard#comment-form</comments>
      <wfw:comment>http://www.llaumgui.com/post/Latin-9-by-default-for-the-French-speaking-person-with-a-French-keyboard#comment-form</wfw:comment>
      <wfw:commentRss>http://www.llaumgui.com/feed/rss2/comments/154</wfw:commentRss>
      </item>
    
</channel>
</rss>