[Bug 1613193] Re: apt-get does't work with http_proxy
David Kalnischkies
1613193 at bugs.launchpad.net
Mon Aug 15 10:35:45 UTC 2016
What type of proxy is that? Given you were using it before I presume its
an HTTP proxy. Does the URI you specify has "http://" in front? Is that
perhaps a public proxy? We have a test covering HTTP proxies and I have
just run an upgrade myself with a SOCKS proxy so that more likely
something specific to your setup than a general "everything broken"
case…
Please run apt with some debug options enabled: -o
Debug::Acquire::http=1 -o Debug::pkgAcquire::Worker=1
Beware: That generates a lot of output, so you might want to add also
somthing like: 2>&1 | tee apt-update.log
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1613193
Title:
apt-get does't work with http_proxy
Status in apt package in Ubuntu:
New
Bug description:
I use lubuntu 16.04.
$ uname -a
Linux ubuntu 4.4.0-22-generic #40-Ubuntu SMP Thu May 12 22:03:46 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
$ dpkg -l |grep apt
ii apt 1.2.10ubuntu1 amd64 commandline package manager
When I set "http_proxy" environment var and run "apt-get update", I get many "connection failed"
Err:16 http://archive.ubuntu.com/ubuntu xenial/main Sources
Connection failed
Err:17 http://archive.ubuntu.com/ubuntu xenial/restricted Sources
Connection failed
Err:18 http://archive.ubuntu.com/ubuntu xenial/universe Sources
Connection failed
Err:19 http://archive.ubuntu.com/ubuntu xenial/multiverse Sources
Connection failed
Err:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages
Connection failed
Err:21 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages
Connection failed
But I can use curl and wget to fetch website homepage.
And in centos7, yum can work with 'http_proxy', I can update my centos7.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1613193/+subscriptions
More information about the foundations-bugs
mailing list