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.