[Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-30 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6259


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-10-30 19:22 ---
$ rpm -qp --provides mnt/distrib/9.1/contrib/RPMS/grace-devel-5.1.12-1mdk.i586.rpm 
grace = 5.1.12
grace-devel = 5.1.12-1mdk

$ rpm -qp --provides /mnt/distrib/9.2/contrib/RPMS/grace-devel-5.1.12-2mdk.i586.rpm 
grace-devel = 5.1.12-2mdk

So it is already fixed in grace package for 9.2 at least.



-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
urpmi reports Everything already installed when trying to install grace if 
grace-devel is  
alreadey installed.  
  
It seems that if foo-bar is installed then urpmi foo reports Everything already 
installed  
In order to install grace, I had to do  
urpmi grace-5  
  
A temporary workaround is urpmi -a grace, but I have a script that enforces a standard 
build for  
my users and if I decide that perl and perl-gtk are in the standard but other perl are 
not, using  
urpmi -a perl would install all perl packages.  
My script takes my std pkg list and isuue a urpmi pkg1 pkg2 pkg3   
replacing urpmi with urpmi -a would lead to extra packages installed.  
  
Here is a demo:  
[EMAIL PROTECTED] root]# urpmi grace-devel  
installing 
/crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-devel-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace-devel##  
[EMAIL PROTECTED] root]# urpmi grace  
Everything already installed  
[EMAIL PROTECTED] root]# urpmi grace-5  
installing /crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace  ##  
[EMAIL PROTECTED] root]#  
  
(It was done on a MDK9.1 urpmi-4.2-34.1mdk but also applies to recent cookers. If you 
need  
more demo on cooker, I'll be able to past a demo from my collegue cooker laptop which 
is not  
present on site at this time)  
  
Regards.  
 
PS: bugs.mandrake.com is not available. (DNS error)



[Cooker] [Bug 6220] [urpmi] New: missing RPMs after updating FTP media

2003-10-27 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6220

   Summary: missing RPMs after updating FTP media
   Product: urpmi
   Version: 4.4-37mdk
  Platform: Other
OS/Version: All
  Severity: normal
  Priority: P2
 Component: program
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


After installing Cooker (FTP install), and being Installation and Contrib sources 
enabled, 
many packages are available, like Mozilla or OpenOffice. 
But many times, after updating (urpmi.update -a), many many many packages simply 
disappear and aren't unavailable to install, either in text mode urpmi mozilla or 
via the 
graphical Install Software app. And of course, that software isn't installed. 
So I must to remove all media, clean the cache and re-add all media to become the 
software available again. 
 
Thanx!

--- Additional Comments From [EMAIL PROTECTED]  2003-10-27 16:00 ---
This is problably a problem related to bug 6013, can you test urpmi.update
--no-md5sum to check if this is the problem ?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



[Cooker] [Bug 6124] [rpm] urpmi pam destroyed a system!

2003-10-13 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6124


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
  Component|urpmi   |rpm
Product|urpmi   |rpm
Version|4.4-37mdk   |4.2-19mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-13-10 14:56 ---
The fact the devel package is removed has been fixed in perl-URPM-0.94-7mdk.

pam should have workarounded for this rpm bug else even fixing rpm will not
allow this problem to be fixed as package will be upgraded together.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
After urpmi --auto-select, libpam0 and pam were updated.

urpmi issued the following warnings:

warning: /etc/pam.d/system-auth saved as /etc/pam.d/system-auth.rpmsave
warning: /etc/pam.d/system-auth created as /etc/pam.d/system-auth.rpmnew

and therefore, left system unusable, as there were no /etc/pam.d/system-auth (a
logic problem for urpmi?)

I presume this way it could also seriously damage other things, not only
pam-related.


Below, the output of urpmi:


installing /var/cache/urpmi/rpms/pam-0.77-10mdk.i586.rpm
/var/cache/urpmi/rpms/libpam0-0.77-10mdk.i586.rpm
removing libsmbclient0-devel-2.2.8a-13mdk.i586 pam-devel-0.77-9mdk.i586
Preparing...##
   8:libpam0##
warning: /etc/pam.d/system-auth saved as /etc/pam.d/system-auth.rpmsave
   9:pamwarning: /etc/pam.d/system-auth created as
/etc/pam.d/system-auth.rpmnew
##


The output taken from the syslog, with version numbers:

Okt 10 14:42:03 mangoo2 perl: [RPM] libpam0-0.77-10mdk installed
Okt 10 14:42:06 mangoo2 perl: [RPM] pam-0.77-9mdk removed
Okt 10 14:42:08 mangoo2 perl: [RPM] pam-0.77-10mdk installed
Okt 10 14:42:10 mangoo2 perl: [RPM] pam-devel-0.77-9mdk removed
Okt 10 14:55:50 mangoo2 perl: [RPM] libpam0-devel-0.77-10mdk installed



[Cooker] [Bug 6056] [urpmi] urpmi.update and local mirror for updates (mdk 9.1)

2003-10-10 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6056





--- Additional Comments From [EMAIL PROTECTED]  2003-10-10 10:54 ---
There are no distinction with medium name, another problem preventing you from
adding update_source instead of update or any other name.

Did you tested again update_source with the new urpmi at least ?

For rpmdrake, it is normal I forget there could be incompabilities between
version of urpmi, so it need to be updated too, which prevent urpmi update only
if rpmdrake update are done too, or you loose rpmdrake. I should add a conflicts
with older version of rpmdrake, so that it will be removed if not updated.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
urpmi.update --update takes a lot of time to work (cca. 5-10 minutes) if URMP
has no proxy settings (file /etc/urpmi/proxy.cfg is empty), but there is
environment 'http_proxy' variable set (file /etc/profile.d/proxy.sh has proxy
definition).
That kind of configuration is needed because we have firewall, but Mdk updates
mirror location is on the local network (local mirror ftp server for Mandrake
updates).

I think that the problem is in calling 'culr' command, if there is no proxy
settings in file '/etc/urpmi/proxy.cfg'. Urmpi.update calls curl as follows:

/usr/bin/curl 0-s -I ftp://nanos/linux/distr/Mandrake/updates/9.1/base/hd

I think that there is invalid parameter '0-s', which maybe? it should be '-0
-s', but I can not see the whole command line with parameters of the running
process to see the whole picture.
In this situation probably curl uses parameter '0-s' as an URL, which must be
found, but '0-s' URL doesn't exist.

