Package: cdebootstrap Version: 0.4.3 Severity: normal Tags: patch cdebootstrap passes only a very restricted environment to 'wget'. Part of that environment are the 'http_proxy' and 'ftp_proxy' variables. cdebootstrat should also pass the 'no_proxy' variable for configurations where you normally want to us a proxy server but not for some dedicated and private debian archive.
The following patch will correct the problem: ------------------------------------ --- execute.c 2005-06-21 18:33:17.000000000 +0200 +++ execute.c-new 2008-01-24 00:22:26.000000000 +0100 @@ -36,6 +36,7 @@ "PATH=", "http_proxy=", "ftp_proxy=", + "no_proxy=", NULL }; ------------------------------------ Regards, Matthijs Melchior. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'oldstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.23-1-686 (SMP w/1 CPU core) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) Shell: /bin/sh linked to /bin/bash Versions of packages cdebootstrap depends on: ii debian-archive-keyring 2007.07.31 GnuPG archive keys of the Debian a ii gpgv 1.4.6-2 GNU privacy guard - signature veri ii libc6 2.7-5 GNU C Library: Shared libraries ii libdebian-installer-extra4 0.54 Library of some extra debian-insta ii libdebian-installer4 0.54 Library of common debian-installer ii wget 1.10.2-3 retrieves files from the web cdebootstrap recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]