[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2012-06-13 Thread Kalsan
Running apt-get upgrade through a proxy:

flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.236.orig.tar.gz
Traceback (most recent call last):
  File /usr/lib/update-notifier/package-data-downloader, line 234, in 
process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
  File /usr/lib/python2.7/urllib.py, line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
  File /usr/lib/python2.7/urllib.py, line 239, in retrieve
fp = self.open(url, data)
  File /usr/lib/python2.7/urllib.py, line 207, in open
return getattr(self, name)(url)
  File /usr/lib/python2.7/urllib.py, line 344, in open_http
h.endheaders(data)
  File /usr/lib/python2.7/httplib.py, line 954, in endheaders
self._send_output(message_body)
  File /usr/lib/python2.7/httplib.py, line 814, in _send_output
self.send(msg)
  File /usr/lib/python2.7/httplib.py, line 776, in send
self.connect()
  File /usr/lib/python2.7/httplib.py, line 757, in connect
self.timeout, self.source_address)
  File /usr/lib/python2.7/socket.py, line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283500

Title:
  Synaptic, update-manager, apt-get and wget  should share proxy
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/283500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2012-06-06 Thread Eduard Grebe
I also continue to see this issue in 12.04. Like @ender46 I have my
proxy set up in Network Settings, apt.conf and /etc/wgetrc and also as
an environment variable for root. Despite this, when flashplugin-
installer and ttf-mscorefonts-installer try to download files the
downloads time out.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283500

Title:
  Synaptic, update-manager, apt-get and wget  should share proxy
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/283500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2012-04-19 Thread ender
I don't think this issue is fixed in 12.04 beta.

I have set my proxy settings in Network Settings, in ~/.bashrc, in
/etc/apt.conf and in /etc/wgetrc (as I used to do in 10.04 and 10.10).
Web browsers work, wget works and updates (both graphical and via apt-
get) work, except for the flashplugin-installer, which times out when
trying to download the file:

flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz
Traceback (most recent call last):
  File /usr/lib/update-notifier/package-data-downloader, line 234, in 
process_download_requests
dest_file = urllib.urlretrieve(files[i])[0]
  File /usr/lib/python2.7/urllib.py, line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
  File /usr/lib/python2.7/urllib.py, line 239, in retrieve
fp = self.open(url, data)
  File /usr/lib/python2.7/urllib.py, line 207, in open
return getattr(self, name)(url)
  File /usr/lib/python2.7/urllib.py, line 344, in open_http
h.endheaders(data)
  File /usr/lib/python2.7/httplib.py, line 954, in endheaders
self._send_output(message_body)
  File /usr/lib/python2.7/httplib.py, line 814, in _send_output
self.send(msg)
  File /usr/lib/python2.7/httplib.py, line 776, in send
self.connect()
  File /usr/lib/python2.7/httplib.py, line 757, in connect
self.timeout, self.source_address)
  File /usr/lib/python2.7/socket.py, line 571, in create_connection
raise err
IOError: [Errno socket error] [Errno 110] Connection timed out


I never heard of /etc/environment, and looking at the file I see nothing proxy 
related:

PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
LANGUAGE=en_US:en
LANG=en_US.UTF-8
LC_NUMERIC=en_US.UTF-8
LC_TIME=en_US.UTF-8
LC_MONETARY=en_US.UTF-8
LC_PAPER=en_US.UTF-8
LC_IDENTIFICATION=en_US.UTF-8
LC_NAME=en_US.UTF-8
LC_ADDRESS=en_US.UTF-8
LC_TELEPHONE=en_US.UTF-8
LC_MEASUREMENT=en_US.UTF-8


It's definely a regression since with this very configuration I could update 
flash in 10.04 no problem. Should I open a new bug report or continue with this 
one? Also if you need more info on my system I'll be happy to provide it, I'm 
running an updated 12.04, with 3.2.0-23-generic kernel, x86_64.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283500

Title:
  Synaptic, update-manager, apt-get and wget  should share proxy
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/283500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2012-03-06 Thread Brian Murray
Currently in Precise, the development release of Ubuntu that will become
12.04, if you setup a network proxy in the Network portion of System
Settings this will be set in /etc/environment and /etc/apt/apt.conf.
Subsequently, update-manger, apt, synaptic and wget will all use the
same settings.  So I am setting this to Fix Released.

