-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on apt-key #859
Comments
Works fine for me? What error message do you get? |
Problem solved with : sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 Probably a firewall or proxy problem, see here : http://unix.stackexchange.com/questions/75892/keyserver-timed-out-when-trying-to-add-a-gpg-public-key Thanks. |
Thanks for letting us know @Cascador . @jviotti @dlech should this info be added to https://github.com/resin-io/etcher#debian-and-ubuntu-based-package-repository-gnulinux-x86x64 ? |
Use full URL with port for key server. Also use port 80 to work around firewalls and proxies. Fixes: balena-io#859
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 works on more cases (especially at work). FYI in Docker sudo apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 (https://docs.docker.com/engine/installation/linux/ubuntulinux/) |
Fixes: #859 Signed-off-by: Juan Cruz Viotti <[email protected]>
Use full URL with port for key server. Also use port 80 to work around firewalls and proxies. Fixes: #859
Hello,
sudo apt-key adv --keyserver pgp.mit.edu --recv-keys 379CE192D401AB61 doesn't work.
The key is missing on pgp.mit.edu ?
Thanks.
The text was updated successfully, but these errors were encountered: