<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-32844</id>
	<title>Nabble - Mandriva - bugs</title>
	<updated>2009-12-21T01:58:57Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Mandriva---bugs-f32844.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mandriva---bugs-f32844.html" />
	<subtitle type="html">This is the Mandriva Linux Bugs mailing list. Splitted from the Mandriva Cooker list. Contains mail notifications of all Mandriva Bugzilla changes.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26871903</id>
	<title>[Bug 47512] distcc-daemon-standalone, REOPENED: distcc-daemon-standalone sets up bad $TMPDIR in /etc/sysconfig/distcc</title>
	<published>2009-12-21T01:58:57Z</published>
	<updated>2009-12-21T01:58:57Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=47512&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=47512&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: distcc-daemon-standalone sets up bad $TMPDIR in /etc/sysconfig/distcc
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: distcc-daemon-standalone-2.18.3-5mdv2008.1
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : REOPENED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871903&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peroyvind@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871903&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;exit3219@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Sylvie Terjan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871903&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erinmargault@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|FIXED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Sylvie Terjan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871903&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erinmargault@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:58:54 CEST ---
&lt;br&gt;Hello, this bug report was for mandriva 2010.0 not cooker, can we have this
&lt;br&gt;fixed in 2010.0 please?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;$TMPDIR is an environment variable to let programs know where to store their temporary stuff. It normally points to either /tmp or ~/tmp.
&lt;br&gt;&lt;br&gt;distcc-daemon-standalone creates /etc/sysconfig/distcc where it sets TMPDIR to /var/lib/distccd. This directory is not world-writable, so all programs relying on $TMPDIR will fail.
&lt;br&gt;&lt;br&gt;In particular, this has the side effect of not allowing users to log into KDE.
&lt;br&gt;KDE's lnusertemp creates tmp and socket directories in $TMPDIR (if $KDETMP is not set -- see source: &lt;a href=&quot;http://websvn.kde.org/trunk/KDE/kdelibs/kinit/lnusertemp.c?revision=819810&amp;view=markup&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://websvn.kde.org/trunk/KDE/kdelibs/kinit/lnusertemp.c?revision=819810&amp;view=markup&lt;/a&gt;&amp;nbsp;). After installing distcc-daemon-standalone KDE will not start because these directories cannot be created (&amp;quot;call to lnusertemp failed&amp;quot;). Calling &amp;quot;lnusertemp tmp&amp;quot; will indicate the error: /var/lib/distccd/kde-... cannot be created.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Proposed solutions:
&lt;br&gt;* Use the TMPDIR set by the system instead of setting your own
&lt;br&gt;* Use a different variable name like DISTCCTMPDIR
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable): distcc-daemon-standalone-2.18.3-5mdv2008.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;every installation of distcc-daemon-standalone
&lt;br&gt;&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. urpmi distcc
&lt;br&gt;2. when asked to choose between distcc-daemon-standalone and distcc-daemon-xinetd, choose standalone
&lt;br&gt;3. log out of kde. you will not be able to log back in again (&amp;quot;call to lnusertemp failed&amp;quot;)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Notes:
&lt;br&gt;This could possibly affect distcc-daemon-xinetd as well (since its /etc/xinet.d/distcc contains &amp;quot;env = TMPDIR=/var/lib/distccd&amp;quot;). I have not tested that however.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-47512--distcc-daemon-standalone%2C-NEW%3A-distcc-daemon-standalone-sets-up-bad-%24TMPDIR-in--etc-sysconfig-distcc-tp21795152p26871903.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871896</id>
	<title>[Bug 56460] distcc-daemon-standalone, REOPENED: Non lsb init script and syntax errors in /etc/profiles.d/distcc.csh</title>
	<published>2009-12-21T01:57:48Z</published>
	<updated>2009-12-21T01:57:48Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56460&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56460&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: Non lsb init script and syntax errors in /etc/profiles.d/distcc.csh
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: distcc-daemon-standalone-2.18.3-5mdv2008.1
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : REOPENED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : major
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871896&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peroyvind@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871896&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erinmargault@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Sylvie Terjan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871896&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erinmargault@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|FIXED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #5 from Sylvie Terjan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871896&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erinmargault@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:57:47 CEST ---
&lt;br&gt;Hello, those bug reports were for mandriva 2010.0 not cooker, can we have those
&lt;br&gt;fix in 2010.0 please?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;1/ Not lsb init script 
&lt;br&gt;2/ /etc/sysconfig/distcc is sourced by /etc/init.d/distccd, but defined variables are not used by start/stop functions where all is static.
&lt;br&gt;3/ &amp;quot;--allow=&amp;quot; should be also linked to a var in /etc/sysconfig/distcc not to have to modify initscript directly to choose which ip are allowed to send jobs.
&lt;br&gt;4/ syntax errors in /etc/profile.d/distcc.csh : &amp;quot;fi&amp;quot; need to be modified in &amp;quot;endif&amp;quot; and there is missing &amp;quot;`&amp;quot; at the end of eval section when sourcing config files .
&lt;br&gt;&lt;br&gt;&lt;br&gt;i will join a proposed initscript &amp; a modified profile.d/distcc.csh (in this one i let TMPDIR=/var/lib/distccd which also need to be corrected (see 
&lt;br&gt;&amp;nbsp;&lt;a href=&quot;https://qa.m&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.m&lt;/a&gt;&amp;nbsp;)andriva.com/show_bug.cgi?id=47512 )
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56460--distcc-daemon-standalone%2C-NEW%3A-Non-lsb-init-script-and-syntax-errors-in--etc-profiles.d-distcc.csh-tp26797569p26871896.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871737</id>
	<title>[Bug 55313] kdemultimedia4, NEW: juk either crashes on close or doesn't show</title>
	<published>2009-12-21T01:38:58Z</published>
	<updated>2009-12-21T01:38:58Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: juk either crashes on close or doesn't show
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: kdemultimedia4-4.3.2-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : critical
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qateam@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;entidad_universal@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Nicolas Lécureuil &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nlecureuil@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;security@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AssignedTo|kde@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871737&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qateam@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;juk either crashes when clicking the close button, or it doesn't show the gui, depending of the value of a configuration variable.
&lt;br&gt;&lt;br&gt;If the value of the variable StartDocked (in [Settings] in ~/.kde4/share/config/jukrc) is true, then juk doesn't even show the gui. The process is there eating the memory but no gui visible. This happens always.
&lt;br&gt;&lt;br&gt;If the value of the variable is false, then the gui runs but it crashes sometimes when presing the close button, but it happens randomly. Now for example it does't want to crash but yeserday was crashing all the time...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55313--kdemultimedia4%2C-NEW%3A-juk-either-crashes-on-close-or-doesn%27t-show-tp26228881p26871737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871734</id>
	<title>[Bug 55313] kdemultimedia4, NEW: juk either crashes on close or doesn't show</title>
	<published>2009-12-21T01:38:34Z</published>
	<updated>2009-12-21T01:38:34Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: juk either crashes on close or doesn't show
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: kdemultimedia4-4.3.2-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : critical
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871734&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871734&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;entidad_universal@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from Nicolas Lécureuil &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871734&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nlecureuil@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:38:33 CEST ---
&lt;br&gt;A new rpm have just been uploaded, it backported 2 more patches from branch
&lt;br&gt;fixing: 
&lt;br&gt;&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=112238&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=112238&lt;/a&gt;&lt;br&gt;&lt;a href=&quot;https://bugs.kde.org/show_bug.cgi?id=192371&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://bugs.kde.org/show_bug.cgi?id=192371&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Advisory:
&lt;br&gt;&lt;br&gt;In mandriva 2010.0 Juk was crashing when closing because of a shutdown and
&lt;br&gt;coverManager issues, this update fixes this issues.
&lt;br&gt;&lt;br&gt;This update fixes a minor issue in nowplaying.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;juk either crashes when clicking the close button, or it doesn't show the gui, depending of the value of a configuration variable.
&lt;br&gt;&lt;br&gt;If the value of the variable StartDocked (in [Settings] in ~/.kde4/share/config/jukrc) is true, then juk doesn't even show the gui. The process is there eating the memory but no gui visible. This happens always.
&lt;br&gt;&lt;br&gt;If the value of the variable is false, then the gui runs but it crashes sometimes when presing the close button, but it happens randomly. Now for example it does't want to crash but yeserday was crashing all the time...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55313--kdemultimedia4%2C-NEW%3A-juk-either-crashes-on-close-or-doesn%27t-show-tp26228881p26871734.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871650</id>
	<title>[Bug 56571] REOPENED: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package</title>
	<published>2009-12-21T01:29:55Z</published>
	<updated>2009-12-21T01:29:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Release Media
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : REOPENED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;release@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Götz Waschk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waschk@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|RESOLVED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|REOPENED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waschk@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Component|Core Packages &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Release Media
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution|FIXED &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AssignedTo|triage@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;release@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #4 from Götz Waschk &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871650&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waschk@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:29:52 CEST ---
&lt;br&gt;That mirror is still broken:
&lt;br&gt;[goetz@n5 ]$ wget
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;--2009-12-21 10:28:09-- 
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=&amp;gt; »gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm«
&lt;br&gt;Auflösen des Hostnamen »ftp.ps.pl«.... 212.14.28.36
&lt;br&gt;Verbindungsaufbau zu ftp.ps.pl|212.14.28.36|:21... verbunden.
&lt;br&gt;Anmelden als anonymous ... Angemeldet!
&lt;br&gt;==&amp;gt; SYST ... fertig. &amp;nbsp; &amp;nbsp;==&amp;gt; PWD ... fertig.
&lt;br&gt;==&amp;gt; TYPE I ... fertig. &amp;nbsp;==&amp;gt; CWD (1)
&lt;br&gt;/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates ... fertig.
&lt;br&gt;==&amp;gt; SIZE gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm ... 3183813
&lt;br&gt;==&amp;gt; PASV ... fertig. &amp;nbsp; &amp;nbsp;==&amp;gt; RETR gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm ... fertig.
&lt;br&gt;Länge: 3183813 (3,0M) (unmaßgeblich)
&lt;br&gt;&lt;br&gt;100%[======================================&amp;gt;] 3.183.813 &amp;nbsp; 2,11M/s &amp;nbsp; in 1,4s &amp;nbsp; &amp;nbsp;
&lt;br&gt;&lt;br&gt;2009-12-21 10:28:11 (2,11 MB/s) - »»gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm««
&lt;br&gt;gespeichert [3183813]
&lt;br&gt;&lt;br&gt;[goetz@n5 ]$ rpm -K gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm 
&lt;br&gt;gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm: (SHA1) DSA sha1 MD5 GPG NICHT OK
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libstdc++6-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgomp1-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;L'installation a échoué à cause de paquets bogués :
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56571--NEW%3A-update-failure%3A-libgfortran3-4.4.1-4.1mnb2.x86_64.rpm%3A-not-an-rpm-package-tp26870046p26871650.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871443</id>
	<title>[Bug 55445] gnupg2, ASSIGNED: New release to gnupg2 packages</title>
	<published>2009-12-21T01:09:20Z</published>
	<updated>2009-12-21T01:09:20Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55445&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55445&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: New release to gnupg2 packages
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2009.1
&lt;br&gt;&amp;nbsp; RPM Package: gnupg2-2.0.11-1.2mdv2009.1.src.rpm
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : ASSIGNED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871443&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aleph@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871443&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aleph@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Gergely Lónyai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871443&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aleph@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |ASSIGNED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871443&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qateam@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Gergely Lónyai &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871443&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;aleph@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:09:18 CEST ---
&lt;br&gt;Please do test this package...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;Please test to main/testing/gnupg2 package and move to main/updates
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;gnupg2-2.0.11-1.2mdv2009.1
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1.
&lt;br&gt;2.
&lt;br&gt;3.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55445--gnupg2%2C-NEW%3A-New-release-to-gnupg2-packages-tp26264697p26871443.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871427</id>
	<title>[Bug 56241] qgis, NEW: Update request of QGIS 1.0.2 -&gt; 1.3.0</title>
	<published>2009-12-21T01:07:57Z</published>
	<updated>2009-12-21T01:07:57Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56241&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56241&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: Update request of QGIS 1.0.2 -&amp;gt; 1.3.0
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: qgis-1.0.2-1mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : enhancement
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871427&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bgmilne@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871427&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;neteler@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from markusN &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871427&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;neteler@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 10:07:56 CEST ---
&lt;br&gt;According to this thread
&lt;br&gt;&lt;a href=&quot;http://n2.nabble.com/Error-after-Upgrade-to-Ubuntu-9-10-td3833439.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://n2.nabble.com/Error-after-Upgrade-to-Ubuntu-9-10-td3833439.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;this is the needed patch:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://trac.osgeo.org/qgis/changeset/11780&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://trac.osgeo.org/qgis/changeset/11780&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;The RPM shipped with Mdv 2010 is two versions behind the official version. An update is kindly requested.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56241--qgis%2C-NEW%3A-Update-request-of-QGIS-1.0.2--%3E-1.3.0-tp26668286p26871427.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871411</id>
	<title>[Bug 56573] NEW: broken update packages</title>
	<published>2009-12-21T01:06:58Z</published>
	<updated>2009-12-21T01:06:58Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56573&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56573&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: broken update packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2010.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: i586
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;URL: &lt;a href=&quot;http://ftp.tuniv.szczecin.pl/pub/linux/mandrivalinux/o&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ftp.tuniv.szczecin.pl/pub/linux/mandrivalinux/o&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fficial/2010.0/i586/media/main/updates/gimp-2.6.7-4.2m
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; dv2010.0.i586.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Release Media
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871411&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;oeriksson@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871411&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;waschk@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871411&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;The package linked above has a broken MD5 sum. This prevents the installation
&lt;br&gt;of the update with urpmi.
&lt;br&gt;&lt;br&gt;rpm -K gimp-2.6.7-4.2mdv2010.0.i586.rpm
&lt;br&gt;gimp-2.6.7-4.2mdv2010.0.i586.rpm: (SHA1) DSA sha1 MD5 GPG NOT OK
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56573--NEW%3A-broken-update-packages-tp26871411p26871411.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871342</id>
	<title>[Bug 56571] RESOLVED: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package</title>
	<published>2009-12-21T00:56:16Z</published>
	<updated>2009-12-21T00:56:16Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Moreno &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871342&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;moreno.mg@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Moreno &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871342&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;moreno.mg@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 09:56:15 CEST ---
&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;It's very difficult, the mirrors are not under the Mandriva control.
&lt;br&gt;&lt;br&gt;I proceeded to close the report.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Bye Bye, Moreno
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libstdc++6-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgomp1-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;L'installation a échoué à cause de paquets bogués :
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56571--NEW%3A-update-failure%3A-libgfortran3-4.4.1-4.1mnb2.x86_64.rpm%3A-not-an-rpm-package-tp26870046p26871342.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871198</id>
	<title>[Bug 56571] NEW: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package</title>
	<published>2009-12-21T00:41:14Z</published>
	<updated>2009-12-21T00:41:14Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871198&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871198&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Franz Holzinger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871198&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 09:41:12 CEST ---
&lt;br&gt;I have added manually another mirror using easyurpmi.zarb.org .
&lt;br&gt;Now the update works fine.
&lt;br&gt;&lt;br&gt;Can someone update that wrong mirror?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libstdc++6-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgomp1-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;L'installation a échoué à cause de paquets bogués :
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56571--NEW%3A-update-failure%3A-libgfortran3-4.4.1-4.1mnb2.x86_64.rpm%3A-not-an-rpm-package-tp26870046p26871198.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871026</id>
	<title>[Bug 55313] kdemultimedia4, NEW: juk either crashes on close or doesn't show</title>
	<published>2009-12-21T00:15:31Z</published>
	<updated>2009-12-21T00:15:31Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55313&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55313&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: juk either crashes on close or doesn't show
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: kdemultimedia4-4.3.2-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : critical
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871026&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kde@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871026&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;entidad_universal@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #5 from Nicolas Lécureuil &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871026&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nlecureuil@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 09:15:30 CEST ---
&lt;br&gt;a fix will be commited today on our svn and a package will be pushed in
&lt;br&gt;main/testing
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;juk either crashes when clicking the close button, or it doesn't show the gui, depending of the value of a configuration variable.
&lt;br&gt;&lt;br&gt;If the value of the variable StartDocked (in [Settings] in ~/.kde4/share/config/jukrc) is true, then juk doesn't even show the gui. The process is there eating the memory but no gui visible. This happens always.
&lt;br&gt;&lt;br&gt;If the value of the variable is false, then the gui runs but it crashes sometimes when presing the close button, but it happens randomly. Now for example it does't want to crash but yeserday was crashing all the time...
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55313--kdemultimedia4%2C-NEW%3A-juk-either-crashes-on-close-or-doesn%27t-show-tp26228881p26871026.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26871011</id>
	<title>[Bug 56572] Firefox, NEW: With zotero, impossible to open PDF with Okular</title>
	<published>2009-12-21T00:12:47Z</published>
	<updated>2009-12-21T00:12:47Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56572&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56572&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: With zotero, impossible to open PDF with Okular
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: Firefox
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claudio@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871011&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mabouya1@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from mabouya &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26871011&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mabouya1@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 09:12:47 CEST ---
&lt;br&gt;Pdf is not in the list of applications...in fact when selecting the pdf, okular
&lt;br&gt;opens but it say : okular can not open the file....and it fails opening it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;After installing, when you save a pdf (in pubmed central, science direct, etc...), you can not open it in Okular. On Kubuntu and opensuse KDE it works very well.
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;Firefox 3.5.X
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Install zotero, create database saving pdf from bibliographic source and try to open it by double-clicking on it.
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1.Install zotero
&lt;br&gt;2.Define personnalize for database location
&lt;br&gt;3.create database configuring &amp;quot;joining pdf&amp;quot;
&lt;br&gt;4.Try to open saved pdf with okular from zotero
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56572--Firefox%2C-NEW%3A-With-zotero%2C-impossible-to-open-PDF-with-Okular-tp26870421p26871011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870802</id>
	<title>[Bug 56570] NEW: urpmi: give more detailed error message if there is no internet available</title>
	<published>2009-12-20T23:44:23Z</published>
	<updated>2009-12-20T23:44:23Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56570&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56570&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: urpmi: give more detailed error message if there is no internet available
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : trivial
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870802&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870802&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Franz Holzinger &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870802&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 08:44:22 CEST ---
&lt;br&gt;Yes, in my case the internet connection has been interrupted. Therefore I would
&lt;br&gt;like to see an information about this in the error message in order to know,
&lt;br&gt;that it is no problem with the mirrors themselves.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When you type urpmi then it gives the error message that it could not find a mirror from $MIRRORLIST. However when there is not internet connection, then it should simply tell you that there is not internet connection available.
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. &amp;nbsp;urpmi --auto-update
&lt;br&gt;impossible d'accéder au média « Main media ».
&lt;br&gt;impossible d'accéder au média « Contrib media ».
&lt;br&gt;impossible d'accéder au média « Restricted media ».
&lt;br&gt;impossible d'accéder au média « main32 media ».
&lt;br&gt;impossible d'accéder au média « Non-free media ».
&lt;br&gt;impossible d'accéder au média « restricted32 media ».
&lt;br&gt;mirror list not found
&lt;br&gt;Impossible de trouver un mirror depuis la liste de mirroirs $MIRRORLIST
&lt;br&gt;&lt;br&gt;The error message is in English, that it cannot find a mirror on the variable $MIRRORLIST.
&lt;br&gt;&lt;br&gt;It should say:
&lt;br&gt;&lt;br&gt;No internet connection! Connect to the internet if you want to update from the net and then retry.
&lt;br&gt;And it should not show any other error text when the computer is not connected to the internet.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56570--NEW%3A-urpmi%3A-give-more-detailed-error-message-if-there-is-no-internet-available-tp26869954p26870802.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870745</id>
	<title>[Bug 56568] rpmdrake, NEW: rpmdrake ignores settings to keep downloaded rpm's after install</title>
	<published>2009-12-20T23:35:20Z</published>
	<updated>2009-12-20T23:35:20Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56568&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56568&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: rpmdrake ignores settings to keep downloaded rpm's after install
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2009.1
&lt;br&gt;&amp;nbsp; RPM Package: rpmdrake-5.16.5-1.1mdv2009.1 , urpmi-6.25.6-1.1mdv2009.1
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tvignaud@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Keywords| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|NEEDINFO
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AssignedTo|triage@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tvignaud@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870745&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 08:35:18 CEST ---
&lt;br&gt;It seems to work here, I have 'post-clean: 0' set in urpmi.cfg, then I started
&lt;br&gt;rpmdrake (I didn't touch the &amp;quot;clear cache&amp;quot; option at all) and installed
&lt;br&gt;ant-phone, the package was kept in the cache and not deleted after
&lt;br&gt;installation.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When rpmdrake downloads and installs rpms, normally it erases the rpms after installation.
&lt;br&gt;However, there is a configuration available in /etc/urpmi/urpmi.cfg which suppresses this behavior.
&lt;br&gt;Between the first set of { &amp;nbsp;}, one adds the line
&lt;br&gt;&amp;nbsp;post-clean: 0
&lt;br&gt;or alternately
&lt;br&gt;&amp;nbsp;clean: 0
&lt;br&gt;&lt;br&gt;When rpmdrake is used to update rpms on line, there is often an automatic update of rpmdrake (or urpmi), before the requested updates.
&lt;br&gt;One of these updates has caused rpmdrake to ignore the setting in the urpmi.cfg file.
&lt;br&gt;All customisation is removed automatically from time to time, but even with the settings restored, rpmdrake ignores the setting. 
&lt;br&gt;Often urpmi.cfg is left unmodified after several download sessions, but the downloaded rpms are always erased.
&lt;br&gt;It is possible that urpmi.cfg is being overwritten when the urpmi database is updated. &amp;nbsp;(The date of the last change coincides with the last database update.)
&lt;br&gt;There is no reason to modify urpmi.cfg during a database update, as no information in the file, such as source medias, should change. &amp;nbsp;All this does is remove any manual customisation.
&lt;br&gt;&lt;br&gt;There is now a check box in rpmdrake to erase the rpms downloaded after install. &amp;nbsp;When this is unchecked, the rpms are still erased. 
&lt;br&gt;&lt;br&gt;With the configuration above, rpmdrake used to correctly keep the installed rpms, under Mandriva 2009.1 and before.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;rpmdrake-5.16.5-1.1mdv2009.1
&lt;br&gt;urpmi-6.25.6-1.1mdv2009.1
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Configure rpmdrake appropriately and install remote rpms.
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. Ensure that /etc/urpmi/urpmi.cfg contains the line &amp;quot;post-clean: 0&amp;quot; (or &amp;quot;clean: 0&amp;quot;) between the first set of { }.
&lt;br&gt;&lt;br&gt;2. Start rpmdrake as usual.
&lt;br&gt;&lt;br&gt;3. Uncheck the box at
&lt;br&gt;&amp;nbsp;Options/Erase the download cache after successful installation.
&lt;br&gt;&lt;br&gt;4. Select and install some rpms from a remote source.
&lt;br&gt;&lt;br&gt;5. All rpms in the cache are erased after install.
&lt;br&gt;&amp;nbsp; Recently, after every 8 or so rpms installed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56568--rpmdrake%2C-NEW%3A-rpmdrake-ignores-settings-to-keep-downloaded-rpm%27s-after-install-tp26869238p26870745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870505</id>
	<title>[Bug 56572] Firefox, NEW: With zotero, impossible to open PDF with Okular</title>
	<published>2009-12-20T22:52:48Z</published>
	<updated>2009-12-20T22:52:48Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56572&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56572&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: With zotero, impossible to open PDF with Okular
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: Firefox
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870505&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claudio@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870505&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mabouya1@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870505&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Keywords| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|NEEDINFO
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870505&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:52:48 CEST ---
&lt;br&gt;Open Firefox&amp;gt; Edit&amp;gt; Preferences&amp;gt; Applications, what's selected for PDF?
&lt;br&gt;&lt;br&gt;Try selecting &amp;quot;select other&amp;quot; from the drop-down list for PDF then navigate to
&lt;br&gt;and select /usr/bin/okular , see if that makes it work.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;After installing, when you save a pdf (in pubmed central, science direct, etc...), you can not open it in Okular. On Kubuntu and opensuse KDE it works very well.
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;Firefox 3.5.X
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Install zotero, create database saving pdf from bibliographic source and try to open it by double-clicking on it.
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1.Install zotero
&lt;br&gt;2.Define personnalize for database location
&lt;br&gt;3.create database configuring &amp;quot;joining pdf&amp;quot;
&lt;br&gt;4.Try to open saved pdf with okular from zotero
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56572--Firefox%2C-NEW%3A-With-zotero%2C-impossible-to-open-PDF-with-Okular-tp26870421p26870505.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870474</id>
	<title>[Bug 56547] gnome-control-center, NEW: GNOME appearance properties dialog doesn't show preview controls and icons</title>
	<published>2009-12-20T22:46:14Z</published>
	<updated>2009-12-20T22:46:14Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56547&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56547&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: GNOME appearance properties dialog doesn't show preview controls and icons
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: gnome-control-center-2.28.1-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : minor
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870474&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fcrozat@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870474&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #9 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870474&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:46:13 CEST ---
&lt;br&gt;Post the output of:
&lt;br&gt;su
&lt;br&gt;gtk-update-icon-cache -f /usr/share/icons/hicolor/
&lt;br&gt;gtk-update-icon-cache -f /usr/share/icons/oxygen/
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;GNOME appearance properties dialog doesn't show preview of controls and icons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56547--gnome-control-center%2C-NEW%3A-GNOME-appearance-properties-dialog-doesn%27t-show-preview-controls-and-icons-tp26859412p26870474.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870463</id>
	<title>[Bug 56547] gnome-control-center, NEW: GNOME appearance properties dialog doesn't show preview controls and icons</title>
	<published>2009-12-20T22:44:32Z</published>
	<updated>2009-12-20T22:44:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56547&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56547&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: GNOME appearance properties dialog doesn't show preview controls and icons
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: gnome-control-center-2.28.1-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : minor
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870463&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fcrozat@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870463&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #8 from Yuri Myasoedov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870463&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:44:32 CEST ---
&lt;br&gt;Yes, it's so. I also tried xguest account.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;GNOME appearance properties dialog doesn't show preview of controls and icons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56547--gnome-control-center%2C-NEW%3A-GNOME-appearance-properties-dialog-doesn%27t-show-preview-controls-and-icons-tp26859412p26870463.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870421</id>
	<title>[Bug 56572] Firefox, NEW: With zotero, impossible to open PDF with Okular</title>
	<published>2009-12-20T22:38:32Z</published>
	<updated>2009-12-20T22:38:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56572&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56572&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RPM Package: Firefox
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: With zotero, impossible to open PDF with Okular
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2010.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: All
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Other
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870421&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claudio@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870421&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mabouya1@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870421&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;After installing, when you save a pdf (in pubmed central, science direct,
&lt;br&gt;etc...), you can not open it in Okular. On Kubuntu and opensuse KDE it works
&lt;br&gt;very well.
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;Firefox 3.5.X
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Install zotero, create database saving pdf from bibliographic source and try to
&lt;br&gt;open it by double-clicking on it.
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1.Install zotero
&lt;br&gt;2.Define personnalize for database location
&lt;br&gt;3.create database configuring &amp;quot;joining pdf&amp;quot;
&lt;br&gt;4.Try to open saved pdf with okular from zotero
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56572--Firefox%2C-NEW%3A-With-zotero%2C-impossible-to-open-PDF-with-Okular-tp26870421p26870421.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870415</id>
	<title>[Bug 56571] NEW: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package</title>
	<published>2009-12-20T22:37:16Z</published>
	<updated>2009-12-20T22:37:16Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870415&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Moreno &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870415&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;moreno.mg@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870415&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;moreno.mg@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Moreno &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870415&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;moreno.mg@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:37:14 CEST ---
&lt;br&gt;Hi
&lt;br&gt;&lt;br&gt;Strange, these packages are very old (30/11/09) and are installed in my PC
&lt;br&gt;without problem.
&lt;br&gt;&lt;br&gt;May be is a mirror problem addressed from MIRRORLIS.
&lt;br&gt;&lt;br&gt;I think the better solution is remove the sources and reinstall it using a
&lt;br&gt;fixed mirror, like proxad.net.
&lt;br&gt;&lt;br&gt;&lt;br&gt;For do this use
&lt;br&gt;&lt;a href=&quot;http://easyurpmi.zarb.org/index.php?manual_mirror=1&amp;custom_media=&amp;language=fr#content&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://easyurpmi.zarb.org/index.php?manual_mirror=1&amp;custom_media=&amp;language=fr#content&lt;/a&gt;&lt;br&gt;or the old interface &lt;a href=&quot;http://easyurpmi.zarb.org/old/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://easyurpmi.zarb.org/old/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Bye Bye, Moreno
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libstdc++6-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgomp1-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package
&lt;br&gt;L'installation a échoué à cause de paquets bogués :
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56571--NEW%3A-update-failure%3A-libgfortran3-4.4.1-4.1mnb2.x86_64.rpm%3A-not-an-rpm-package-tp26870046p26870415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870413</id>
	<title>[Bug 56430] webkit, ASSIGNED: display_help segfaulted</title>
	<published>2009-12-20T22:36:35Z</published>
	<updated>2009-12-20T22:36:35Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56430&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56430&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: display_help segfaulted
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: Cooker
&lt;br&gt;&amp;nbsp; RPM Package: webkit
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : Triaged
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : ASSIGNED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870413&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;rodrigo@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870413&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tvignaud@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870413&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;CC| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870413&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zeph22@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #21 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870413&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:36:30 CEST ---
&lt;br&gt;*** Bug 56564 has been marked as a duplicate of this bug. ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Created an attachment (id=16195)
&lt;br&gt;REAL GDB trace
&lt;br&gt;&lt;br&gt;The &amp;quot;display_help&amp;quot; program crashed. Drakbug-13.1 caught it.
&lt;br&gt;&lt;br&gt;pressing the gtk &amp;quot;quit&amp;quot; button or the &amp;quot;x&amp;quot; button.
&lt;br&gt;Happen in mygtk2::main-&amp;gt;flush or ugtk2::destroy-&amp;gt;flush if the former is commented out
&lt;br&gt;&lt;br&gt;Backtrace was:
&lt;br&gt;SEGV
&lt;br&gt;standalone::bug_handler() called from /usr/lib/libDrakX/standalone.pm:220
&lt;br&gt;standalone::__ANON__() called from /usr/lib/libDrakX/mygtk2.pm:1437
&lt;br&gt;(eval)() called from /usr/lib/libDrakX/mygtk2.pm:1437
&lt;br&gt;mygtk2::flush() called from /usr/lib/libDrakX/ugtk2.pm:57
&lt;br&gt;ugtk2::gtkflush() called from /usr/lib/libDrakX/ugtk2.pm:785
&lt;br&gt;ugtk2::flush() called from /usr/lib/libDrakX/ugtk2.pm:792
&lt;br&gt;ugtk2::exit() called from /usr/lib/libDrakX/ugtk2.pm:802
&lt;br&gt;ugtk2::END() called from ./display_help:0
&lt;br&gt;(eval)() called from ./display_help:0
&lt;br&gt;&lt;br&gt;GDB backtrace was (its interesting part is below Perl_pp_fork() or Perl_pp_waitpid()):
&lt;br&gt;Attaching to program: /usr/bin/perl, process 13690
&lt;br&gt;[Thread debugging using libthread_db enabled]
&lt;br&gt;[New Thread 0x7f12f851d700 (LWP 13690)]
&lt;br&gt;0x000000363100e92e in waitpid () from /lib64/libpthread.so.0
&lt;br&gt;#0 &amp;nbsp;0x000000363100e92e in waitpid () from /lib64/libpthread.so.0
&lt;br&gt;#1 &amp;nbsp;0x00000039df48e367 in Perl_wait4pid (my_perl=&amp;lt;value optimized out&amp;gt;, pid=&amp;lt;value optimized out&amp;gt;, 
&lt;br&gt;&amp;nbsp; &amp;nbsp; statusp=&amp;lt;value optimized out&amp;gt;, flags=&amp;lt;value optimized out&amp;gt;) at util.c:2990
&lt;br&gt;#2 &amp;nbsp;0x00000039df4e9c98 in Perl_pp_waitpid (my_perl=&amp;lt;value optimized out&amp;gt;) at pp_sys.c:4049
&lt;br&gt;#3 &amp;nbsp;0x00000039df4a5106 in Perl_runops_standard (my_perl=&amp;lt;value optimized out&amp;gt;) at run.c:40
&lt;br&gt;#4 &amp;nbsp;0x00000039df44d2ac in perl_run (my_perl=&amp;lt;value optimized out&amp;gt;) at perl.c:2431
&lt;br&gt;#5 &amp;nbsp;0x0000000000400c9c in main (argc=6, argv=0x7fffd36d3668, env=0x7fffd36d36a0) at perlmain.c:117
&lt;br&gt;Kernel version = 2.6.32-1mdv
&lt;br&gt;Distribution=Mandriva Linux release 2010.1 (Cooker) for x86_64
&lt;br&gt;CPU=AMD Opteron(tm) Processor 144
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56430--drakxtools%2C-NEW%3A-display_help-segfaulted-tp26781306p26870413.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870412</id>
	<title>[Bug 56564] drakconf, RESOLVED: drakconf.real segfaulted (SEGV)</title>
	<published>2009-12-20T22:36:32Z</published>
	<updated>2009-12-20T22:36:32Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56564&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: drakconf.real segfaulted (SEGV)
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: drakconf-12.17-1mdv2010.0
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870412&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870412&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;zeph22@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870412&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|DUPLICATE
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870412&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:36:30 CEST ---
&lt;br&gt;This has been fixed by latest webkit* updates.
&lt;br&gt;&lt;br&gt;*** This bug has been marked as a duplicate of bug 56430 ***
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;The &amp;quot;drakconf.real&amp;quot; program crashed. Drakbug-12.77 caught it.
&lt;br&gt;&lt;br&gt;Opening a window &amp;quot;control center, Materiel&amp;quot;. (20/12/09 20:20 CET)
&lt;br&gt;Mandriva 2010-0 fr
&lt;br&gt;All virtual desktops were separed (independant with different wallpapers)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;SEGV
&lt;br&gt;&amp;nbsp; standalone::bug_handler() called from /usr/lib/libDrakX/standalone.pm:220
&lt;br&gt;&amp;nbsp; standalone::__ANON__() called from /usr/sbin/drakconf.real:1105
&lt;br&gt;&amp;nbsp; (eval)() called from /usr/sbin/drakconf.real:1105
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Kernel version = 2.6.31.6-desktop586-1mnb
&lt;br&gt;Distribution=Mandriva Linux release 2010.0 (Official) for i586
&lt;br&gt;CPU=AMD Athlon(tm) XP 2600+
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56564--drakconf%2C-NEW%3A-drakconf.real-segfaulted-%28SEGV%29-tp26866615p26870412.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870388</id>
	<title>[Bug 56547] gnome-control-center, NEW: GNOME appearance properties dialog doesn't show preview controls and icons</title>
	<published>2009-12-20T22:33:22Z</published>
	<updated>2009-12-20T22:33:22Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56547&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56547&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: GNOME appearance properties dialog doesn't show preview controls and icons
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: gnome-control-center-2.28.1-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : minor
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fcrozat@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870388&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #7 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870388&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:33:21 CEST ---
&lt;br&gt;Does the same happen in a newly created user account?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;GNOME appearance properties dialog doesn't show preview of controls and icons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56547--gnome-control-center%2C-NEW%3A-GNOME-appearance-properties-dialog-doesn%27t-show-preview-controls-and-icons-tp26859412p26870388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870378</id>
	<title>[Bug 56569] RESOLVED: Unable to install firefox-ext-plasmanotify</title>
	<published>2009-12-20T22:30:52Z</published>
	<updated>2009-12-20T22:30:52Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56569&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56569&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: Unable to install firefox-ext-plasmanotify
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: Cooker
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870378&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870378&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;junk_no_spam@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870378&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|INVALID
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870378&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:30:51 CEST ---
&lt;br&gt;firefox-ext-plasmanotify should be dropped, kde4.4 by default displays GTK
&lt;br&gt;notifications via plasma.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;installing firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586.rpm from /var/cache/urpmi/rpms
&lt;br&gt;Installation failed: &amp;nbsp; &amp;nbsp;mozilla-firefox = 0:3.5.6 is needed by firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Every time
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. urpmi &amp;nbsp;firefox-ext-plasmanotify --auto
&lt;br&gt;&lt;br&gt;&lt;br&gt;installing firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586.rpm from /var/cache/urpmi/rpms
&lt;br&gt;Installation failed: &amp;nbsp; &amp;nbsp;mozilla-firefox = 0:3.5.6 is needed by firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586
&lt;br&gt;&lt;br&gt;[root@cooker ~]# urpmi mozilla-firefox
&lt;br&gt;Package firefox-3.6-0.b5.1mdv2010.1.i586 is already installed
&lt;br&gt;&lt;br&gt;[root@cooker ~]# urpmi firefox-ext-plasmanotify --auto
&lt;br&gt;A requested package cannot be installed:
&lt;br&gt;firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586 (due to unsatisfied mozilla-firefox[== 0:3.5.6])
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56569--NEW%3A-Unable-to-install-firefox-ext-plasmanotify-tp26869417p26870378.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870369</id>
	<title>[Bug 56570] NEW: urpmi: give more detailed error message if there is no internet available</title>
	<published>2009-12-20T22:28:55Z</published>
	<updated>2009-12-20T22:28:55Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56570&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56570&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: urpmi: give more detailed error message if there is no internet available
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : trivial
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870369&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870369&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870369&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Keywords| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|NEEDINFO
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870369&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:28:54 CEST ---
&lt;br&gt;But it might be not an internet connection problem, you can still have an
&lt;br&gt;active internet connection but the mirrorlist itself isn't reachable for some
&lt;br&gt;reason. And bear in mind some users have local repos, they don't need an
&lt;br&gt;internet connection to install packages.
&lt;br&gt;&lt;br&gt;Now, was this an internet connection problem, i.e. the connection was down at
&lt;br&gt;that time? that error message looks similar to a bug in urpmi when aria2 is
&lt;br&gt;explicitly set as the download manager.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When you type urpmi then it gives the error message that it could not find a mirror from $MIRRORLIST. However when there is not internet connection, then it should simply tell you that there is not internet connection available.
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. &amp;nbsp;urpmi --auto-update
&lt;br&gt;impossible d'accéder au média « Main media ».
&lt;br&gt;impossible d'accéder au média « Contrib media ».
&lt;br&gt;impossible d'accéder au média « Restricted media ».
&lt;br&gt;impossible d'accéder au média « main32 media ».
&lt;br&gt;impossible d'accéder au média « Non-free media ».
&lt;br&gt;impossible d'accéder au média « restricted32 media ».
&lt;br&gt;mirror list not found
&lt;br&gt;Impossible de trouver un mirror depuis la liste de mirroirs $MIRRORLIST
&lt;br&gt;&lt;br&gt;The error message is in English, that it cannot find a mirror on the variable $MIRRORLIST.
&lt;br&gt;&lt;br&gt;It should say:
&lt;br&gt;&lt;br&gt;No internet connection! Connect to the internet if you want to update from the net and then retry.
&lt;br&gt;And it should not show any other error text when the computer is not connected to the internet.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56570--NEW%3A-urpmi%3A-give-more-detailed-error-message-if-there-is-no-internet-available-tp26869954p26870369.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870361</id>
	<title>[Bug 56547] gnome-control-center, NEW: GNOME appearance properties dialog doesn't show preview controls and icons</title>
	<published>2009-12-20T22:27:28Z</published>
	<updated>2009-12-20T22:27:28Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56547&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56547&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: GNOME appearance properties dialog doesn't show preview controls and icons
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Other
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: gnome-control-center-2.28.1-2mdv2010.0.src.rpm
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : minor
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870361&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fcrozat@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870361&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #6 from Yuri Myasoedov &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870361&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;omerta13@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 07:27:27 CEST ---
&lt;br&gt;No result.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;GNOME appearance properties dialog doesn't show preview of controls and icons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56547--gnome-control-center%2C-NEW%3A-GNOME-appearance-properties-dialog-doesn%27t-show-preview-controls-and-icons-tp26859412p26870361.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26870046</id>
	<title>[Bug 56571] NEW: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an rpm package</title>
	<published>2009-12-20T21:14:56Z</published>
	<updated>2009-12-20T21:14:56Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56571&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56571&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: update failure: libgfortran3-4.4.1-4.1mnb2.x86_64.rpm:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; not an rpm package
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2010.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: x86_64
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Core Packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870046&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870046&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26870046&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libstdc++6-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST:
&lt;br&gt;media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; $MIRRORLIST: media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm: not an
&lt;br&gt;rpm package &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;erreur: /var/cache/urpmi/partial/libgomp1-4.4.1-4.1mnb2.x86_64.rpm: not an rpm
&lt;br&gt;package
&lt;br&gt;L'installation a échoué à cause de paquets bogués :
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/gcc-cpp-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/lib64graphicsmagick3-1.3.7-1.1mdv2010.0.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgfortran3-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&amp;nbsp; &amp;nbsp;
&lt;br&gt;ftp://ftp.ps.pl/mirrors/Mandrivalinux/official/2010.0/x86_64/media/main/updates/libgomp1-4.4.1-4.1mnb2.x86_64.rpm
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56571--NEW%3A-update-failure%3A-libgfortran3-4.4.1-4.1mnb2.x86_64.rpm%3A-not-an-rpm-package-tp26870046p26870046.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869954</id>
	<title>[Bug 56570] NEW: urpmi: give more detailed error message if there is no internet available</title>
	<published>2009-12-20T20:56:08Z</published>
	<updated>2009-12-20T20:56:08Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56570&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56570&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: urpmi: give more detailed error message if there is no
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; internet available
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2010.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: x86_64
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: trivial
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Core Packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869954&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;flink@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869954&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When you type urpmi then it gives the error message that it could not find a
&lt;br&gt;mirror from $MIRRORLIST. However when there is not internet connection, then it
&lt;br&gt;should simply tell you that there is not internet connection available.
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. &amp;nbsp;urpmi --auto-update
&lt;br&gt;impossible d'accéder au média « Main media ».
&lt;br&gt;impossible d'accéder au média « Contrib media ».
&lt;br&gt;impossible d'accéder au média « Restricted media ».
&lt;br&gt;impossible d'accéder au média « main32 media ».
&lt;br&gt;impossible d'accéder au média « Non-free media ».
&lt;br&gt;impossible d'accéder au média « restricted32 media ».
&lt;br&gt;mirror list not found
&lt;br&gt;Impossible de trouver un mirror depuis la liste de mirroirs $MIRRORLIST
&lt;br&gt;&lt;br&gt;The error message is in English, that it cannot find a mirror on the variable
&lt;br&gt;$MIRRORLIST.
&lt;br&gt;&lt;br&gt;It should say:
&lt;br&gt;&lt;br&gt;No internet connection! Connect to the internet if you want to update from the
&lt;br&gt;net and then retry.
&lt;br&gt;And it should not show any other error text when the computer is not connected
&lt;br&gt;to the internet.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56570--NEW%3A-urpmi%3A-give-more-detailed-error-message-if-there-is-no-internet-available-tp26869954p26869954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869953</id>
	<title>[Bug 56560] xdg-utils, RESOLVED: incorrect permissions on script /usr/bin/xdg-open</title>
	<published>2009-12-20T20:55:47Z</published>
	<updated>2009-12-20T20:55:47Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56560&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56560&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: incorrect permissions on script /usr/bin/xdg-open
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2009.1
&lt;br&gt;&amp;nbsp; RPM Package: xdg-utils-1.0.2-12mdv2009.1
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869953&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869953&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;andré b &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869953&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Status|NEW &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |RESOLVED
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Resolution| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|FIXED
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from andré b &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869953&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 05:55:45 CEST ---
&lt;br&gt;confirmed.
&lt;br&gt;It reinstalled with correct permissions.
&lt;br&gt;No idea what could have caused the error.
&lt;br&gt;Everything else in the directory has the correct permissions.
&lt;br&gt;Bizarre problem.
&lt;br&gt;&lt;br&gt;I marked it as resolved.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When attempting to display html-based help, for example, /usr/bin/www-browser is invoked, which in turn invokes /usr/bin/xdg-open.
&lt;br&gt;The permissions on xdg-open are 644 (-rw-r--r--), which does not permit execution, so the action fails.
&lt;br&gt;(Without error message unless one runs the process in console.)
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;xdg-utils-1.0.2-12mdv2009.1
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Attempt to run any application which invokes directly or indirectly xdg-open.
&lt;br&gt;(e.g. an item in the documentation menu, or many items in the help menu.)
&lt;br&gt;&lt;br&gt;Solution :
&lt;br&gt;Add execution permissions.
&lt;br&gt;In the console, with permissions root (since the script is owned by root)
&lt;br&gt;# chmod 755 /usr/bin/xdg-open
&lt;br&gt;&lt;br&gt;Note that bugs 42595 and 50488 seem to be related, but this bug was filed as it explicitly identifies the cause of the problem. &amp;nbsp;(And the solution.)
&lt;br&gt;&lt;br&gt;Classified as normal as it is an annoyance that is very easily fixed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56560--xdg-utils%2C-NEW%3A-incorrect-permissions-on-script--usr-bin-xdg-open-tp26863767p26869953.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869417</id>
	<title>[Bug 56569] NEW: Unable to install firefox-ext-plasmanotify</title>
	<published>2009-12-20T18:46:34Z</published>
	<updated>2009-12-20T18:46:34Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56569&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56569&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: Unable to install firefox-ext-plasmanotify
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: Cooker
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: i586
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Core Packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869417&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869417&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;junk_no_spam@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869417&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;&lt;br&gt;installing firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586.rpm from
&lt;br&gt;/var/cache/urpmi/rpms
&lt;br&gt;Installation failed: &amp;nbsp; &amp;nbsp;mozilla-firefox = 0:3.5.6 is needed by
&lt;br&gt;firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Every time
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. urpmi &amp;nbsp;firefox-ext-plasmanotify --auto
&lt;br&gt;&lt;br&gt;&lt;br&gt;installing firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586.rpm from
&lt;br&gt;/var/cache/urpmi/rpms
&lt;br&gt;Installation failed: &amp;nbsp; &amp;nbsp;mozilla-firefox = 0:3.5.6 is needed by
&lt;br&gt;firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586
&lt;br&gt;&lt;br&gt;[root@cooker ~]# urpmi mozilla-firefox
&lt;br&gt;Package firefox-3.6-0.b5.1mdv2010.1.i586 is already installed
&lt;br&gt;&lt;br&gt;[root@cooker ~]# urpmi firefox-ext-plasmanotify --auto
&lt;br&gt;A requested package cannot be installed:
&lt;br&gt;firefox-ext-plasmanotify-0.3.0-8mdv2010.1.i586 (due to unsatisfied
&lt;br&gt;mozilla-firefox[== 0:3.5.6])
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56569--NEW%3A-Unable-to-install-firefox-ext-plasmanotify-tp26869417p26869417.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869238</id>
	<title>[Bug 56568] rpmdrake, NEW: rpmdrake ignores settings to keep downloaded rpm's after install</title>
	<published>2009-12-20T18:08:24Z</published>
	<updated>2009-12-20T18:08:24Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56568&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56568&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;RPM Package: rpmdrake-5.16.5-1.1mdv2009.1 ,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; urpmi-6.25.6-1.1mdv2009.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Summary: rpmdrake ignores settings to keep downloaded rpm's
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; after install
&lt;br&gt;&amp;nbsp; &amp;nbsp; Classification: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Product: Mandriva Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Version: 2009.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Platform: i586
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; OS/Version: Linux
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Status: NEW
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Severity: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Priority: normal
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Component: Core Packages
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AssignedTo: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869238&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ReportedBy: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869238&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;QAContact: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869238&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bugs@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When rpmdrake downloads and installs rpms, normally it erases the rpms after
&lt;br&gt;installation.
&lt;br&gt;However, there is a configuration available in /etc/urpmi/urpmi.cfg which
&lt;br&gt;suppresses this behavior.
&lt;br&gt;Between the first set of { &amp;nbsp;}, one adds the line
&lt;br&gt;&amp;nbsp;post-clean: 0
&lt;br&gt;or alternately
&lt;br&gt;&amp;nbsp;clean: 0
&lt;br&gt;&lt;br&gt;When rpmdrake is used to update rpms on line, there is often an automatic
&lt;br&gt;update of rpmdrake (or urpmi), before the requested updates.
&lt;br&gt;One of these updates has caused rpmdrake to ignore the setting in the urpmi.cfg
&lt;br&gt;file.
&lt;br&gt;All customisation is removed automatically from time to time, but even with the
&lt;br&gt;settings restored, rpmdrake ignores the setting. 
&lt;br&gt;Often urpmi.cfg is left unmodified after several download sessions, but the
&lt;br&gt;downloaded rpms are always erased.
&lt;br&gt;It is possible that urpmi.cfg is being overwritten when the urpmi database is
&lt;br&gt;updated. &amp;nbsp;(The date of the last change coincides with the last database
&lt;br&gt;update.)
&lt;br&gt;There is no reason to modify urpmi.cfg during a database update, as no
&lt;br&gt;information in the file, such as source medias, should change. &amp;nbsp;All this does
&lt;br&gt;is remove any manual customisation.
&lt;br&gt;&lt;br&gt;There is now a check box in rpmdrake to erase the rpms downloaded after
&lt;br&gt;install. &amp;nbsp;When this is unchecked, the rpms are still erased. 
&lt;br&gt;&lt;br&gt;With the configuration above, rpmdrake used to correctly keep the installed
&lt;br&gt;rpms, under Mandriva 2009.1 and before.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;rpmdrake-5.16.5-1.1mdv2009.1
&lt;br&gt;urpmi-6.25.6-1.1mdv2009.1
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Configure rpmdrake appropriately and install remote rpms.
&lt;br&gt;&lt;br&gt;Steps to Reproduce:
&lt;br&gt;1. Ensure that /etc/urpmi/urpmi.cfg contains the line &amp;quot;post-clean: 0&amp;quot; (or
&lt;br&gt;&amp;quot;clean: 0&amp;quot;) between the first set of { }.
&lt;br&gt;&lt;br&gt;2. Start rpmdrake as usual.
&lt;br&gt;&lt;br&gt;3. Uncheck the box at
&lt;br&gt;&amp;nbsp;Options/Erase the download cache after successful installation.
&lt;br&gt;&lt;br&gt;4. Select and install some rpms from a remote source.
&lt;br&gt;&lt;br&gt;5. All rpms in the cache are erased after install.
&lt;br&gt;&amp;nbsp; Recently, after every 8 or so rpms installed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56568--rpmdrake%2C-NEW%3A-rpmdrake-ignores-settings-to-keep-downloaded-rpm%27s-after-install-tp26869238p26869238.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869018</id>
	<title>[Bug 55090] mdkonline, RESOLVED: mdkapplet-upgrade-helper crashed (Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x8</title>
	<published>2009-12-20T17:33:46Z</published>
	<updated>2009-12-20T17:33:46Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55090&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55090&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: mdkapplet-upgrade-helper crashed (Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x8
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: mdkonline-2.77.7-1mdv2010.0
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : Triaged
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : critical
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : high
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869018&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tvignaud@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869018&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danc@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #121 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869018&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 02:33:39 CEST ---
&lt;br&gt;(In reply to comment #120)
&lt;br&gt;&amp;gt; I executed the urpmi auto-update and got a huge list of orphaned files (see
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://forum.mandriva.com/viewtopic.php?p=763673#763673&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forum.mandriva.com/viewtopic.php?p=763673#763673&lt;/a&gt;). Should I run the
&lt;br&gt;&amp;gt; suggested urpme --auto-orphans?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks.
&lt;br&gt;&lt;br&gt;We'll keep that discussion for the forum, it's not related to this bug report
&lt;br&gt;any more. Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;The &amp;quot;mdkapplet-upgrade-helper&amp;quot; program crashed. Drakbug-12.74.2 caught it.
&lt;br&gt;&lt;br&gt;distribution upgrade
&lt;br&gt;&lt;br&gt;Backtrace was:
&lt;br&gt;Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .) at /usr/lib/libDrakX/lang.pm line 6.
&lt;br&gt;BEGIN failed--compilation aborted at /usr/lib/libDrakX/lang.pm line 6.
&lt;br&gt;Compilation failed in require at /usr/lib/libDrakX/ugtk2.pm line 1453.
&lt;br&gt;standalone::bug_handler() called from /usr/lib/libDrakX/ugtk2.pm:1453
&lt;br&gt;Gtk2::Banner::new() called from /usr/lib/libDrakX/drakfirsttime/mdkonline.pm:65
&lt;br&gt;mdkonline::get_banner() called from /usr/sbin/mdkapplet-upgrade-helper:139
&lt;br&gt;main::upgrade_distro_congratulations() called from /usr/sbin/mdkapplet-upgrade-helper:104
&lt;br&gt;main::run_gurpmi() called from /usr/sbin/mdkapplet-upgrade-helper:227
&lt;br&gt;main::upgrade() called from /usr/sbin/mdkapplet-upgrade-helper:65
&lt;br&gt;&lt;br&gt;Kernel version = 2.6.27-desktop-0.rc8.2mnb
&lt;br&gt;Distribution=Mandriva Linux release 2010.0 (Official) for x86_64
&lt;br&gt;CPU=AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55090--mdkonline%2C-NEW%3A-mdkapplet-upgrade-helper-crashed-%28Can%27t-locate-utf8.pm-in-%40INC-%28%40INC-contains%3A--usr-lib-libDrakX--usr-lib-libDrakX-drakfirsttime--usr-lib-perl5-site_perl-5.10.0-x86_64-linux-thread-multi--usr-lib-perl5-site_perl-5.10.0--usr-lib-perl5-vendor_perl-5.10.0-x8-tp26193758p26869018.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26869011</id>
	<title>[Bug 56560] xdg-utils, NEW: incorrect permissions on script /usr/bin/xdg-open</title>
	<published>2009-12-20T17:32:25Z</published>
	<updated>2009-12-20T17:32:25Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56560&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56560&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: incorrect permissions on script /usr/bin/xdg-open
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2009.1
&lt;br&gt;&amp;nbsp; RPM Package: xdg-utils-1.0.2-12mdv2009.1
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andre99b@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; changed:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;What &amp;nbsp; &amp;nbsp;|Removed &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |Added
&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Keywords| &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|NEEDINFO
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;AssignedTo|nlecureuil@...&lt;/a&gt; &amp;nbsp; &amp;nbsp; |&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;triage@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #1 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26869011&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 02:32:23 CEST ---
&lt;br&gt;Well, there's something wrong with your install, the permissions of
&lt;br&gt;/usr/bin/xdg-open is 755 (I've just checked).
&lt;br&gt;&lt;br&gt;To confirm try this:
&lt;br&gt;su
&lt;br&gt;rm -f /usr/bin/xdg-open
&lt;br&gt;urpmi --replacepkgs xdg-utils
&lt;br&gt;&lt;br&gt;then check the permissions again.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:
&lt;br&gt;When attempting to display html-based help, for example, /usr/bin/www-browser is invoked, which in turn invokes /usr/bin/xdg-open.
&lt;br&gt;The permissions on xdg-open are 644 (-rw-r--r--), which does not permit execution, so the action fails.
&lt;br&gt;(Without error message unless one runs the process in console.)
&lt;br&gt;&lt;br&gt;Version-Release number of selected component (if applicable):
&lt;br&gt;xdg-utils-1.0.2-12mdv2009.1
&lt;br&gt;&lt;br&gt;How reproducible:
&lt;br&gt;Attempt to run any application which invokes directly or indirectly xdg-open.
&lt;br&gt;(e.g. an item in the documentation menu, or many items in the help menu.)
&lt;br&gt;&lt;br&gt;Solution :
&lt;br&gt;Add execution permissions.
&lt;br&gt;In the console, with permissions root (since the script is owned by root)
&lt;br&gt;# chmod 755 /usr/bin/xdg-open
&lt;br&gt;&lt;br&gt;Note that bugs 42595 and 50488 seem to be related, but this bug was filed as it explicitly identifies the cause of the problem. &amp;nbsp;(And the solution.)
&lt;br&gt;&lt;br&gt;Classified as normal as it is an annoyance that is very easily fixed.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56560--xdg-utils%2C-NEW%3A-incorrect-permissions-on-script--usr-bin-xdg-open-tp26863767p26869011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26868867</id>
	<title>[Bug 56565] firefox, NEW: After update looks for /usr/lib64/firefox-3.6b4/firefox directory which is no longer present</title>
	<published>2009-12-20T17:08:28Z</published>
	<updated>2009-12-20T17:08:28Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56565&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56565&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: After update looks for /usr/lib64/firefox-3.6b4/firefox directory which is no longer present
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: Cooker
&lt;br&gt;&amp;nbsp; RPM Package: firefox-3.6-0.b5.1mdv2010.1
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claudio@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868867&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gjwalsh@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #3 from Ahmad Samir &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868867&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ahmadsamir@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 02:08:27 CEST ---
&lt;br&gt;It's 'rpm -qa firefox *xulrunner*', so post 'rpm -qa *xulrunner*' too.
&lt;br&gt;&lt;br&gt;Also where are you clicking that URL? and which DE are you running?
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:When selecting a URI the system reports that 'usr/lib64/firefox-3.6b4/firefox' cannot be found. That is true, given the update to firefox-3.6b5 which is present.
&lt;br&gt;&lt;br&gt;So what is causing the updated firefox to be looking for the old directory associated with the previous release?
&lt;br&gt;&lt;br&gt;This behaviour was first noticed here yesterday (19 Dec 2009)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56565--firefox%2C-NEW%3A-After-update-looks-for--usr-lib64-firefox-3.6b4-firefox-directory-which-is-no-longer-present-tp26866861p26868867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26868770</id>
	<title>[Bug 55090] mdkonline, RESOLVED: mdkapplet-upgrade-helper crashed (Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x8</title>
	<published>2009-12-20T16:49:10Z</published>
	<updated>2009-12-20T16:49:10Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=55090&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=55090&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: mdkapplet-upgrade-helper crashed (Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x8
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: 2010.0
&lt;br&gt;&amp;nbsp; RPM Package: mdkonline-2.77.7-1mdv2010.0
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : Triaged
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : RESOLVED
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : critical
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : high
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868770&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;tvignaud@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868770&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;danc@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #120 from Franklin Phan &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868770&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frankioski@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 01:49:01 CEST ---
&lt;br&gt;I executed the urpmi auto-update and got a huge list of orphaned files (see
&lt;br&gt;&lt;a href=&quot;http://forum.mandriva.com/viewtopic.php?p=763673#763673&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://forum.mandriva.com/viewtopic.php?p=763673#763673&lt;/a&gt;). Should I run the
&lt;br&gt;suggested urpme --auto-orphans?
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;The &amp;quot;mdkapplet-upgrade-helper&amp;quot; program crashed. Drakbug-12.74.2 caught it.
&lt;br&gt;&lt;br&gt;distribution upgrade
&lt;br&gt;&lt;br&gt;Backtrace was:
&lt;br&gt;Can't locate utf8.pm in @INC (@INC contains: /usr/lib/libDrakX /usr/lib/libDrakX/drakfirsttime /usr/lib/perl5/site_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.10.0 /usr/lib/perl5/vendor_perl/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.10.0 /usr/lib/perl5/5.10.0/x86_64-linux-thread-multi /usr/lib/perl5/5.10.0 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl .) at /usr/lib/libDrakX/lang.pm line 6.
&lt;br&gt;BEGIN failed--compilation aborted at /usr/lib/libDrakX/lang.pm line 6.
&lt;br&gt;Compilation failed in require at /usr/lib/libDrakX/ugtk2.pm line 1453.
&lt;br&gt;standalone::bug_handler() called from /usr/lib/libDrakX/ugtk2.pm:1453
&lt;br&gt;Gtk2::Banner::new() called from /usr/lib/libDrakX/drakfirsttime/mdkonline.pm:65
&lt;br&gt;mdkonline::get_banner() called from /usr/sbin/mdkapplet-upgrade-helper:139
&lt;br&gt;main::upgrade_distro_congratulations() called from /usr/sbin/mdkapplet-upgrade-helper:104
&lt;br&gt;main::run_gurpmi() called from /usr/sbin/mdkapplet-upgrade-helper:227
&lt;br&gt;main::upgrade() called from /usr/sbin/mdkapplet-upgrade-helper:65
&lt;br&gt;&lt;br&gt;Kernel version = 2.6.27-desktop-0.rc8.2mnb
&lt;br&gt;Distribution=Mandriva Linux release 2010.0 (Official) for x86_64
&lt;br&gt;CPU=AMD Athlon(tm) 64 X2 Dual Core Processor 6000+
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-55090--mdkonline%2C-NEW%3A-mdkapplet-upgrade-helper-crashed-%28Can%27t-locate-utf8.pm-in-%40INC-%28%40INC-contains%3A--usr-lib-libDrakX--usr-lib-libDrakX-drakfirsttime--usr-lib-perl5-site_perl-5.10.0-x86_64-linux-thread-multi--usr-lib-perl5-site_perl-5.10.0--usr-lib-perl5-vendor_perl-5.10.0-x8-tp26193758p26868770.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26868758</id>
	<title>[Bug 56565] firefox, NEW: After update looks for /usr/lib64/firefox-3.6b4/firefox directory which is no longer present</title>
	<published>2009-12-20T16:46:53Z</published>
	<updated>2009-12-20T16:46:53Z</updated>
	<author>
		<name>Bugzilla from bugzilla@qa.mandrivalinux.com</name>
	</author>
	<content type="html">&lt;a href=&quot;https://qa.mandriva.com/show_bug.cgi?id=56565&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/show_bug.cgi?id=56565&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; Summary &amp;nbsp; &amp;nbsp;: After update looks for /usr/lib64/firefox-3.6b4/firefox directory which is no longer present
&lt;br&gt;&amp;nbsp; Product &amp;nbsp; &amp;nbsp;: Mandriva Linux
&lt;br&gt;&amp;nbsp; Component &amp;nbsp;: Core Packages
&lt;br&gt;&amp;nbsp; Version &amp;nbsp; &amp;nbsp;: Cooker
&lt;br&gt;&amp;nbsp; RPM Package: firefox-3.6-0.b5.1mdv2010.1
&lt;br&gt;&amp;nbsp; Keywords &amp;nbsp; : NEEDINFO
&lt;br&gt;&amp;nbsp; Status &amp;nbsp; &amp;nbsp; : NEW
&lt;br&gt;&amp;nbsp; Severity &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Priority &amp;nbsp; : normal
&lt;br&gt;&amp;nbsp; Assigned To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;claudio@...&lt;/a&gt;
&lt;br&gt;&amp;nbsp; Reported By: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868758&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gjwalsh@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Comment #2 from George Walsh &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26868758&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gjwalsh@...&lt;/a&gt;&amp;gt; &amp;nbsp;2009-12-21 01:46:51 CEST ---
&lt;br&gt;Output requested is:
&lt;br&gt;firefox-3.6-0.b5.1mdv2010.1
&lt;br&gt;&lt;br&gt;Here is the listing of the current directories:
&lt;br&gt;&lt;br&gt;[gjwalsh@access ~]$ ll /usr/lib64/firefox*
&lt;br&gt;&lt;br&gt;/usr/lib64/firefox-3.5.3:
&lt;br&gt;total 8
&lt;br&gt;drwxr-xr-x 2 root root 4096 2009-12-11 13:44 extensions/
&lt;br&gt;drwxr-xr-x 3 root root 4096 2009-12-11 13:34 updates/
&lt;br&gt;&lt;br&gt;/usr/lib64/firefox-3.5.5:
&lt;br&gt;total 8
&lt;br&gt;drwxr-xr-x 2 root root 4096 2009-12-16 12:07 extensions/
&lt;br&gt;drwxr-xr-x 3 root root 4096 2009-12-12 16:15 updates/
&lt;br&gt;&lt;br&gt;/usr/lib64/firefox-3.6b4:
&lt;br&gt;total 4
&lt;br&gt;drwxr-xr-x 2 root root 4096 2009-12-18 11:24 extensions/
&lt;br&gt;&lt;br&gt;/usr/lib64/firefox-3.6b5:
&lt;br&gt;total 204
&lt;br&gt;-rw-r--r-- 1 root root &amp;nbsp;2029 2009-12-18 03:16 application.ini
&lt;br&gt;-rw-r--r-- 1 root root &amp;nbsp;2530 2009-12-18 03:16 blocklist.xml
&lt;br&gt;-rw-r--r-- 1 root root &amp;nbsp; 234 2009-12-18 03:16 browserconfig.properties
&lt;br&gt;drwxr-xr-x 3 root root &amp;nbsp;4096 2009-12-18 11:23 chrome/
&lt;br&gt;drwxr-xr-x 2 root root &amp;nbsp;4096 2009-12-18 11:23 components/
&lt;br&gt;drwxr-xr-x 4 root root &amp;nbsp;4096 2009-12-18 11:23 defaults/
&lt;br&gt;drwxr-xr-x 4 root root &amp;nbsp;4096 2009-12-18 11:24 extensions/
&lt;br&gt;-rwxr-xr-x 1 root root 97040 2009-12-18 03:16 firefox*
&lt;br&gt;-rwxr-xr-x 1 root root &amp;nbsp;1068 2009-12-18 03:16 firefox-rebuild-databases.pl*
&lt;br&gt;drwxr-xr-x 2 root root &amp;nbsp;4096 2009-12-18 11:23 icons/
&lt;br&gt;-rw-r--r-- 1 root root 30826 2009-12-18 03:16 LICENSE
&lt;br&gt;drwxr-xr-x 2 root root &amp;nbsp;4096 2009-12-18 11:23 modules/
&lt;br&gt;-rw-r--r-- 1 root root &amp;nbsp; 177 2009-12-18 03:16 README.txt
&lt;br&gt;-rw-r--r-- 1 root root 16200 2009-12-18 03:16 removed-files
&lt;br&gt;-rwxr-xr-x 1 root root 10452 2009-12-18 03:16 run-mozilla.sh*
&lt;br&gt;drwxr-xr-x 2 root root &amp;nbsp;4096 2009-12-18 11:23 searchplugins/
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------------------
&lt;br&gt;Original Bug Text:
&lt;br&gt;&lt;br&gt;&lt;br&gt;Description of problem:When selecting a URI the system reports that 'usr/lib64/firefox-3.6b4/firefox' cannot be found. That is true, given the update to firefox-3.6b5 which is present.
&lt;br&gt;&lt;br&gt;So what is causing the updated firefox to be looking for the old directory associated with the previous release?
&lt;br&gt;&lt;br&gt;This behaviour was first noticed here yesterday (19 Dec 2009)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Configure bugmail: &lt;a href=&quot;https://qa.mandriva.com/userprefs.cgi?tab=email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://qa.mandriva.com/userprefs.cgi?tab=email&lt;/a&gt;&lt;br&gt;------- You are receiving this mail because: -------
&lt;br&gt;You are the QA contact for the bug.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Bug-56565--firefox%2C-NEW%3A-After-update-looks-for--usr-lib64-firefox-3.6b4-firefox-directory-which-is-no-longer-present-tp26866861p26868758.html" />
</entry>

</feed>
