I'm trying to install an application on an Ubuntu 10.04 via a ppa. This setup is necessary since a customer's error seems to be platform dependent.
Here's what
sudo add-apt-repository ppa:user/app
I get:
gpg: keyring `/tmp/tmphf6_87/secring.gpg' created
gpg: keyring `/tmp/tmphf6_87/pubring.gpg' created
gpg: requesting key EEA14886 from hkp server keyserver.ubuntu.com
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0
recv failed
I tried ping keyserver.ubuntu.com
and it worked. I googled the problem but I found nothing.
nmap -p 11371 keyserver.ubuntu.com
, it tells me that this port is filtered. It might be filtered by the ubuntu server but that wouldn't really make sense, would it. So, I guess, I have to talk to the admin. If you make that an answer, I can mark this issue as solved. – Gerome Bochmann Feb 27 '15 at 09:1511371
– Vadim Kotov Sep 14 '17 at 13:41