There is no problem to make 'urpmi.update', if URPMI update source resides on
the internet (e.g. ftp://mandrake.redbox.cz/...). In this situation URPM http
proxy must be set because of the firewall.

Maybe there is a bug in vendor perl module 'urpm.pm'?



[Cooker] [Bug 6056] [urpmi] urpmi.update and local mirror for updates (mdk 9.1)

2003-10-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6056





--- Additional Comments From [EMAIL PROTECTED]  2003-09-10 11:56 ---
Adding proxy per media will be done for next distributions, but I wonder if it
works or not, your report is not clear, it does'nt work if given on command line
or in proxy environment ?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
urpmi.update --update takes a lot of time to work (cca. 5-10 minutes) if URMP
has no proxy settings (file /etc/urpmi/proxy.cfg is empty), but there is
environment 'http_proxy' variable set (file /etc/profile.d/proxy.sh has proxy
definition).
That kind of configuration is needed because we have firewall, but Mdk updates
mirror location is on the local network (local mirror ftp server for Mandrake
updates).

I think that the problem is in calling 'culr' command, if there is no proxy
settings in file '/etc/urpmi/proxy.cfg'. Urmpi.update calls curl as follows:

/usr/bin/curl 0-s -I ftp://nanos/linux/distr/Mandrake/updates/9.1/base/hd

I think that there is invalid parameter '0-s', which maybe? it should be '-0
-s', but I can not see the whole command line with parameters of the running
process to see the whole picture.
In this situation probably curl uses parameter '0-s' as an URL, which must be
found, but '0-s' URL doesn't exist.

There is no problem to make 'urpmi.update', if URPMI update source resides on
the internet (e.g. ftp://mandrake.redbox.cz/...). In this situation URPM http
proxy must be set because of the firewall.

Maybe there is a bug in vendor perl module 'urpm.pm'?



[Cooker] [Bug 6101] [adiusbadsl] 92rc2 : connection with sagem fast800 has a problem with option.adsl

2003-10-07 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6101


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-08-10 00:06 ---
The template file is help for setting up the adsl connexion by hand, but is not
used by tools, you should look at /etc/ppp/peers/adsl for that, provided you
used drakconnect (or DrakConf which is a tools centralized dispatcher) to
configure it.

The problem you should see is does internet service work or not ? if you use
startadsl it will not work (as everything is centralized in
/etc/sysconfig/network-scripts/net_cnx_up you can call directly to start
internet connection.

Free dégroupé is only available using drakconnect in expert mode (where the
right files should be modified accordingly, I hope so), so if you need ADSL
dégroupé for Sagem, try using it (drakconnect --expert as root).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
I've just reinstalled Mandrake 9.2rc2 and tested installation of sagem Fast800
as Free non dégroupé.
I've encountered an old problem I saw before that may not be in 9.2 final :
the file /etc/ppp/options.adsl is not created : I have to copy it manually from
options.adsl.template to options.adsl and add the first line user
[EMAIL PROTECTED].
Maybe it has been corrected afterwards in drakconnect ? I cannot see it, as I
depend on internet to get installed the latest rpm ;-) hence I've corrected it
beore I upgrade drakxtools, cannot verify if it's due to the upgrade though...



[Cooker] [Bug 6013] [urpmi] unable to force urpmi.update

2003-10-06 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6013





--- Additional Comments From [EMAIL PROTECTED]  2003-06-10 14:17 ---
Instead of removing MD5SUM files if the md5 doesn't match, you can simply
rebuild it directly (md5sum *hdlist*  MD5SUM)


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
It seems that urpmi.update doesn't work, even with -f, if MD5SUM file on the
server is not up to date, or at last older than hdlist.cz.
I was unable to get the hdlist.cz file on ftp.club-internet.fr, dated Sep 27
because the MD5SUM was generated on Sep 24.
I tried to remove my local MD5SUM but didn't work.
I had to remove and recreate my Cooker and Contrib source to get it.

Thanks

Berthy



[Cooker] [Bug 6056] [urpmi] urpmi.update and local mirror for updates (mdk 9.1)

2003-10-05 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6056


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-06-10 04:01 ---
Ok, I build an 9.2 urpmi with smal fixes for 9.1, can you try it, I put it in
unsupported (perl-URPM-0.94-6_91mdk and urpmi-4.4-38_91mdk).

It should have the fix for curl proxy problems as well as many others problems
fixed.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
urpmi.update --update takes a lot of time to work (cca. 5-10 minutes) if URMP
has no proxy settings (file /etc/urpmi/proxy.cfg is empty), but there is
environment 'http_proxy' variable set (file /etc/profile.d/proxy.sh has proxy
definition).
That kind of configuration is needed because we have firewall, but Mdk updates
mirror location is on the local network (local mirror ftp server for Mandrake
updates).

I think that the problem is in calling 'culr' command, if there is no proxy
settings in file '/etc/urpmi/proxy.cfg'. Urmpi.update calls curl as follows:

/usr/bin/curl 0-s -I ftp://nanos/linux/distr/Mandrake/updates/9.1/base/hd

I think that there is invalid parameter '0-s', which maybe? it should be '-0
-s', but I can not see the whole command line with parameters of the running
process to see the whole picture.
In this situation probably curl uses parameter '0-s' as an URL, which must be
found, but '0-s' URL doesn't exist.

There is no problem to make 'urpmi.update', if URPMI update source resides on
the internet (e.g. ftp://mandrake.redbox.cz/...). In this situation URPM http
proxy must be set because of the firewall.

Maybe there is a bug in vendor perl module 'urpm.pm'?



[Cooker] [Bug 6013] [urpmi] unable to force urpmi.update

2003-10-05 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6013





--- Additional Comments From [EMAIL PROTECTED]  2003-06-10 04:03 ---
But anyway, this problems only occurs because mirror are in bad state, as MD5SUM
should reflect real md5 of files to download...

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
It seems that urpmi.update doesn't work, even with -f, if MD5SUM file on the
server is not up to date, or at last older than hdlist.cz.
I was unable to get the hdlist.cz file on ftp.club-internet.fr, dated Sep 27
because the MD5SUM was generated on Sep 24.
I tried to remove my local MD5SUM but didn't work.
I had to remove and recreate my Cooker and Contrib source to get it.

Thanks

Berthy



[Cooker] [Bug 5023] [Installation] Dependencies cancel all selections

2003-09-30 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5023


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-30-09 17:11 ---
No, it has been fixed in final, this was a problem in gtk loop due to long
execution of some code.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When I select a package with a dependency and I click OK before the display 
refreshes in the package description window, the Installation program goes 
back to the main configuration screen (the one with Server, INtrenet and so ) 
 
The consol (ALt+CTrl+F1) says : 
 
(run install 2:10): Gtk-CRITICAL **: file ../../gtk/gtkbox.c: line 408 
(gtk_box_pack_end): assertion `child-parent == NULL` failes



[Cooker] [Bug 6013] [urpmi] unable to force urpmi.update

2003-09-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6013





--- Additional Comments From [EMAIL PROTECTED]  2003-28-09 19:49 ---
MD5SUM file management has not been linked to -f option, which is problably a
bad idea in fact. You can use --no-md5sum added to avoid mirror problems related
to md5sum values.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
It seems that urpmi.update doesn't work, even with -f, if MD5SUM file on the
server is not up to date, or at last older than hdlist.cz.
I was unable to get the hdlist.cz file on ftp.club-internet.fr, dated Sep 27
because the MD5SUM was generated on Sep 24.
I tried to remove my local MD5SUM but didn't work.
I had to remove and recreate my Cooker and Contrib source to get it.

Thanks

Berthy



[Cooker] [Bug 5979] [rpm] urpmi problem--strange output

2003-09-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5979


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
  Component|urpmi   |program
Product|urpmi   |rpm
Version|4.4-37mdk   |4.2-18mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-28-09 19:53 ---
This problem should not be related to urpmi but with rpm itself.

The main question is how do you get this ? If this is reproducible, we can do
something trying to fix it.

Can you try rpm -q gpg-pubkey and give us output ?

Can you try rpm -V gpg-pubkey and give us output ?

Does you have other rpm errors message ?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
the following output is repeated (10-20 lines) when using urpmi to upgrade
packages: rpmdb: /var/lib/rpm/Pubkeys: unexpected file type or format
this does not prevent upgrade/install, but is rather disconcerting



[Cooker] [Bug 5833] [urpmi] URPMI : deinstallation of packages is Yes by default !

2003-09-22 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5833


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-22-09 11:58 ---
fixed in 4.4-38mdk, but problably not in 9.2 final release as too late, I will
try to put it in unsupported soon.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
# urpme mandrake_theme
Pour satisfaire les dépendances, les paquetages suivants vont être désinstallés
(179 Mo):
WindowMaker-0.80.2-5mdk.i586 (mandrake_desk = 8.3-3mdk non satisfait)
abiword-2.0.0-1mdk.i586 (libgnome-2.so.0 absent, libbonoboui-2.so.0 absent,
libgnomeui-2.so.0 absent)
[...snip...]
yelp-2.4.0-2mdk.i586 (libgnome2 = 2.0.2 non satisfait, libgnome-2.so.0 absent,
libbonoboui-2.so.0 absent, libgnomeui-2.so.0 absent)
Est-ce correct ? (O/n)


The Yes option is in upper case and by default ! It should be N by default like
previous versions to avoid any deinstallation of lots of software by error.



[Cooker] [Bug 5807] [urpmi] urpmi.removemedia

2003-09-19 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5807


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 14:54 ---
Ok, I see the problem of names.plf not erased, this is fixed in next urpmi
release (problably not in 9.2 due to late fixing of non critical bug).

For the other media not listed in urpmi.cfg, this is a normal behaviour of urpmi
for being compatible with older version, file should be still available.

There is a problem of DrakX not taking into account urpmi.cfg by using this
mechanism of urpmi (compatiblity) that will be fixed for next release, again
this is not critical to put the fixes in 9.2.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
urpmi.removemedia doesn't erase files from /var/lib/urpmi
i try urpmi.removemedia -a or urpmi.removemedia name
frome rpmdrake too, that's very boring to add new medias.
Thanks



[Cooker] [Bug 5802] [urpmi] Urpmi takes 'p' as a 'o' when asking confirmation in french

2003-09-19 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5802


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-19-09 16:27 ---
fixed to be more solid against input character, may be not available in 9.2 (as
this is too late for non critical bug fixed). fixed in 4.4-38mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
simple : 
# urpmi wine
Pour satisfaire les dépendances, les paquetages suivants vont être installés (24
Mo):
libwine1-20030813-1mdk.i586
wine-20030813-1mdk.i586
Est-ce correct ? (O/n) p

ftp://ftp.club-

actualy, I wanted an O but my finger striked the p
urpmi reads in mind, isn't it nice ?



[Cooker] [Bug 5802] [urpmi] Urpmi takes 'p' as a 'o' when asking confirmation in french

2003-09-18 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5802





--- Additional Comments From [EMAIL PROTECTED]  2003-18-09 17:52 ---
Urpmi would have quit if a [Nn] would have been recognized. This is not maybe
the best answers that we can expect on this.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
simple : 
# urpmi wine
Pour satisfaire les dépendances, les paquetages suivants vont être installés (24
Mo):
libwine1-20030813-1mdk.i586
wine-20030813-1mdk.i586
Est-ce correct ? (O/n) p

ftp://ftp.club-

actualy, I wanted an O but my finger striked the p
urpmi reads in mind, isn't it nice ?



[Cooker] [Bug 5807] [urpmi] urpmi.removemedia

2003-09-18 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5807


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-18-09 19:07 ---
Can you give me contents of /etc/urpmi directory and listing of /var/lib/urpmi
please.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
urpmi.removemedia doesn't erase files from /var/lib/urpmi
i try urpmi.removemedia -a or urpmi.removemedia name
frome rpmdrake too, that's very boring to add new medias.
Thanks



[Cooker] [Bug 5697] [urpmi] [mdk 9.2 RC2] Pb with urpmi and acces DB4

2003-09-16 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5697


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-16-09 10:37 ---
Sorry for not saying that rpm --rebuilddb will problably fix the problem, thanks
Levi.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
hi, 
after installing package i have this error now: 
 
error: error(-30982) getting n2.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n3.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n4.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
 
this is my partition espace left: 
 
[EMAIL PROTECTED] shadow]# df 
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur 
/dev/ide/host0/bus0/target0/lun0/part5 
   20G  4,7G   14G  26% / 
/dev/ide/host0/bus0/target0/lun0/part1 
   46M  6,9M   37M  16% /boot 
/dev/ide/host0/bus0/target0/lun0/part8 
  5,5G  215M  5,3G   4% /home 
/dev/ide/host0/bus0/target0/lun0/part6 
  2,5G  1,1G  1,3G  47% /usr/local 
 
I am unable to install new rpm. I remove my cd from urpmi.removemedia  do a 
urpmi.addmedia --distrib removable://mnt/cdrom: same problem.



[Cooker] [Bug 4495] [Installation] basesystem package not selected

2003-09-16 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4495





--- Additional Comments From [EMAIL PROTECTED]  2003-16-09 10:49 ---
This could be a problem of hardware though, except if it was a custom iso
rebuild from scratch. check console 4 (Ctrl-Alt-F4) and see if any error message
(relative to DMA or something are visible).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
I'm trying to update 9.1 with cooker 9.2 (network FTP update) and I have this error:
Une erreur est survenue
basesystem package not selected

My 9.1 has been a lot modified so it may not to be a real but...



[Cooker] [Bug 5697] [urpmi] [mdk 9.2 RC2] Pb with urpmi and acces DB4

2003-09-16 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5697





--- Additional Comments From [EMAIL PROTECTED]  2003-16-09 19:02 ---
No, because it is only relevant to cooker and not final distro.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
hi, 
after installing package i have this error now: 
 
error: error(-30982) getting n2.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n3.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n4.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
 
this is my partition espace left: 
 
[EMAIL PROTECTED] shadow]# df 
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur 
/dev/ide/host0/bus0/target0/lun0/part5 
   20G  4,7G   14G  26% / 
/dev/ide/host0/bus0/target0/lun0/part1 
   46M  6,9M   37M  16% /boot 
/dev/ide/host0/bus0/target0/lun0/part8 
  5,5G  215M  5,3G   4% /home 
/dev/ide/host0/bus0/target0/lun0/part6 
  2,5G  1,1G  1,3G  47% /usr/local 
 
I am unable to install new rpm. I remove my cd from urpmi.removemedia  do a 
urpmi.addmedia --distrib removable://mnt/cdrom: same problem.



[Cooker] [Bug 4143] [urpmi] urpmi in a script launched by cron...

2003-09-15 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4143


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-15-09 10:50 ---
You have to import the key in the rpm database (as currently the pubkey file is
not available in update repository, we will add them so).

I consider the bug closed so, as it is a problem of using cron job, $PATH will
not change anything.

script uses stop on first error, so adding || true works, urpmi set error code
whenever some upgrades didn't work. urpmi.update should not return error code
except on a problem invoking it.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Hello,

I've done a script launched every day by cron.

my script makes:
urpmi.update update_source
urpmi --update --auto-select

This script works fine when launched in a console. This script fails in the
following case when launched by cron : when there is something to download, the
urpmi.update fails and the urpmi is never launched.

And I can't redirect the urpmi.update and the urpmi ouput to a file.

Kind regards,

Vincent RIEDWEG.



[Cooker] [Bug 5697] [urpmi] [mdk 9.2 RC2] Pb with urpmi and acces DB4

2003-09-15 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5697


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-15-09 13:48 ---
This is a problem of rpm not locking its database, so any other rpm command
invoked will crash the db. It has been fixed after RC2 in rpm itself. urpmi was
containing workaround to avoid calling urpmi twice, but rpm would have been
possibly called.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
hi, 
after installing package i have this error now: 
 
error: error(-30982) getting n2.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n3.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
error: error(-30982) getting n4.xpm records from Basenames index 
rpmdb: fatal region error detected; run recovery 
error: db4 error(-30982) from db-get: DB_RUNRECOVERY: Fatal error, run 
database recovery 
 
this is my partition espace left: 
 
[EMAIL PROTECTED] shadow]# df 
Sys. de fich. Tail. Occ. Disp. %Occ. Monté sur 
/dev/ide/host0/bus0/target0/lun0/part5 
   20G  4,7G   14G  26% / 
/dev/ide/host0/bus0/target0/lun0/part1 
   46M  6,9M   37M  16% /boot 
/dev/ide/host0/bus0/target0/lun0/part8 
  5,5G  215M  5,3G   4% /home 
/dev/ide/host0/bus0/target0/lun0/part6 
  2,5G  1,1G  1,3G  47% /usr/local 
 
I am unable to install new rpm. I remove my cd from urpmi.removemedia  do a 
urpmi.addmedia --distrib removable://mnt/cdrom: same problem.



[Cooker] [Bug 5669] [Installation] not possible to select mirror for updates at end of install

2003-09-15 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5669





--- Additional Comments From [EMAIL PROTECTED]  2003-15-09 15:37 ---
No, even if the list could not be retrieved, it should be retrieveable and fails
after. It could be a problem with network not being configured correctly.

Currently mandrake-release is available so that you will be able to check this
(it works here, but for a network install and gateway correctly configured).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Since mandrake 9.1 I've not been able to select a mirror for updates at the end
of the installation process (even though this step is announced). This used to
work in 9.0.
This problem is still valid in 9.2rc2



[Cooker] [Bug 5669] [Installation] not possible to select mirror for updates at end of install

2003-09-15 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5669


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-15-09 17:56 ---
It could be a problem of starting the network in such case (but only during
install, missing kernel module or missing tools).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Since mandrake 9.1 I've not been able to select a mirror for updates at the end
of the installation process (even though this step is announced). This used to
work in 9.0.
This problem is still valid in 9.2rc2



[Cooker] [Bug 5558] [drakxtools] Sagem f@st 800 modem configuration Dégroupé

2003-09-12 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5558


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-12-09 01:50 ---

*** Bug 5574 has been marked as a duplicate of this bug. ***

--- Additional Comments From [EMAIL PROTECTED]  2003-12-09 12:48 ---
As stated by Thierry, it is fixed.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Hello,
Can you allow a Sagem configuration adapted to free.fr ADSL dégroupé lines ?
Only standard ADSL 512k lines are allowed.
Thank you.
Marc



[Cooker] [Bug 5533] [Installation] mdk 9.2 rc2

2003-09-12 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5533


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2003-12-09 16:05 ---
It works here without problem. Please check you have been *effetively* used rc2
cd and not rc1. If you manage to reproduce, send me report.bug.gz file (or
attach it here).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When you select cxhextris (Games Station) you get this message: You can not
select/unselect this package(this error was reported under mdk 9.2 rc1). Beside
during installation cd1 I got this message: Can not adjust (find) time zone. Mdk
9.2 rc1 correctly handled my nvidia geforce mx vidio card unlike mdk 9.2 rc2
which  could not handle the same mentioned vidio card. When I tried to configure
my printer it said failed to configure Printer. These did not happen with mdk
9.2 rc1.

Thank You.



[Cooker] [Bug 5077] [libexif9-devel] file conflicts with libexif8-devel-0.5.9-1mdk when updating from MDK 9.1

2003-09-11 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5077





--- Additional Comments From [EMAIL PROTECTED]  2003-11-09 15:57 ---
The given conflicts will only work for a versioned provide, which is not
currently the case.

So only Conflicts: libexif8-devel libexif7-devel ... as many as distro supported
will be necessary.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
When doing a complete upgrade from Mandrake 9.1 to Cooker,
libexif9-devel-0.5.12-1mdk cannot be installed because it conflicts with
files from package libexif8-devel-0.5.9-1mdk:

  file /usr/include/libexif/exif-tag.h from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk
file /usr/include/libexif/exif-utils.h from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.a from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.la from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.so from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/pkgconfig/libexif.pc from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk

I guess there is missing a conflicts or something like that so that urpmi tries
to install them next to each other instead of removing libexif8-devel-0.5.9-1mdk
first.



[Cooker] [Bug 5310] [Installation] Instalation of MD9.2 RC1 uses only the CD1 hdlist

2003-09-11 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5310


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-09 15:59 ---
It has been fixed for 9.2 RC2 or more.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The instalation was made selecting 
Language: Português 
All the desktop tools 
KDE desktop 
None of the server tools 
 
The first strange thing is that the instalation finishes sucessfully without 
requesting CD2 
or CD3 
Then an inspection to /var/lib/urpmi and /etc/urpmi/urpmi.conf show that only the CD1 
was referred there at the end of the instalation, despite the fact that the hdlists to 
CD2 
and CD3 where present in /var/lib/urpmi during instalation. 
 
Another detected problem was that KDE i18n info rpm is missing.



[Cooker] [Bug 1750] [drakxtools] drakautoinstal can not make the diskette

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=1750


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:05 ---
Currently it is working correctly (for 9.2)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Language French 
Under KDE 
 
Procedure: 
 
In a terminal enter : mcc 
Then in mcc-boot-DrakAutoInstall-insert a diskette-ok (twice) 
 
DESCRIPTION: 
=== 
after cliking twice on the button OK, there is a message like : Creating autoinstall 
diskette then 2 seconds after, nothing, so the diskette is not made. 
In a terminal, enter drakautoinstal : click several times in ok, then there will be an 
error 
message : error: can't write block 15. That pb is the same with all diskettes



[Cooker] [Bug 1752] [drakxtools] pb with lists boxs in drakautoinstal

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=1752


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:08 ---
list boxes depends upon the widget used, and should be consistent with that.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Language French 
under KDE 
 
Procedure: 
 
Go to drakautoinstal via mcc  
In the second step, there will be many lists boxs in order to choice the mode. 
 
DESCRIPTION: 
=== 
lists boxs don't stay unrolled. But with via a terminal, when you click on the lists 
boxs, 
you can unroll.



[Cooker] [Bug 784] [Installation] 9.1beta package selection fails

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=784


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:10 ---
Ok, changed to fixed.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When attempting to upgrade to the new Mandrake 9.1b package on 1/10/03, I
specified detailed package selection.  Some of the dropdown lists were longer
than the selection panel, and I was unable to scroll to the end of them.  After
attempting this, the buttons below the panel vanished, and I was unable to
continue the installation and had to reboot.  A subsequent without detailed
package selection succeeded.



[Cooker] [Bug 1022] [Installation] Boot disk isn't created (dupe of 343/344?)

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=1022


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:24 ---
Look like fixed according to comment.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Installed 9.1 beta 2.  Told installation program to use the /boot partition, 
NOT the MBR, for the LILO boot loader.  (I dual boot with Windows 2000 and use 
the Windows boot loader in the MBR.)  The step to create the boot floppy was 
completely skipped, so I couldn't boot Mandrake 9.1 at all.  Tried this twice - 
same thing both times.

This may be a dupe of an earlier bug (343/344, I think) but that indicated the 
bug was resolved.  If it is resolved, it's not in the released code.

Keep up the good work, guys.  I think you've got the best distro out there.



[Cooker] [Bug 1136] [Installation] automatic assignment of keyboard

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=1136


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-29-08 18:26 ---
No activity has been seen on this bug since 20030129 and it is still in UNCONFIRMED 
state. This probably means that the information provided was not clear enough, or
that the bug is not valid anymore. Please test and confirm that this bug is still 
valid with the latest cooker version, or close it.


--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:31 ---
This bug is fixed in the upcoming 9.2, keyboard can be selected just after
installation type (install or upgrade).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When installing a Mandrake 9.1 beta 2 on a dell lattitude c400, with
French/Francais as language, the installer did not ask me what my keyboard was.
The installer assumed a french azerty keyboard when the keyboard was a qwerty
one. I was able to correct it AFTER I was asked for the root password.



[Cooker] [Bug 4305] [Installation] At end of installation, Mandrake gives user a wrong URL

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4305


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:38 ---
fixed to reference http://www.mandrakelinux.com/en/92errata.php3

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
At the end of the installation of Mandrake 9.2-Beta1, the user is told that
updates and errata can be found at
  http://www.mandrakelinux.com/en/91errata.php3
I don't know if there is a real errata page for a beta, but this should
definitely be changed before Mandrake 9.2 comes out.  During the Beta, it would
probably be better to point to the new Mandrake 9.2 page or replace the
information with errata with a section about bugzilla or something.



[Cooker] [Bug 3122] [drakxtools] drakboot doesn´t set acpi=on when the tick box is set

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3122


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:40 ---
seems fixed in upcoming 9.2 (added type ht also).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
after enabling acpi through the GUI. lilo.conf has still acpi=off at the line append=



[Cooker] [Bug 3667] [Installation] Buttons overlapping each over and truncate caption in Add User screen in Russian

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3667


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 16:42 ---
Assuming bug fixed according to comment of Guillaume.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Caption on only one button is truncated. I had a hard time to figure out what it says, 
but at the end you can figure out what is it for. 
 
1. Start installation of Linux Mandrake 9.1 
2. Select Russian as using language 
3. When you'll be prompted to add additional users you can see the failure