** Changed in: apt (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: synaptic (Ubuntu)
   Status: Incomplete = Fix Released

** Changed in: update-manager (Ubuntu)
   Status: Incomplete = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283500

Title:
  Synaptic, update-manager, apt-get and wget  should share proxy
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/283500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2011-11-11 Thread Curtis Hovey
** No longer affects: null

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/283500

Title:
  Synaptic, update-manager, apt-get and wget  should share proxy
  settings

To manage notifications about this bug go to:
https://bugs.launchpad.net/synaptic/+bug/283500/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-27 Thread Sense Hofstede
Thank you for taking the time to report this issue in the One Hundred Paper 
Cuts project. However, I am rejecting this as a paper cut because it is not a 
simple usability issue in default or featured applications, but instead a 
larger, complex problem.
Don't worry, I'm ONLY setting this as Invalid for the One Hundred Paper Cuts 
project.

Because there appears to be quite some uncertainty about where this bug
is caused and how widespread it is, I'm setting the statuses of this bug
in the Ubuntu packages to Incomplete and the importances to Undecided.
This should also help to make this bug show up on the radar of the right
people again.

** Project changed: hundredpapercuts = null

** Changed in: null
   Status: New = Invalid

** Changed in: apt (Ubuntu)
   Importance: Low = Undecided

** Changed in: apt (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: synaptic (Ubuntu)
   Importance: Low = Undecided

** Changed in: synaptic (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: update-manager (Ubuntu)
   Importance: Low = Undecided

** Changed in: update-manager (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: synaptic
   Status: Invalid = New

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-24 Thread Dereck Wonnacott
As noted in other comments setting the 'system wide proxy' did not work
for me, even though I can see the env vars set correctly. The following
fixed my problem with 'flashplugin-installer'

sudo gedit /etc/wgetrc

# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
https_proxy = http://WWW.XXX.YYY.ZZZ:/
http_proxy = http://WWW.XXX.YYY.ZZZ:/
ftp_proxy = http://WWW.XXX.YYY.ZZZ:/

# If you do not want to use proxy at all, set this to off.
use_proxy = on

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-24 Thread Dereck Wonnacott
Oh yes, I also needed to do this to get any updates to work:

sudo gedit /etc/apt/apt.conf

Acquire::http::Proxy http://WWW.XXX.YYY.ZZZ:;;

** Also affects: synaptic
   Importance: Undecided
   Status: New

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

** Changed in: synaptic
   Status: New = Invalid

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-16 Thread Hugh Parker
I think the importance is labelled wrong, but I can't change it.

Schools, most other public sector organisations, and most medium-to-
large businesses access the web from behind a firewall that blocks all
web traffic except through a proxy.  This means that anyone at those
organisations who uses ubuntu is going to find that web pages can't use
flash, several of their favourite fonts won't install, etc.

I think this is a serious obstacle to solving bug 1.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-16 Thread Fernando
Please, see some additional technical information related to the bug here:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/604665
Regards.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-11-16 Thread at78rpm
Hugh Parker wrote, Schools, most other public sector organisations, and
most medium-to-large businesses...

Indeed, this is the case. I'm in a school, and I have spent probably a
total of 1000 hours trying to configure my Ubuntu (all the way back to
6.04) for updates -- all to no avail.  I've tried everything.
Absolutely this is the most annoying bug in any operating system I've
ever encountered.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-10-25 Thread QianHao
After upgrading to ubuntu10.10,I can not install packages in the
terminal using the command apt -get install packagenames with the
environment variable http_proxy set properly in the terminal.I have to
set the proxy in the apt.conf file in the /etc/apt directory or use the
-o Acquire::http::Proxy option in the command line.But in the man page
of apt.conf, it still writes that The http_proxy environment variable
will override all settings.I don't know whether this is a bug or
not.Maybe it's just time to update the man pages.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-10-13 Thread Eshwar Andhavarapu
after setting global proxy settings in network proxy, also edit
/etc/wgetrc and add a line http_proxy =
http://username:passw...@host:port

edit the file as root obviously. everything then seems to work :)

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-10-13 Thread Eshwar Andhavarapu
oh similar for https as well. scroll down in wgetrc and you'll see a
section about proxies.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2010-02-11 Thread at78rpm
Absolutely NOTHING works for me trying to get updates.  $http_proxy
output is http_proxy=http://myusername:mypassw...@proxy.domain.com:800/
-- because the proxy port is 800.  I've tried 5865, 8080, and others
that I've seen posted in fixes that don't work for me.

I am absolutely at my wits' end in trying to figure this out.  I started
with Gutsy, updated to Hardy in hopes there was a fix; then to Intrepid,
hoping the same; then to Jaunty; now to Karmic, and still no joy.

I've tried setting Network Proxy with authentication and without.  With
direct connection.  Tried Synaptic with proxy settings and
authentication, also with direct connection.  407: Proxy authentication
required in all cases.

Has anyone found a solution to this maddening problem?

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2009-09-28 Thread Naaman Campbell
Yes, this is a proxy that requires authentication.
The results of $http_proxy does not include the authentication
credentials if it is set system wide on Karmic Alpha 5:

http_proxy=http://proxy.domain.com:8080/

For $http_proxy to work, I use the following:

http_proxy=http://username:passw...@proxy.domain.com:8080/

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2009-09-24 Thread Michael Vogt
Thanks for your bugreport.

What proxy settings do you have? Is this a proxy that requires authentication? 
The bug should be fixed already in jaunty (unless authentication is used). What 
happens if you open a gnome-termianl and type:
$ echo $http_proxy ?

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2009-09-15 Thread Naaman Campbell
Confirmed on Karmic - Alpha 5.

A fix needs to be contributed to utilise the Network Proxy Preferences
tool to ensure that all package management applications honour the
settings defined.

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 283500] Re: Synaptic, update-manager, apt-get and wget should share proxy settings

2009-06-24 Thread Mike Smith - dominoconsultant
me too - bump

This get's me twice every day when I change between my work and home
networks

-- 
Synaptic, update-manager, apt-get and wget  should share proxy settings
https://bugs.launchpad.net/bugs/283500
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs