[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2011-01-20 Thread Kristian Kißling
It seems this problem also occurs, if you don't configure your firewall right. I allowed outgoing TCP/UDP connections on port 11371 and everything worked fine afterwards. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-12-14 Thread Thag
I found that copying my http_proxy setting to https_proxy fixed the hang. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/443404 Title: add-apt-repository insists on downloading GPG key even if

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-12-06 Thread Carl Karsten
This seems worth noting: /usr/lib/python2.6/dist-packages/softwareproperties/ppa.py # FIXME: this needs to go - elmo says the keyserver will not handle #the load res = subprocess.call( [apt-key, adv, --keyserver, keyserver.ubuntu.com,

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-08-09 Thread Korny Sietsma
Clarification of Heiko's workaround: - you need to set https_proxy - you may need to set it to http://my-proxy-host; not https://my-proxy-host; (which is what Ubuntu sets it to by default) - beware that 'sudo add-apt-repository' might load a new shell and overwrite the environment; use 'sudo

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-06-14 Thread Simon
Ubuntu 10.04 This is a serious problem with or without proxy. I don't use proxy but I suffer this problem often. keyserver.ubuntu.com is down frequently but add-apt-repository isn't smart enough to seek the key in another server. What's happens with keyserver.ubuntu.com lately? It fails too

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-05-19 Thread Heiko Ettelbrück
Try exporting the https_proxy environment variable in addition to http_proxy (without s). I found that suggestion in https://bugs.launchpad.net/ubuntu/+source/software- properties/+bug/516032 and it works fine for me: export http_proxy=... export https_proxy=... add-apt-repository ppa:... --

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-05-19 Thread Uli Tillich
Heikos workaround din't work for me. I do have http _and_ https set though the gui anyway (check-box at use same settings for all protocols). -- add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-05-18 Thread vedavata
'sudo add-apt-repository ppa:qutim/qutim.svn', 'sudo apt-key adv --recv- keys --keyserver keyserver.ubuntu.com', etc do not work via proxy at my Ubuntu 10.04 as well... -- add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-05-07 Thread Dave Vree
I ran into this issue myself, but I am not using a proxy, I believe the keyserver was just down. Perhaps a shorter timeout (5-10 seconds), a helpful error message that says something like Cannot reach the keyserver at this time, please try again later. Note that the repository has been added

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2010-03-01 Thread joeclarkia
Sounds like this utility to make things easier doesn't really make it easier (at least from behind a proxy). -- add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed. https://bugs.launchpad.net/bugs/443404 You

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2009-12-10 Thread MattPie
Work-around for at least the proxy issue: After you run add-apt-repository and it hangs, it's already set up the repo. I did let it sit for awhile and it will eventually time out, but it's several minutes at least. So, if you cancel out and run 'sudo apt-get update' Apt-get will complain that

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2009-12-09 Thread MattPie
It looks like add-apt-repository doesn't seem to set the http_proxy variable for GPG, so if you're behind a proxy the keyserver is always 'down'. The process hangs and the only signal it seems to respond to is -9 (C-\). -- add-apt-repository insists on downloading GPG key even if keyserver is

[Bug 443404] Re: add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed.

2009-10-05 Thread Eric Starks Appleman
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/33049477/Dependencies.txt ** Also affects: software-properties Importance: Undecided Status: New -- add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down,