[Cooker] [Bug 4828] [drakxtools] why does gnome boot with a rescue session after autologin to user ?

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4828


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 17:45 ---
Verified it works correctly on current cvs of upcoming 9.2. This was problably a
bug in gdm fixed just after 9.2 RC1 was out.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
drakxtools-9.2-0.31mdk in fact... (hard to follow Mandrake 9.2 beta 2)
I get an ugly window borderless at boot of Gnome (just before splash screen)
saying :
C'est une session de secours Gnome. Vous serez connecté dans la session
Default de GNOME sans aucun script de démarrage au lancement. C'est seulement
pour corriger Les problèmes de votre installation

No indication of the bug causing this sudden apparition... Afterwards, I'm
logged normally (all in english neverthelesss... accented characters appearing
as a square in vi...).

In /var/log/messages the only relevant error is :
Aug 20 20:52:25 BenAthlux gconfd (baud-2696): Resolved address
xml:readonly:/etc/gconf/gconf.xml.mandatory to a read-only config source at
position 0
Aug 20 20:52:25 BenAthlux gconfd (baud-2696): Resolved address
xml:readwrite:/home/baud/.gconf to a writable config source at position 1
Aug 20 20:52:25 BenAthlux gconfd (baud-2696): Resolved address
xml:readonly:/etc/gconf/gconf.xml.defaults to a read-only config source at
position 2
(other appear, believe me, but this very one is new and only appears today)
What I did before :
- updates with cooker
- solve lilo problems with dual booting in Linux MdK9.1 (I'm going to file a
bug as well...)
- and finally configure autoboot to a user

What should I do now ?



[Cooker] [Bug 5438] [drakxtools] DrakAutoInstall : Problem with no Floppy

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5438


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:11 ---
fixed in current cvs for upcoming 9.2.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Tester : Gregory 
 
Step to reproduce 
= 
 
Start DrakAutoInstall, click on all next button, do no put a floppy in the floppy 
drive 
 
Problem 
== 
 
The application exit with no error message. Try to test if there is a floppy in the 
drive like 
DrakBoot



[Cooker] [Bug 4767] [Installation] Cannot install GAIM

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4767


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:19 ---
This is fixed in current cvs for upcoming 9.2 (gaim can be selected, with all
its dependencies).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
gaim 

you cannot select/unselect this package



[Cooker] [Bug 5440] [drakxtools] DrakAutoInstall : Bad floppy of autoinstall

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5440


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:21 ---
Just checked with drakautoinstall without changing anything and it works nicely.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Tester : Gregory 
 
Step to reproduce 
= 
 
Start DrakAutoInstall, click on next to all button, when you have your floppy with 
autoinstall 
inforamtion reboot the computer and you have this error : 
 
Unknown keyboard in syslinux.cfg 
Could not find kernel image : linux



[Cooker] [Bug 3700] [Installation] mouting ntfs

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3700


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:31 ---


*** This bug has been marked as a duplicate of 3653 ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
During installation, for ntfs partition, I have a button 'Mount', I click but it does 
nothing, no error 
msg, only button change as it was mount. 
 
After, mount of all other failed, I tried to umount but it failed 'no such file or 
directory'. 
 
Unable to continue and terminate installation.



[Cooker] [Bug 3653] [Installation] mouting ntfs

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3653





--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:31 ---
*** Bug 3700 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
During installation, for ntfs partition, I have a button 'Mount', I click but it does 
nothing, no error 
msg, only button change as it was mount. 
 
After, mount of all other failed, I tried to umount but it failed 'no such file or 
directory'. 
 
Unable to continue and terminate installation.



[Cooker] [Bug 4767] [Installation] Cannot install GAIM

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4767


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:46 ---
*** Bug 4671 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
gaim 

you cannot select/unselect this package



[Cooker] [Bug 4671] [Installation] gaim cannot be selected during install

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4671


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:46 ---


*** This bug has been marked as a duplicate of 4767 ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The individual package selection states that the package in unselectable.



[Cooker] [Bug 4328] [Installation] orphan file - directory 0755/ and file halt in root (/) (9.2beta1)

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4328


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 18:51 ---
This bug has been fixed in the faulty package (buggy %post).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
After Installation of 9.2 beta 1 I have a dir called 0755. From the creation date it 
is created by the installer, So I guess the installer has a typo somewhere.  
 
Further there is a file called halt which is empty. If this file is needed bey the 
initscript it should go to /tmp/ or the like, it should not mess up / 
 
Steffen



[Cooker] [Bug 2090] [Hardware] Wheel not working on a Logitech PS/2 Wheel

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2090


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 19:20 ---


*** This bug has been marked as a duplicate of 4817 ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I have currently two mice connected to the machine: 
1. a Logitech PS/2 Wheel mouse 
2. a Logitech USB Wireless optical mouse with a wheel 
 
The second mouse works OK. The first one works, except that the wheel is not working.



[Cooker] [Bug 4817] [Installation] PS2 wheel mouse wrong detect

2003-09-09 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4817


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




--- Additional Comments From [EMAIL PROTECTED]  2003-09-09 19:20 ---
*** Bug 2090 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
Step to reproduce
=
Plug a PS2 wheel mouse then launch the installation.

Problem
===
When it detects mouse, installation doesnt place it on wheel mouse but on
standard mouse.
--
Jérémie



[Cooker] [Bug 5336] [urpmi] --force doesn't

2003-09-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5336


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-08-09 13:40 ---
Fixed in 4.4-34mdk, now --force will answer yes for all question except changing
media (normal, use --auto for that) or choosing a package (--auto again).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
In writing a shell script to run unattended, I used the --force option to
prevent interactive prompts, and found that I got them anyway.  However, if I
used both --force and --allow-force, then urpmi would print the prompt question
but assume a YES answer and continue, as I believe should happen with --force alone.

You can reproduce this by trying to install any of the FlashPlayer or RealPlayer
packages from Club Commercial on a cooker system.  They all have a bogus
prerequisite which will cause the prompt.



[Cooker] [Bug 5345] [urpmi] The following packages have bad signatures

2003-09-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5345


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-08-09 13:45 ---
This has nothing to do with urpmi except if package were correctly signed and
urpmi didn't noticed that. It seems thoose packages are signed with GPG#604aa4e4
instead of GPG#70771FF3 which should be used.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Installed urpmi.setup-web-0.4.4-4mdk via rpmdrake.
It found a number of dependencies and added them to
the install.  Two of these were:

libphp_common432-4.3.3-1mdk.i596.rpm
php-ini-4.3.3-1mdk.noarch.rpm

and urpmi says they have bad signatures.



[Cooker] [Bug 5077] [libexif9-devel] file conflicts with libexif8-devel-0.5.9-1mdk when updating from MDK 9.1

2003-09-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5077


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
 Status|UNCONFIRMED |NEW
  Component|program |packaging
 Ever Confirmed||1
Product|urpmi   |libexif9-devel
Version|4.4-31mdk   |0.5.12-2mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-08-09 15:31 ---
Urpmi (or DrakX or rpmdrake) currently cannot test and retry update of package
that conflicts on files. This should be fixed in the package itself to have a
smooth upgrade, ie adding explicit conflicts.

After looking on packages, I see no other solution to add 
Conflicts: libexif8-devel libexif7-devel ...

and so on for each libexifX-devel Mandrake has produced.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
When doing a complete upgrade from Mandrake 9.1 to Cooker,
libexif9-devel-0.5.12-1mdk cannot be installed because it conflicts with
files from package libexif8-devel-0.5.9-1mdk:

  file /usr/include/libexif/exif-tag.h from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk
file /usr/include/libexif/exif-utils.h from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.a from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.la from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/libexif.so from install of libexif9-devel-0.5.12-1mdk
conflicts with file from package libexif8-devel-0.5.9-1mdk
file /usr/lib/pkgconfig/libexif.pc from install of
libexif9-devel-0.5.12-1mdk conflicts with file from package
libexif8-devel-0.5.9-1mdk

I guess there is missing a conflicts or something like that so that urpmi tries
to install them next to each other instead of removing libexif8-devel-0.5.9-1mdk
first.



[Cooker] [Bug 5245] [Mesa] 3D accel (Mesa, OpenGL) crashes with Mach 64 card

2003-09-04 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5245


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-04-09 11:10 ---
Modified to use XF 3.3.6 as experimental so, XF 3.3.6 is old compared to XF 4.3,
a lot of improvement are not available (especially in 2D).

There seems to be a problem in Xconfiguration, XF 3.3 works with GLX provided
the resolution is not too high (1024x768 is fine) and depth is only 16 bits (no
more no less).

Tested with KDE (or without) and it runs correctly in this environment.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I installed 9.2 RC1, and wanted to choose the 3D acceleration support (trough
old XFree86 3). It installed all the needed packages, and I could boot nicely on
Gnome.

However, when trying KDE it crashed; in fact, all programs using opengl crashed
(that include all KDE programs).

I can run any needed test if I'm told what to do.

my card: ATI Mach64 Utah



[Cooker] [Bug 3969] [urpmi] urpmi doesn't detect if the network is down

2003-09-04 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3969


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1




--- Additional Comments From [EMAIL PROTECTED]  2003-04-09 18:12 ---
better error support for download module will be made available after 9.2 since
we are in string freeze since a month. So it won't be fixed anyway yet.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
imagine that the network is down, then type urpmi snmpd, urpmi doesn't detect that the 
network is down: 
 [EMAIL PROTECTED] adsl]# service network stop 
Shutting down interface eth0:   [  OK  ] 
Shutting down loopback interface:   [  OK  ] 
[EMAIL PROTECTED] adsl]# urpmi snmppd 
To satisfy dependencies, the following packages are going to be installed (7 MB): 
fping-2.4b2-4mdk.i586 
libelf0-0.8.2-1mdk.i586 
libnet-snmp50-5.0.7-2mdk.i586 
libradius0-0.3.2-2mdk.i586 
nagios-1.0-7mdk.i586 
nagios-plugins-1.3.0-1mdk.i586 
net-snmp-mibs-5.0.7-2mdk.i586 
net-snmp-utils-5.0.7-2mdk.i586 
ntp-4.1.1-2mdk.i586 
perl-Crypt-DES-2.03-5mdk.i586 
perl-Digest-HMAC-1.01-9mdk.noarch 
perl-Digest-SHA1-2.02-1mdk.i586 
perl-Net-SNMP-4.0.3-1mdk.noarch 
snmppd-0.4.1-1mdk.i586 
Is this OK? (Y/n) Y 

ftp://ftp.lip6.fr/pub/linux/distributions/mandrake/9.1/i586/Mandrake/RPMS/libelf0-0.8.2-1mdk.i586.rpm
 

