FS#4370 - pacman crashes when downloading more than one pkg using proxy
Attached to Project:
Pacman
Opened by suodis (suodis) - Tuesday, 04 April 2006, 12:49 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 09 April 2006, 07:14 GMT
Opened by suodis (suodis) - Tuesday, 04 April 2006, 12:49 GMT
Last edited by Tobias Powalowski (tpowa) - Sunday, 09 April 2006, 07:14 GMT
|
Details
pacman crashes when downloading more than one package using
proxy. When I order to update every package separately
everything goes ok.
[root@filtras2 ~]# pacman -Su :: kernel26-2.6.15.4-2: ignoring package upgrade (2.6.15.6-2) :: Above packages will be skipped. To manually upgrade use 'pacman -S <pkg>' Targets: bash-3.1-2 db-4.3.29-2 file-4.17-1 flex-2.5.33-1 gcc-4.0.3-3 glibc-2.3.6-2 pcre-6.6-2 grep-2.5.1a-2 initscripts-0.7.1-23 kbd-1.12-3 libusb-0.1.11-1 licenses-1.0.1-1 lshwd-1.1.3-4 man-pages-2.27-1 mkinitrd-1.01-29 pcmciautils-013-4 slocate-3.1-1 tar-1.15.1-2 udev-087-1 xfsprogs-2.7.11-1 Total Package Size: 53.7 MB Proceed with upgrade? [Y/n] :: Retrieving packages from current... bash-3.1-2 [###################################################################################################################] 100% 389K 34.0K/s 00:00:11 failed downloading ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/current/os/i686/db-4.3.29-2.pkg.tar.gz from ftp.hosteurope.de: (null) failed downloading ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/current/os/i686/file-4.17-1.pkg.tar.gz from ftp.hosteurope.de: (null) failed downloading ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/current/os/i686/flex-2.5.33-1.pkg.tar.gz from ftp.hosteurope.de: (null) |
This task depends upon
Closed by Jan de Groot (JGC)
Thursday, 03 August 2006, 21:27 GMT
Reason for closing: Duplicate
Additional comments about closing: See bug 3569
Thursday, 03 August 2006, 21:27 GMT
Reason for closing: Duplicate
Additional comments about closing: See
For a quick fix:
- Edit /etc/pacman.conf
- Uncomment the line "XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u"
If you've correctly set the environment variables for your proxy (ftp_proxy, http_proxy, ...) it'll work again.