[Cooker] [Bug 605] [urpmi] urpmi should not return rc=0 in case of wget error

2002-12-18 Thread [Bug 605]
https://qa.mandrakesoft.com/show_bug.cgi?id=605

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED



--- Additional Comments From [EMAIL PROTECTED]  2002-12-18 10:58 ---
mozilla is OK now - thanks 



--- 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]
description: 
If something gets wrong during urpmi, urpmi should not : 
1. return with $? = 0 
2. say everything already installed 
 
exemple: 
 
# urpmi cvs 
--17:21:14--  
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/cvs-1.11.2-3mdk.i586.rpm
 
   = `/var/cache/urpmi/rpms/cvs-1.11.2-3mdk.i586.rpm' 
Resolving proxy.xxx.fr... done. 
Connecting to proxy.xx.fr[zzz.zzz.zzz.zzz]:3128... connected. 
Proxy request sent, awaiting response... 403 Forbidden 
17:21:14 ERROR 403: Forbidden. 
 
everything already installed 
# echo $? 
0 
 
I have verified that wget returns RC=1 in this case, so urpmi internal processing can 
catch the error.




[Cooker] [Bug 605] [urpmi] urpmi should not return rc=0 in case of wget error

2002-12-18 Thread [Bug 605]
https://qa.mandrakesoft.com/show_bug.cgi?id=605





--- Additional Comments From [EMAIL PROTECTED]  2002-12-18 11:23 ---
s/mozilla/urpmi/hem... :) 



--- 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]
description: 
If something gets wrong during urpmi, urpmi should not : 
1. return with $? = 0 
2. say everything already installed 
 
exemple: 
 
# urpmi cvs 
--17:21:14--  
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/cvs-1.11.2-3mdk.i586.rpm
 
   = `/var/cache/urpmi/rpms/cvs-1.11.2-3mdk.i586.rpm' 
Resolving proxy.xxx.fr... done. 
Connecting to proxy.xx.fr[zzz.zzz.zzz.zzz]:3128... connected. 
Proxy request sent, awaiting response... 403 Forbidden 
17:21:14 ERROR 403: Forbidden. 
 
everything already installed 
# echo $? 
0 
 
I have verified that wget returns RC=1 in this case, so urpmi internal processing can 
catch the error.




[Cooker] [Bug 605] [urpmi] urpmi should not return rc=0 in case of wget error

2002-12-13 Thread [Bug 605]
https://qa.mandrakesoft.com/show_bug.cgi?id=605

[EMAIL PROTECTED] changed:

   What|Removed |Added

Version|4.1-8mdk|4.1-18mdk



--- Additional Comments From [EMAIL PROTECTED]  2002-12-13 17:58 ---
I am unable to verify it works with only one package for the moment :) 
 
But please can u add a CR on the beginning of the error message please like : 
 
17:49:52 ERREUR 403: Forbidden. 
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/l...échec
 
de la récupération : wget a échoué: sortie avec le code 1 ou tué par le signal 0 
 
should be : 
 
17:49:52 ERREUR 403: Forbidden. 
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/l... 
 
échec de la récupération : wget a échoué: sortie avec le code 1 ou tué par le 
signal 0 
 
 
thanks 



--- 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]
description: 
If something gets wrong during urpmi, urpmi should not : 
1. return with $? = 0 
2. say everything already installed 
 
exemple: 
 
# urpmi cvs 
--17:21:14--  
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/cvs-1.11.2-3mdk.i586.rpm
 
   = `/var/cache/urpmi/rpms/cvs-1.11.2-3mdk.i586.rpm' 
Resolving proxy.xxx.fr... done. 
Connecting to proxy.xx.fr[zzz.zzz.zzz.zzz]:3128... connected. 
Proxy request sent, awaiting response... 403 Forbidden 
17:21:14 ERROR 403: Forbidden. 
 
everything already installed 
# echo $? 
0 
 
I have verified that wget returns RC=1 in this case, so urpmi internal processing can 
catch the error.




[Cooker] [Bug 605] [urpmi] urpmi should not return rc=0 in case of wget error

2002-12-11 Thread [Bug 605]
https://qa.mandrakesoft.com/show_bug.cgi?id=605

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED



--- Additional Comments From [EMAIL PROTECTED]  2002-12-11 15:50 ---
Ok, this is a stupid error from me, fixes are somewhere else.

So now it works correctly and it is fixed in 13mdk of urpmi.



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




[Cooker] [Bug 605] [urpmi] New: urpmi should not return rc=0 in case of wget error

2002-12-05 Thread [Bug 605]
https://qa.mandrakesoft.com/show_bug.cgi?id=605

   Product: urpmi
 Component: program
   Summary: urpmi should not return rc=0 in case of wget error
   Version: 4.1-8mdk
  Platform: PC
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: P2
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]


If something gets wrong during urpmi, urpmi should not : 
1. return with $? = 0 
2. say everything already installed 
 
exemple: 
 
# urpmi cvs 
--17:21:14--  
ftp://sunsite.uio.no/pub/linux/Mandrake/Mandrake-devel/cooker/i586/Mandrake/RPMS/cvs-1.11.2-3mdk.i586.rpm
 
   = `/var/cache/urpmi/rpms/cvs-1.11.2-3mdk.i586.rpm' 
Resolving proxy.xxx.fr... done. 
Connecting to proxy.xx.fr[zzz.zzz.zzz.zzz]:3128... connected. 
Proxy request sent, awaiting response... 403 Forbidden 
17:21:14 ERROR 403: Forbidden. 
 
everything already installed 
# echo $? 
0 
 
I have verified that wget returns RC=1 in this case, so urpmi internal processing can 
catch the error.



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