ftp://ftp.lip6.fr/pub/linux/distributions/mandrake/9.1/contrib/RPMS/perl-Crypt-DES-2.03-5mdk.i586.rpm
 
Installation failed, some files are missing: 
/var/cache/urpmi/rpms/ntp-4.1.1-2mdk.i586.rpm 
/var/cache/urpmi/rpms/net-snmp-utils-5.0.7-2mdk.i586.rpm 
/var/cache/urpmi/rpms/nagios-plugins-1.3.0-1mdk.i586.rpm 
/var/cache/urpmi/rpms/perl-Digest-HMAC-1.01-9mdk.noarch.rpm 
/var/cache/urpmi/rpms/fping-2.4b2-4mdk.i586.rpm 
/var/cache/urpmi/rpms/perl-Net-SNMP-4.0.3-1mdk.noarch.rpm 
/var/cache/urpmi/rpms/nagios-1.0-7mdk.i586.rpm 
/var/cache/urpmi/rpms/net-snmp-mibs-5.0.7-2mdk.i586.rpm 
/var/cache/urpmi/rpms/libnet-snmp50-5.0.7-2mdk.i586.rpm 
/var/cache/urpmi/rpms/libelf0-0.8.2-1mdk.i586.rpm 
/var/cache/urpmi/rpms/perl-Digest-SHA1-2.02-1mdk.i586.rpm 
/var/cache/urpmi/rpms/perl-Crypt-DES-2.03-5mdk.i586.rpm 
/var/cache/urpmi/rpms/libradius0-0.3.2-2mdk.i586.rpm 
/var/cache/urpmi/rpms/snmppd-0.4.1-1mdk.i586.rpm 
You may want to update your urpmi database



[Cooker] [Bug 5207] [kernel] Kernel not removed from Lilo

2003-09-03 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5207


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
  Component|urpmi   |packaging
Product|urpmi   |kernel
Version|4.4-29mdk   |2.4.22-4mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 10:59 ---
This is so a problem of %preun of kernel and has nothing to do with urpme.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Hey,

When removing a kernel with urpme, it is not removed from LILO.



[Cooker] [Bug 5135] [Installation] Second installation CD contains old bootsplash

2003-09-03 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5135


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 11:56 ---
fixed for next upload, now simple image built from 9.2 isolinux pictures will be
used.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Mandrake 9.2 RC1: after boot from second installation CD bootlodader displays
old MDK 9.1-bootsplash.



[Cooker] [Bug 2070] [lilo] Graphical lilo changes back to text before graphical boot

2003-09-03 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2070





--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 11:57 ---
No the bug is still present, but I try to fix it more or less by keeping
graphical mode of lilo until kernel boot itself.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
When using the graphical lilo menu AND using the graphical boot (800x600) for
displaying the boot messages in the nice white Mandrake window (looks like the
same window as the graphical lilo menu), just after hitting linux in the menu,
the screen changes to text stating Loading Linux .  and after a few moments
switches to the graphical boot messages.

This was also present in the early 9.0 betas and RCs, but was fixed by the 9.0
release.  It seems to have re-surfaced and while it doesn't stop anything from
booting, it does look bad.

If the graphical boot is selected, then the screen should revert back to text
before showing the graphical image.



[Cooker] [Bug 2070] [lilo] Graphical lilo changes back to text before graphical boot

2003-09-03 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2070


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-03-09 17:47 ---
fixed in lilo ... 4mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
When using the graphical lilo menu AND using the graphical boot (800x600) for
displaying the boot messages in the nice white Mandrake window (looks like the
same window as the graphical lilo menu), just after hitting linux in the menu,
the screen changes to text stating Loading Linux .  and after a few moments
switches to the graphical boot messages.

This was also present in the early 9.0 betas and RCs, but was fixed by the 9.0
release.  It seems to have re-surfaced and while it doesn't stop anything from
booting, it does look bad.

If the graphical boot is selected, then the screen should revert back to text
before showing the graphical image.



[Cooker] [Bug 4997] [XFree86] system hang when

2003-09-02 Thread [fpons]
System hangs after USB mouse is selected
X-Bugzilla-Reason: CC
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]

http://qa.mandrakesoft.com/show_bug.cgi?id=4997





--- Additional Comments From [EMAIL PROTECTED]  2003-02-09 18:09 ---
Testing here gives no problem with USB mouse. It looks like a problem with
XFree86 as setting the mouse dynamically freeze but it may still be related to
kernel USB glitches here as once the mouse is configured before for X11, its works.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
The mouse can be selected and it works after selection, but using mousedrake
freezes the computer in the following situations:

 - MDK 9.1  MDK 9.2RC1:
   Control Center - MouseDrake - USB Wheel - Testing (freeze...)

 - Installing 9.2RC1, similar situation after choosed USB Wheel
   (Installing works by disconnecting mouse.)

The freezing happens the following way:
 - (Some) USB mouse is selected and ok (or similar) is pressed.
 - Test phase (usually) appears.
 - The mouse cannot be moved and key sequences are not taken into account.



[Cooker] [Bug 4490] [rpmdrake] Please add option to keep rpms in /var/cache/urpmi/rpms

2003-09-01 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4490





--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 14:57 ---
You may want to add as a workaround the following lines in urpmi.cfg :
{
  pre-clean: 0
  post-clean: 0
}
which should make urpmi --noclean by default.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Please, add an option in the mandrake control center to keep rpms in 
/var/cache/urpmi/rpms. It's a pity to use the command line just for that reason.



[Cooker] [Bug 5058] [urpmi] urpmi says that all is installed if there was an error

2003-09-01 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5058


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 15:11 ---
fixed in urpmi-4.4-29mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
For exemple, in french, kdepim who have a dependency problem : 
 
# urpmi kdepim 
Un des paquetages suivants est nécessaire : 
 1- libkdepim2-common-3.1.3-14mdk.i586 
 2- libkdepim2-3.1.3-8mdk.i586 
 3- libkdepim_kroupware2-1.0.1-1mdk.i586 
Que choisissez-vous ? (1-3)3 
Certains paquetages demandés ne peuvent pas être installés : 
kdepim-3.1.3-15mdk.i586 (kdepim-common-3.1.3-15mdk.i586 absent) 
kdepim-common-3.1.3-15mdk.i586 (libkdepim2-common[== 3.1.3-15mdk] non 
satisfait) 
kdepim-kaddressbook-3.1.3-15mdk.i586 (kdepim-common-3.1.3-15mdk.i586 absent) 
(O/n) 
Tout est déjà installé 
 
Why urpmi says that all is installed ? It's an error. 
 
Thanks to fix it.



[Cooker] [Bug 5026] [perl-XML-Dumper] Wrong perl binary location

2003-09-01 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=5026


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-01-09 15:30 ---
fixed in 2mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
[EMAIL PROTECTED] urpmi]# urpmi --auto-select
Some package requested cannot be installed:
perl-XML-Dumper-0.67-1mdk.noarch (due to unsatisfied /usr/local/bin/perl) (Y/n)

Should be /usr/bin/perl



[Cooker] [Bug 4997] [drakxtools] system hang when

2003-08-29 Thread [fpons]
System hangs after USB mouse is selected
X-Bugzilla-Reason: CC
Message-ID: [EMAIL PROTECTED]
References: [EMAIL PROTECTED]

http://qa.mandrakesoft.com/show_bug.cgi?id=4997





--- Additional Comments From [EMAIL PROTECTED]  2003-29-08 16:57 ---
Can you try to get back ddebug.log file after using AltGr-ImprScreen-S (for
syncing disk in order to have the last possible ddebug.log once using rescue).

Can you first try maybe using text install to see if this is the X server that
cause the problem.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
The mouse can be selected and it works after selection, but using mousedrake
freezes the computer in the following situations:

 - MDK 9.1  MDK 9.2RC1:
   Control Center - MouseDrake - USB Wheel - Testing (freeze...)

 - Installing 9.2RC1, similar situation after choosed USB Wheel
   (Installing works by disconnecting mouse.)

The freezing happens the following way:
 - (Some) USB mouse is selected and ok (or similar) is pressed.
 - Test phase (usually) appears.
 - The mouse cannot be moved and key sequences are not taken into account.



[Cooker] [Bug 2846] [kernel] Floppy formatter incompatible with supermount

2003-08-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2846


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-08 19:23 ---
fixed in mtools-3.9.9-2mdk

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The GNOME floppy formatter only works when /mnt/floppy is manually umounted
first. There is nothing to indicate to the user what the problem is when he
tries to format a floppy and it gives a weird error message.

Suggestion: start the floppy formatter with a script that umounts the floppy
(needs suid=root??) first and remounts afterwards.



[Cooker] [Bug 4143] [urpmi] urpmi in a script launched by cron...

2003-08-21 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4143





--- Additional Comments From [EMAIL PROTECTED]  2003-21-08 13:42 ---
Have you checked the PATH is correctly set before ? use /usr/sbin before these
urpmi commands.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Hello,

I've done a script launched every day by cron.

my script makes:
urpmi.update update_source
urpmi --update --auto-select

This script works fine when launched in a console. This script fails in the
following case when launched by cron : when there is something to download, the
urpmi.update fails and the urpmi is never launched.

And I can't redirect the urpmi.update and the urpmi ouput to a file.

Kind regards,

Vincent RIEDWEG.



[Cooker] [Bug 3976] [drakxtools] mousedrake should support emulate wheel, emulate middle button

2003-08-20 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3976


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-20-08 22:39 ---
Fixed (currently more a sort of hack than anything else but should be possible
to use second button as wheel).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It would be nice to be able to do the following in mousedrake, rather than by
editing xf86config-4:


Option Emulate3Buttons - on/off
Option EmulateWheel- on/off
Option EmulateWheelButton - #2


In particular, a 3 button, wheel-less mouse can have both of these turned on.


[The URL lists what I had to do to X by hand]



[Cooker] [Bug 4626] [apache2-mod_perl] Missing libperl.so

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4626


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-13-08 17:33 ---
This fix was rigth Frank. It has been updated for our package and fixed in 3mdk,
I added as well a require on apache2-mod_proxy which is necessary by configuration.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
In the last several days' cooker systems, I get the following during startup:

Aug  8 15:00:37 ftgme2 httpd2: Syntax error on line 3 of
/etc/httpd/conf.d/75_mod_perl.conf:
Aug  8 15:00:37 ftgme2 httpd2: Cannot load
/etc/httpd/2.0/extramodules/mod_perl.so into server: libperl.so: cannot open
shared object file: No such file or directory
Aug  8 15:00:37 ftgme2 httpd: httpd2 startup failed

MakeCD is getting the same thing.



