Your message dated Thu, 8 Nov 2001 12:43:55 -0700 (MST)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#118780: apt: doesn't respect no_proxy environment variable
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Darren Benham
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Nov 2001 19:12:33 +0000
>From [EMAIL PROTECTED] Thu Nov 08 13:12:33 2001
Return-path: <[EMAIL PROTECTED]>
Received: from navy.csi.cam.ac.uk [131.111.8.49] (exim)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 161ubJ-0007wz-00; Thu, 08 Nov 2001 13:12:33 -0600
Received: from strr.trinhall.cam.ac.uk
([131.111.228.137] helo=localhost.localdomain ident=mail)
by navy.csi.cam.ac.uk with esmtp (Exim 3.22 #1)
id 161ub7-0001PA-00; Thu, 08 Nov 2001 19:12:21 +0000
Received: from stuart by localhost.localdomain with local (Exim 3.32 #1
(Debian))
id 161ub7-0000Fl-00; Thu, 08 Nov 2001 19:12:21 +0000
From: Stuart T. R. Rowan <[EMAIL PROTECTED]>
Subject: apt: doesn't respect no_proxy environment variable
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10
Message-Id: <[EMAIL PROTECTED]>
Date: Thu, 08 Nov 2001 19:12:21 +0000
Delivered-To: [EMAIL PROTECTED]
Package: apt
Version: 0.5.4
Severity: important
Hi,
First off I would like to apologize if you think I have rated this bug to
high, but i feel that it is a serious problem. Apt-get honors my http_proxy
and ftp_proxy variables set in /etc/environment but ignores the no_proxy
variable also set. This means the proxy is needlessly filled up with debs
and package info for accessing a local server. I use the environment
variables rather than setting things explicitly with apt's own proxy stuff as
this way it works for wget and lynx (and I suspect a few others) from just
one location - easy maintenance. Therefore if you could change apt so it
honored the no_proxy environment variable i would be most grateful, both of
the speed increase through not using the proxy and the network admins
grateful of me not clogging up the proxy(web cache).
Thank you,
Stuart Rowan.
-- System Information
Debian Release: testing/unstable
Kernel Version: Linux strr 2.4.13 #2 Thu Nov 1 17:32:31 GMT 2001 i586 unknown
Versions of the packages apt depends on:
ii libc6 2.2.4-5 GNU C Library: Shared libraries and Timezone
ii libstdc++2.10- 2.95.4-0.01100 The GNU stdc++ library
---------------------------------------
Received: (at 118780-done) by bugs.debian.org; 8 Nov 2001 19:44:07 +0000
>From [EMAIL PROTECTED] Thu Nov 08 13:44:07 2001
Return-path: <[EMAIL PROTECTED]>
Received: from crack-ext.ab.videon.ca [206.75.216.33]
by master.debian.org with smtp (Exim 3.12 1 (Debian))
id 161v5r-0000ai-00; Thu, 08 Nov 2001 13:44:07 -0600
Received: (qmail 21579 invoked from network); 8 Nov 2001 19:44:06 -0000
Received: from unknown (HELO wakko.deltatee.com) ([24.82.81.190])
(envelope-sender <[EMAIL PROTECTED]>)
by crack-ext.ab.videon.ca (qmail-ldap-1.03) with SMTP
for <[EMAIL PROTECTED]>; 8 Nov 2001 19:44:06 -0000
Received: from localhost
([127.0.0.1] helo=wakko.deltatee.com ident=jgg)
by wakko.deltatee.com with smtp (Exim 3.16 #1 (Debian))
id 161v5f-0004Wg-00; Thu, 08 Nov 2001 12:43:55 -0700
Date: Thu, 8 Nov 2001 12:43:55 -0700 (MST)
From: Jason Gunthorpe <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
To: "Stuart T. R. Rowan" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc: APT Development Team <[EMAIL PROTECTED]>
Subject: Re: Bug#118780: apt: doesn't respect no_proxy environment variable
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
On Thu, 8 Nov 2001, Stuart T. R. Rowan wrote:
> and ftp_proxy variables set in /etc/environment but ignores the no_proxy
> variable also set. This means the proxy is needlessly filled up with debs
> and package info for accessing a local server. I use the environment
It does support it, but the syntax is very picky.
Jason