diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 23:21:28 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-10-01 23:21:28 +0000 |
commit | a1e7be0047b20719581fa5405994ad03480448ea (patch) | |
tree | 1e49150949ddc68bc48d63b182e66c367d71992a /NEWS | |
parent | 85d771368e4b3dc21be05e365118ee262e3b7e70 (diff) | |
download | mgaonline-a1e7be0047b20719581fa5405994ad03480448ea.tar mgaonline-a1e7be0047b20719581fa5405994ad03480448ea.tar.gz mgaonline-a1e7be0047b20719581fa5405994ad03480448ea.tar.bz2 mgaonline-a1e7be0047b20719581fa5405994ad03480448ea.tar.xz mgaonline-a1e7be0047b20719581fa5405994ad03480448ea.zip |
workarounding downloading distro list as user for 2008.1 where
sometimes urpmi reports it failed to download the list when it
actually did with success
"curl failed: exited with signal 127"
however the requested file did got downloaded and did exist on local
hard disk even if it was unlinked just before performing the sync()
call
what's more, it only failed in 50% of the case; even more strangely,
when run with "strace" it works (but still failed if run with "strace
-f")
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +- mdkapplet + o workarounding downloading distro list as user for 2008.1 where + sometimes urpmi reports it failed to download the list when it + actually did with success + Version 2.44 - 30 September 2008 - mdkapplet |