[Cooker] [Bug 4247] [urpmi-parallel-ssh] problem with transactions?

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4247


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-06-08 16:18 ---
This has been fixed since 4.4-16mdk of urpmi.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
when i try update more then 20 packages via --parallel, then i'v get this error:
Undefined subroutine urpm::parallel_ssh::N called at
/usr/lib/perl5/vendor_perl/5.8.0/urpm/parallel_ssh.pm line 206.
i think, that this is problem with transaction size, which is by default 20 and
urpmi-parallel-ssh don't spported this, imho..



[Cooker] [Bug 4637] [urpmi] urpme does not show packages to be deinstalled

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4637


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-11-08 15:39 ---
fixed in urpmi-4.4-20mdk (typo from me in urpme)

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
# urpme rxvt
To satisfy dependencies, the following packages will be removed (3 MB):

Is this OK? (Y/n)

Francois, perhaps you could make a --bug option for urpme as well?



[Cooker] [Bug 4636] [urpmi] kdeutils-kcalc dependency failure

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4636


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 19:28 ---
Well, I agree with you but I would like to be capable of reproducing it as it
works nicely on my machine (ie it choose the right package and do not propose
any choices).

I make the bug report as WORKSFORME and I sugest you to reopen it when you can
reproduce it *AND* you send me an urpmi bug report using --bug (in order for me
to reproduce it on my machine even if it is not the same as your machine).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
# urpmi kdeutils-kcalc 
One of the following packages is needed: 
 1- libkdeutils1-common-3.1.3-8mdk.i586 
 2- libkdeutils1-3.1.3-6mdk.i586 
 
What is your choice? (1-2) 2 
Some package requested cannot be installed: 
kdeutils-common-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) 
kdeutils-kcalc-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) 
libkdeutils1-3.1.3-6mdk.i586 (due to unsatisfied kdeutils[*][== 3.1.3-6mdk]) 
libkdeutils1-kcalc-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) (Y/n) 
n 
# 
 
Choosing the first option goes right through: 
 
# urpmi kdeutils-kcalc 
One of the following packages is needed: 
 1- libkdeutils1-common-3.1.3-8mdk.i586 
 2- libkdeutils1-3.1.3-6mdk.i586 
What is your choice? (1-2) 1 
To satisfy dependencies, the following packages are going to be installed (3 MB): 
kdeutils-common-3.1.3-8mdk.i586 
kdeutils-kcalc-3.1.3-8mdk.i586 
libkdeutils1-common-3.1.3-8mdk.i586 
libkdeutils1-kcalc-3.1.3-8mdk.i586



[Cooker] [Bug 4636] [urpmi] kdeutils-kcalc dependency failure

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4636





--- Additional Comments From [EMAIL PROTECTED]  2003-12-08 12:38 ---
Please send me a urpmi bug report using --bug option else I cannot reproduce it
here (as it works nicely in fact, choosing the right libkdeutils1-common).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
# urpmi kdeutils-kcalc 
One of the following packages is needed: 
 1- libkdeutils1-common-3.1.3-8mdk.i586 
 2- libkdeutils1-3.1.3-6mdk.i586 
 
What is your choice? (1-2) 2 
Some package requested cannot be installed: 
kdeutils-common-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) 
kdeutils-kcalc-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) 
libkdeutils1-3.1.3-6mdk.i586 (due to unsatisfied kdeutils[*][== 3.1.3-6mdk]) 
libkdeutils1-kcalc-3.1.3-8mdk.i586 (due to missing libkdeutils1-3.1.3-6mdk.i586) (Y/n) 
n 
# 
 
Choosing the first option goes right through: 
 
# urpmi kdeutils-kcalc 
One of the following packages is needed: 
 1- libkdeutils1-common-3.1.3-8mdk.i586 
 2- libkdeutils1-3.1.3-6mdk.i586 
What is your choice? (1-2) 1 
To satisfy dependencies, the following packages are going to be installed (3 MB): 
kdeutils-common-3.1.3-8mdk.i586 
kdeutils-kcalc-3.1.3-8mdk.i586 
libkdeutils1-common-3.1.3-8mdk.i586 
libkdeutils1-kcalc-3.1.3-8mdk.i586



[Cooker] [Bug 4519] [urpmi] urpme not calculating dependencies correctly

2003-08-14 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4519


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-06-08 21:07 ---
fixed in urpmi-4.4-19mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
With a cooker system current as of 20030807, if I try to: 
 
# urpme apache2-mod_perl 
removing package apache2-mod_perl-2.0.47_1.99_09-2mdk.i586 will break your 
system 
Nothing to remove 
 
I know that apache2-mod_perl removal will not break my system. urpme does not 
have a --bug feature, so I'm unable to give you anything else to look at.



[Cooker] [Bug 4513] [urpmi] urpmi.update fails with md5sum mismatch

2003-08-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4513


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-06-08 21:17 ---
This means the MD5SUM file and the hdlist file does not correspond, how can you
interpret this ?

Mirror are going to be compared, I can disable md5sum but you have to expect a
problem very soon (as maybe hdlist has not been modified but it will soon
problably).

And MD5SUM has been added especially to check this, I agree cooker media can
have problems as MD5SUM file is synced much faster than a complete hdlist.

Anyway, for test purpose, added undocumented --no-md5sum for urpmi.addmedia and
urpmi.removemedia (in case mirror have problem to sync, need testing...) in
urpmi-4.4-19mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Running urpmi.update -a -d -f produces the following error: 
 
computing md5sum of existing source hdlist (or synthesis) 
examining MD5SUM file 
retrieving source hdlist (or synthesis) of carroll... 
carroll.cac.psu.edu::mandrake-devel/cooker/i586/Mandrake/base/hdlist.cz 
computing md5sum of retrieved source hdlist (or synthesis) 
...retrieving failed: md5sum mismatch 
retrieve of source hdlist (or synthesis) failed 
 
 
I've tried it with 3 other sources. Same result. Can't find an option to turn 
off the md5sum comparison.



[Cooker] [Bug 2846] [kernel] Floppy formatter incompatible with supermount

2003-07-30 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2846





--- Additional Comments From [EMAIL PROTECTED]  2003-30-07 12:56 ---
I said it differently, as soon as Juan (or any other kernel team members) has
patched supermount (from Andrej version) and after reaffcting this bug to me, a
wrapper or mformat modified will be made.

I add another commentary, can /proc/f/proc/fs/supermount/subfs be written by the
user who has access to the floppy will be nice (and not just root as for
umounting a supermounted floppy) ?

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
The GNOME floppy formatter only works when /mnt/floppy is manually umounted
first. There is nothing to indicate to the user what the problem is when he
tries to format a floppy and it gives a weird error message.

Suggestion: start the floppy formatter with a script that umounts the floppy
(needs suid=root??) first and remounts afterwards.



[Cooker] [Bug 2846] [kernel] Floppy formatter incompatible with supermount

2003-07-29 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2846





--- Additional Comments From [EMAIL PROTECTED]  2003-29-07 19:47 ---
Ok, so it seems that waiting for patched supermount to be integrated and after
that reaffect bug to me to modify (or create wrapper) for mformat.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
The GNOME floppy formatter only works when /mnt/floppy is manually umounted
first. There is nothing to indicate to the user what the problem is when he
tries to format a floppy and it gives a weird error message.

Suggestion: start the floppy formatter with a script that umounts the floppy
(needs suid=root??) first and remounts afterwards.



[Cooker] [Bug 4331] [urpmi] Can't call method name on an undefined value at /usr/lib/perl5/vendor_perl/5.8.0/urpm.pm line 2120

2003-07-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4331


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-28-07 12:33 ---
I fixed it this week end at home, but didn't manage to upload it (due to some
electrical problem here).

Your fixes is absolutely valid even if you don't know much about perl.
Effectively it seems to come apparently with plf packages (I wonder why ?
problably another reason in fact).

I have a simpler fix, just making sure no undefined value are put in @l, look at
the map used, you will see they can be used, this was an absurd error from me to
write such code.

Now @l is defined with only true packages having an id defined, avoiding the
grep { defined $_-id } used twice.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Some packages cannot be installed with urpmi :

# urpmi xvid
Can't call method name on an undefined value at
/usr/lib/perl5/vendor_perl/5.8.0/urpm.pm line 2120.


It does not happen with all packages, just some of them (xvid, xvid-devel from PLF).



[Cooker] [Bug 4361] [urpmi-parallel-ka-run] Urpmi parallel

2003-07-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4361


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-28-07 14:49 ---
This has been fixed in 4.4-10mdk of cooker. Erwan, there could be some problem
with --test because it doesn't handle split, so I will upload a 4.4-12mdk soon
(4.4-11mdk has been uploaded this morning).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
If I try to make an urpmi --parallel mygroup myrealrpm.i586.rpm, it copy the
file the file to all my nodes then it tries to make the urpmi on all my nodes
but they say that they don't know myrealrpm.i586.rpm.
It think we must specify the location path of the rpm (var/cache/urpmi) when we
are specifying an rpm file at the commande line.
I hope its clear enough...



[Cooker] [Bug 4343] [urpmi] Fails to configure printer

2003-07-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4343


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-28-07 16:57 ---
This has nothing to do with urpmi or rpm (at least directly). The bug has been
workaround in drakxtools itself in standalone.pm:173 (check if --no-verify-rpm
is available in /usr/lib/libDrakX/standalone.pm at the line 173, or by searching
for urpmi string).

Last drakxtools should fix this problem, it is 0.24mdk.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
9.2b1 (cookerized)

After correctly downloading various packages for my Epson Stylus Color 680,
printerdrake fails to configure it. On the console these errors are visible:

/bin/sh: line 1: /usr/sbin/lpinfo: No such file or directory
/bin/sh: line 1: /usr/sbin/lpinfo: No such file or directory
/bin/sh: line 1: /usr/sbin/lpinfo: No such file or directory
chroot: foomatic-configure: No such file or directory
chroot: /usr/bin/poll_ppd_base: No such file or directory
[repeat the last line lots of times]

Eventually printerdrake notifies me that it has failed to configure the printer.
Pressing 'OK' on that dialog does nothing(!).



[Cooker] [Bug 2846] [mtools] Floppy formatter incompatible with supermount

2003-07-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2846


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2003-28-07 17:19 ---
After playing with supermount, mount and mformat, it appears the floppy is
mounted by root (even if the user is the first to access it), this means at user
space using mformat need to before umounting the floppy using root.

Mformat will not be setuit root for that. It appears to be a limitation of
supermount.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The GNOME floppy formatter only works when /mnt/floppy is manually umounted
first. There is nothing to indicate to the user what the problem is when he
tries to format a floppy and it gives a weird error message.

