Skip to content
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

[Resolved] Installation: Keyserver failure #237

Open
LintHart opened this issue Aug 17, 2018 · 5 comments
Open

[Resolved] Installation: Keyserver failure #237

LintHart opened this issue Aug 17, 2018 · 5 comments
Labels

Comments

@LintHart
Copy link

Hey Xavier,

I'm pretty new to the RPi world but I'm having trouble with your key server on RPi 3B+ running Raspian Stretch.

I previously had it running via a manual install, but I couldn't get the CPU temp to show up no matter what I tried (I Also experienced this on a Pi 2b+) . Thought I'd revisit the repo install incase I had better luck.

dirmngr installs fine, then when I attempt the next step:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F

I get the following:

Executing: /tmp/apt-key-gpghome.hqUuGFbYgf/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
gpg: keyserver receive failed: Server indicated a failure 

Any help would be greatly appreciated thank you

Lint

@Leepic
Copy link
Contributor

Leepic commented Jan 4, 2019

Hello,

Did you try again to pull the key from keyserver.ubuntu.com? I have tested and all is OK:

sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.on9ydGft2T --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
gpg: requesting key 2C0D3C0F from hkp server keyserver.ubuntu.com
gpg: key 2C0D3C0F: public key "Xavier Berger <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

@Leepic
Copy link
Contributor

Leepic commented Jul 20, 2019

@LintHart any update on this issue?

@mangss52
Copy link

mangss52 commented Aug 24, 2019

Good day Leepic,
I am having the same issue still and verified your previous post still failed.

Falied step:
root@raspberrypi:/home/pi# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Executing: /tmp/apt-key-gpghome.M4DReFtUEc/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
gpg: keyserver receive failed: Server indicated a failure

public key check:
root@raspberrypi:/home/pi# sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
Executing: /tmp/apt-key-gpghome.nxB8pHlWo7/gpg.1.sh --recv-keys --keyserver keyserver.ubuntu.com 2C0D3C0F
gpg: keyserver receive failed: Server indicated a failure

@gabrielcbe
Copy link

+1 on this issue.
i'm having the same problem. but only in a few raspberries (others work fine), and they're supposed to have the same image, since i'm automating the installation with ansible.
anyone know how to deal with this issue yet?

@YanWQ-monad
Copy link

+1

and I manually solved it through:

wget -qO - 'https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xe4e362de2c0d3c0f' | sudo apt-key add -

@XavierBerger XavierBerger pinned this issue Nov 19, 2019
@XavierBerger XavierBerger changed the title Installation: Keyserver failure [Resolved] Installation: Keyserver failure Nov 19, 2019
Repository owner locked as resolved and limited conversation to collaborators Nov 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

6 participants