Your message dated Thu, 10 Jul 2008 11:10:04 +0200 (CEST)
with message-id <[EMAIL PROTECTED]>
and subject line confirmed fixed in etch
has caused the Debian Bug report #116933,
regarding gnupg: Misbehaviour with http_proxy
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
116933: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=116933
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: gnupg
Version: 1.0.6-2
Severity: normal
Watch me --
$ http_proxy=rubbish
$ gpg --keyserver wwwkeys.us.pgp.net --send-keys B1B82EE1
gpg: can't connect to `wwwkeys.us.pgp.net': No such file or directory
This error is a bit odd - the user starts thinking of what file could
be involved.
Suggestion: the error message should say "I tried to use rubbish but
did not get through to wwwkeys.us.pgp.net".
$ export http_proxy=
$ gpg --keyserver wwwkeys.us.pgp.net --send-keys B1B82EE1
gpg: invalid $http_proxy: bad URI
gpg: can't connect to `wwwkeys.us.pgp.net': Operation not permitted
I thought that in many contexts, setting http_proxy to nothing was
enough to persuade the program that no http proxy exists. For example,
with lynx, just saying "export http_proxy=" is enough to tell him to
not use any http proxy.
Suggestion: If strlen(http_proxy)==0 then you should not try to use it.
I discovered that I need to do this to make it work:
$ unset http_proxy
$ gpg --keyserver wwwkeys.us.pgp.net --send-keys B1B82EE1
gpg: success sending to `wwwkeys.us.pgp.net' (status=200)
Which is fine.
Thanks,
-ans.
-- System Information
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sanna 2.2.18 #1 Sat Apr 21 13:24:16 IST 2001 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages gnupg depends on:
ii libc6 2.2.4-3 GNU C Library: Shared libraries an
ii libgdbmg1 1.7.3-27 GNU dbm database routines (runtime
ii makedev 2.3.1-53 Creates special device files in /d
ii zlib1g 1:1.1.3-15 compression library - runtime
--
-------------------------------------------------------------------------------
Ajay Shah [EMAIL PROTECTED]
Associate Professor, IGIDR URL http://www.igidr.ac.in/~ajayshah
<*(:-? - wizard who doesn't know the answer.
pgpoQAZjnYsq2.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
Version: 1.4.6-1
Hi,
I've confirmed that this bug has been fixed already since etch.
cheers,
Thijs
--- End Message ---