Suggestion: start the floppy formatter with a script that umounts the floppy
(needs suid=root??) first and remounts afterwards.



[Cooker] [Bug 2846] [mtools] Floppy formatter incompatible with supermount

2003-07-28 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=2846


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Additional Comments From [EMAIL PROTECTED]  2003-28-07 19:11 ---
Yes, a setuid wrapper could be made for exemple to solve the problem.

I don't know if supermount can be modified safely to release floppy as soon as
an application try to open /dev/fd0 in writing, but it should be possible too
and it could be the best place to fix the problem.

Note: formating a floppy while mounted is impossible, the device is busy, there
is nothing to do here unless umounting the floppy (in root furthermore when
using supermount).

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: REOPENED
creation_date: 
description: 
The GNOME floppy formatter only works when /mnt/floppy is manually umounted
first. There is nothing to indicate to the user what the problem is when he
tries to format a floppy and it gives a weird error message.

Suggestion: start the floppy formatter with a script that umounts the floppy
(needs suid=root??) first and remounts afterwards.



[Cooker] [Bug 3029] [Hardware] ATI Radeon 8500 - hardware 3D accelaration NOT enabled

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3029


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 16:15 ---
Fixed in ldetect-lst (you may search in /usr/share/ldetect-lst/Cards+ for 8500
and add a DRI_GLX line.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Using Mandrake 9.1 RC2 with ATI Radeon 8500 on Abit KT7A-RAID motherboard. After
installing I noticed that hardware 3D accelaration thru DRI is not enabled. I
tried runing some OpenGL apps and they are runing very slow.



[Cooker] [Bug 3889] [urpmi] urpme could display what it does

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3889


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 16:44 ---
fixed in urpmi-4.4-10mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Hi, 
 
when I want to remove package and I do not know its exact name, I type 'urpme name', 
urpme makes its job without output, then I would like to know which package was 
removed, just to be sure that it removed the desired package and not some other with a 
similar name. 
Thanks, 
 
Jan Halasa



[Cooker] [Bug 3982] [urpmi-parallel-ssh] Problems with parallel installations

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3982


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 17:18 ---
fixed in 4.4-10mdk of urpmi.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
For about 1 week now there have been a couple of problems when using parallel
urpmi to install rpms onto the system.

The first issue is the every rpm that is installed gets downloaded and then a
message occurs displaying
The following packages have bad signatures:


Do you want to continue installation ? (y/N)

This happens for every site that rpms are downloaded from, and none of these
sites generated these messages before.

The second system which is more serious seems to happen increasingly frequently,
especially when a large number of rpms or rpms that have large file sizes are
installed.  

The following message is being generated and causing the install to fail:

Undefined subroutine urpm::parallel_ssh::N called at
/usr/lib/perl5/vendor_perl/5.8.0/urpm/parallel_ssh.pm line 202.



[Cooker] [Bug 3833] [urpmi] urpmi failing to move files from partial to rpms

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3833


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 17:33 ---
fixed in urpmi-4.4-10mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The changelog for 4.3-8 says partial isn't always used, now.  However, using rsync 
anyway, it seems to be used, but the complete files aren't moved from partial to rpms, 
so 
the installs fail.  If the files are moved manually and the command rerun, the 
installs 
complete as normal.



[Cooker] [Bug 3436] [urpmi] Installation of packages on nfs mounts

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3436


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 17:43 ---
fixed in urpmi-4.4-10mdk.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The current rpmdrake does not find packages on a mounted nfs directory. After
searching for a certain package the program shows some of the corresponding
names, but after pressing the 'install' button I get an error message like
error(s) reported: unable to access medium Installation CD .. 



[Cooker] [Bug 387] [urpmi] Show progress in status windows

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=387


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
 Status|REOPENED|NEW




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 17:53 ---
As of this writing, all the download manager involved in Guillaume commentary
are now implemented with progress callback, even if it is not the core problem
of this bug. For the rest, I let Guillaume choose to close or not this problem.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
The MandrakeUpdate status windows (although improved over previous versions)
are not very informative.

A bar showing the progress of ftp or http transfers would be a great
improvement.



[Cooker] [Bug 3718] [urpmi] Strange curl error message during urpmi.update

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3718


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 18:02 ---
This was problably a problem in curl parsing of library, which have been fixed
just after 7.10.4 (so after this bug has been submitted). 7.10.5 was out in
cooker in early july so it could be cleaner now. Please reopen if problem persist.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
The message is 
 
curl: (6) Couldn't resolve host '0-s' 
 
As seen here 
 
retrieving source hdlist (or synthesis) of update_source... 
curl: (6) Couldn't resolve host '0-s' 
  % Total% Received % Xferd  Average Speed  Time Curr. 
 Dload  Upload TotalCurrent  LeftSpeed 
  0 00 00 0  0  0 --:--:--  0:00:01 --:--:-- 0 
ftp://ftp.sunet.se/pub/Linux/distributions/mandrake/updates/9.1/base/hdlist.cz 
...retrieving done 
examining hdlist file [/var/cache/urpmi/partial/hdlist.update_source.cz]



[Cooker] [Bug 3557] [urpmi] poor error handling when the ftp server refuses to connection

2003-07-25 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3557


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-25-07 17:48 ---
There is not a log of things to do, currently it let the subsystem to print the
error message (pass thorugh) and consider the download to have failed, it will
try with another site if another medium has been configured and includes the
needed package. If no more site has been defined or package could not be
downloaded, urpmi will fail displaying an error message about packages unable to
be downloaded.

Maybe the message is not very well, some error were fixed previously about this
message not displayed, this was problably the cause of this bug. I assume it is
fixed now, reopen if this is not related to this and you consider the bug to be
still effective.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
urpmi doesn't handle properly errors when the ftp server refuses the 
connection, for instance, when it replies too many users



[Cooker] [Bug 3889] [urpmi] urpme could display what it does

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=3889


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |ASSIGNED




--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 15:02 ---
urpme only removes packages when exact name has been given, if you want package
name output with urpme, you can try using urpme -v.

Does it look like correct for you or want log to be visualized by default ?

I may add a log for more explicit behaviour if needed.


-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: ASSIGNED
creation_date: 
description: 
Hi, 
 
when I want to remove package and I do not know its exact name, I type 'urpme name', 
urpme makes its job without output, then I would like to know which package was 
removed, just to be sure that it removed the desired package and not some other with a 
similar name. 
Thanks, 
 
Jan Halasa



[Cooker] [Bug 4092] [jpilot] Keyring plugin not included

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4092


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 15:17 ---
I checked using strace if libkeyring library is loaded and this is the case, I
assume the support is in.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It would be great if you could include the keyring plugin with the jpilot RPM,
or as an additional, optional RPM.  The keyring is one of my absolute favorite
Palm applications.  There would be little additional effort involved, IIUC,
because the Keyring sources are included in the jpilot source distribution
(indeed, as far as I can tell, we must be going out of our way to get rid of the
plugin).



[Cooker] [Bug 4141] [rpm] urpmi doesn't delete downloaded packages after installation, so they can be installed many times

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4141


[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED]  |[EMAIL PROTECTED]
  Component|urpmi   |rpm
Product|urpmi   |rpm
Version|4.4-8mdk|4.0.4-14mdk




--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 14:56 ---
Are you sure this behaviour is always there R.I.P. Deaddog ?

I didn't managed to get a duplicate entries in rpmdb, so there should have been
something wrong once to get such behaviour.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
Yes, it seems to be a rpm related problem.
Even rpm -ivh does the installation ...

[EMAIL PROTECTED] rpms]# rpm -q vim-common-6.2
vim-common-6.2-3mdk
vim-common-6.2-3mdk
[EMAIL PROTECTED] rpms]# rpm -Uvh vim-common-6.2-3mdk.i586.rpm 
Preparing...### [100%]
   1:vim-common ### [100%]
[EMAIL PROTECTED] rpms]# rpm -q vim-common-6.2
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
[EMAIL PROTECTED] rpms]# rpm -ivh vim-common-6.2-3mdk.i586.rpm 
Preparing...### [100%]
   1:vim-common ### [100%]
[EMAIL PROTECTED] rpms]# rpm -q vim-common-6.2
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
[EMAIL PROTECTED] rpms]#



[Cooker] [Bug 4092] [jpilot] Keyring plugin not included

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4092





--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 17:34 ---
Ok, I understand why you do not have plugins, install libjpilot_plugin0 package
and you will notice them... Sorry I didn't remember about package being split...

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It would be great if you could include the keyring plugin with the jpilot RPM,
or as an additional, optional RPM.  The keyring is one of my absolute favorite
Palm applications.  There would be little additional effort involved, IIUC,
because the Keyring sources are included in the jpilot source distribution
(indeed, as far as I can tell, we must be going out of our way to get rid of the
plugin).



[Cooker] [Bug 4092] [jpilot] Keyring plugin not included

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4092


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 18:49 ---
Ok, nows it is definitively fixed I hope...

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It would be great if you could include the keyring plugin with the jpilot RPM,
or as an additional, optional RPM.  The keyring is one of my absolute favorite
Palm applications.  There would be little additional effort involved, IIUC,
because the Keyring sources are included in the jpilot source distribution
(indeed, as far as I can tell, we must be going out of our way to get rid of the
plugin).



[Cooker] [Bug 4092] [jpilot] Keyring plugin not included

2003-07-08 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4092





--- Additional Comments From [EMAIL PROTECTED]  2003-08-07 18:50 ---
I forget to say it is fixed in 0.99.5-3mdk uploaded now.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
It would be great if you could include the keyring plugin with the jpilot RPM,
or as an additional, optional RPM.  The keyring is one of my absolute favorite
Palm applications.  There would be little additional effort involved, IIUC,
because the Keyring sources are included in the jpilot source distribution
(indeed, as far as I can tell, we must be going out of our way to get rid of the
plugin).



[Cooker] [Bug 4141] [urpmi] urpmi doesn't delete downloaded packages after installation, so they can be installed many times

2003-07-07 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4141





--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 11:51 ---
Have you verified the inst.list file does not contains a line of vim-common or
similar ?

use urpmi -v vim-common to check what urpmi would do for vim-common (a message
looking with would install ...

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
When I use urpmi without --auto-select (I don't know if it's really related), it
doesn't delete the downloaded packages when the installation is complete.
As a result, I can install the same package many times.

This bug occurs with some packages such as vim-common-6.2-3mdk and
gimp-1.2.5-2mdk, but does not occur with xosd-2.2.2.

For example :
# while [ 0 ]; do urpmi vim-common; rpm -q vim-common-6.2; done
 
installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

#



[Cooker] [Bug 4141] [urpmi] urpmi doesn't delete downloaded packages after installation, so they can be installed many times

2003-07-07 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=4141





--- Additional Comments From [EMAIL PROTECTED]  2003-07-07 13:53 ---
Ok, it looks like a problem with rpm, try directly with rpm -Uvh vim-common to
check what is happening and perform a rpm -q vim-common after that.

Even using rpm -ivh on already installed kernel ends up in failure.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
When I use urpmi without --auto-select (I don't know if it's really related), it
doesn't delete the downloaded packages when the installation is complete.
As a result, I can install the same package many times.

This bug occurs with some packages such as vim-common-6.2-3mdk and
gimp-1.2.5-2mdk, but does not occur with xosd-2.2.2.

For example :
# while [ 0 ]; do urpmi vim-common; rpm -q vim-common-6.2; done
 
installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

installing /var/cache/urpmi/rpms/vim-common-6.2-3mdk.i586.rpm
Préparation...  ##
   1:vim-common ##
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk
vim-common-6.2-3mdk

#



[Cooker] [Bug 3627] [kbear] Weird dependency loop for install

2003-04-01 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3627

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 10:53 ---
This is problably the cause of libkbear providing kbear or the same library as
kbear may provide itself, this is not catched by urpmi itself as choosing
libkear would problably install libkear alone.

Mandrake Linux version does not have this problem, it is not reproducable and I
see nothing which can cause this on kbear-2.1.1-5mdk.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
it's best described by showing you the output of the urpmi command.

[EMAIL PROTECTED] james]# urpmi kbear
One of the following packages is needed:
 1- libkbear2-2.1.1-5tex.i586
 2- kbear-2.1.1-5tex.i586
What is your choice? (1-2) 2
To satisfy dependencies, the following packages are going to be installed (6 MB):
kbear-2.1.1-5tex.i586
libkbear2-2.1.1-5tex.i586
Is this OK? (Y/n) y


Then it went ahead and installed... Question is why the choice was given at all.



[Cooker] [Bug 3580] [urpmi] excludepath is not working

2003-04-01 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3580





--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 11:27 ---
Created an attachment (id=415)
 -- (http://qa.mandrakesoft.com/attachment.cgi?id=415action=view)
fixed urpmi for --excludepath




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
I tried to use --excludepath /usr to prevent installing files in /usr and it
just plain did not work:

# urpmi --excludepath /usr openssh
To satisfy dependencies, the following packages are going to be installed (8 MB)
:
cups-1.1.19-0.5mdk.i586
cups-common-1.1.19-0.5mdk.i586
libcups1-1.1.19-0.5mdk.i586
libopenssl0.9.7-0.9.7a-1mdk.i586
openssh-3.5p1-7mdk.i586
openssl-0.9.7a-1mdk.i586
Is this OK? (Y/n) y
installing /var/cache/urpmi/rpms/openssh-3.5p1-7mdk.i586.rpm /var/cache/urpmi/rp
ms/libcups1-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/cups-common-1.1.19-0.5m
dk.i586.rpm /var/cache/urpmi/rpms/openssl-0.9.7a-1mdk.i586.rpm /var/cache/urpmi/
rpms/cups-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/libopenssl0.9.7-0.9.7a-1m
dk.i586.rpm

Preparing...##
   1:libopenssl0.9.7error: unpacking of archive failed on file /usr/lib/
libcrypto.so.0.9.7;3e8446c4: cpio: open failed - Read-only file system
   2:opensslerror: unpacking of archive failed on file /usr/bin/
c_rehash;3e8446c4: cpio: open failed - Read-only file system
   3:openssherror: unpacking of archive failed on file /usr/bin/
scp;3e8   4:libcups1   44   5:cups-common6c4: cpi   6:cu
ps   o: open failed - Read-only file system
error: unpacking of archive failed on file /usr/lib/libcups.so;3e8446c4: cpio: s
ymlink failed - Read-only file system
warning: /etc/cups/client.conf created as /etc/cups/client.conf.rpmnew
error: unpacking of archive failed on file /usr/bin/cancel-cups;3e8446c4: cpio: 
open failed - Read-only file system
warning: /etc/cups/classes.conf created as /etc/cups/classes.conf.rpmnew
warning: /etc/cups/cupsd.conf created as /etc/cups/cupsd.conf.rpmnew
warning: /etc/cups/mime.convs created as /etc/cups/mime.convs.rpmnew
warning: /etc/cups/mime.types created as /etc/cups/mime.types.rpmnew
warning: /etc/cups/printers.conf created as /etc/cups/printers.conf.rpmnew
warning: /etc/pam.d/cups created as /etc/pam.d/cups.rpmnew
warning: /etc/rc.d/init.d/cups created as /etc/rc.d/init.d/cups.rpmnew
error: unpacking of archive failed on file /usr/lib/cups: cpio: chown failed - R
ead-only file system



[Cooker] [Bug 3580] [urpmi] excludepath is not working

2003-04-01 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3580

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 11:28 ---
Stupid error from me when I added global options support in urpmi.cfg, I broke
excludepath support, please use this urpmi executable waiting for an update.




--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
I tried to use --excludepath /usr to prevent installing files in /usr and it
just plain did not work:

# urpmi --excludepath /usr openssh
To satisfy dependencies, the following packages are going to be installed (8 MB)
:
cups-1.1.19-0.5mdk.i586
cups-common-1.1.19-0.5mdk.i586
libcups1-1.1.19-0.5mdk.i586
libopenssl0.9.7-0.9.7a-1mdk.i586
openssh-3.5p1-7mdk.i586
openssl-0.9.7a-1mdk.i586
Is this OK? (Y/n) y
installing /var/cache/urpmi/rpms/openssh-3.5p1-7mdk.i586.rpm /var/cache/urpmi/rp
ms/libcups1-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/cups-common-1.1.19-0.5m
dk.i586.rpm /var/cache/urpmi/rpms/openssl-0.9.7a-1mdk.i586.rpm /var/cache/urpmi/
rpms/cups-1.1.19-0.5mdk.i586.rpm /var/cache/urpmi/rpms/libopenssl0.9.7-0.9.7a-1m
dk.i586.rpm

Preparing...##
   1:libopenssl0.9.7error: unpacking of archive failed on file /usr/lib/
libcrypto.so.0.9.7;3e8446c4: cpio: open failed - Read-only file system
   2:opensslerror: unpacking of archive failed on file /usr/bin/
c_rehash;3e8446c4: cpio: open failed - Read-only file system
   3:openssherror: unpacking of archive failed on file /usr/bin/
scp;3e8   4:libcups1   44   5:cups-common6c4: cpi   6:cu
ps   o: open failed - Read-only file system
error: unpacking of archive failed on file /usr/lib/libcups.so;3e8446c4: cpio: s
ymlink failed - Read-only file system
warning: /etc/cups/client.conf created as /etc/cups/client.conf.rpmnew
error: unpacking of archive failed on file /usr/bin/cancel-cups;3e8446c4: cpio: 
open failed - Read-only file system
warning: /etc/cups/classes.conf created as /etc/cups/classes.conf.rpmnew
warning: /etc/cups/cupsd.conf created as /etc/cups/cupsd.conf.rpmnew
warning: /etc/cups/mime.convs created as /etc/cups/mime.convs.rpmnew
warning: /etc/cups/mime.types created as /etc/cups/mime.types.rpmnew
warning: /etc/cups/printers.conf created as /etc/cups/printers.conf.rpmnew
warning: /etc/pam.d/cups created as /etc/pam.d/cups.rpmnew
warning: /etc/rc.d/init.d/cups created as /etc/rc.d/init.d/cups.rpmnew
error: unpacking of archive failed on file /usr/lib/cups: cpio: chown failed - R
ead-only file system



[Cooker] [Bug 3566] [urpmi] urpmi needs an excludedocs option

2003-04-01 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3566

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1



--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 11:31 ---
--excludepath is already available but not working (please refer to bug 3580).

You can more or less simulate --excludedoc by adding /usr/share/doc to
--excludepath list of paths (use urpmi given in 3580 or wait for update).

Anyway, this will be fixed in next release.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEW
creation_date: 
description: 
Just as rpm allows you to install an RPM without documentation (--excludedocs),
urpmi should allow the same thing.

Having this sort of option (as well as any excludepath type options, etc.)
configurable for a givne host in a config file (rather than having to specifiy
on every invocation) would be nice, as it's likely that every RPM install should
like to use the same options.



[Cooker] [Bug 3555] [urpmi] bad error handling when the ftp server doesn´t accept anonymous login

2003-04-01 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3555

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO



--- Additional Comments From [EMAIL PROTECTED]  2003-04-01 11:46 ---
This is problably a problem of webfetch application used (curl or wget) as urpmi
catch error if a problem is returned by the webfetch application. If you try to
reprocude, please try again with webfetch used (curl or wget) and echo $? after
that to confirm this, also, please use -v with urpmi for verbose output.



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: NEEDINFO
creation_date: 
description: 
urpmi doesn´t handle error when an ftp server 
(ftp://ftp.lip6.fr/pub/linux/distributions/mandrake-devel/cooker/i586/Mandrake/base/) 
doesn´t accept anonymous login anymore. urmpi prints: 
 [EMAIL PROTECTED] etc]# urpmi.update ftp 
retrieving description file of ftp... 
...retrieving done 
retrieving source hdlist (or synthesis) of ftp... 

ftp://ftp.lip6.fr/pub/linux/distributions/mandrake-devel/cooker/i586/Mandrake/base/hdlist.cz
 
...retrieving done 
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.ftp.cz] 
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.contrib.cz] 
 
So urmpi says ¨...retrieving done¨ whereas it hasn´t retrieved anything.



[Cooker] [Bug 3521] [rpmdrake] Cooker RPMDrake can't add MandrakeClub Commercial Source

2003-03-24 Thread fpons
http://qa.mandrakesoft.com/show_bug.cgi?id=3521

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE



--- Additional Comments From [EMAIL PROTECTED]  2003-03-24 18:22 ---
It has been fixed using a workaround (use undirected https://) or using wget
instead which if using rpmdrake you have to remove curl.

*** This bug has been marked as a duplicate of 3226 ***



--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.



--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
In a cooker built after the final freeze, I tried to add

http://userid:[EMAIL PROTECTED]/downloads2/comm/9.0   -   ./hdlist.cz

as a source.  RPMDrake flashed a few panels and then said it couldn't update the
source and was disabling it.  Trying to add the same source with urpmi.addmedia
worked fine.



  1   2   3   >