question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

  • latest etcher for debian
  • Debian Stretch Desktop Raspberry Pi:

Hello everybody,

I have etcher installed and get this error message when installing sudo get update:

pi@HomeKitServer:~ $ sudo apt update Ign:1 http://ftp.debian.org/debian stretch InRelease OK:2 http://ftp.debian.org/debian stretch-updates InRelease OK:3 http://archive.raspberrypi.org/debian stretch InRelease OK:4 http://security.debian.org stretch/updates InRelease OK:5 http://ftp.debian.org/debian stretch Release OK:6 https://deb.nodesource.com/node_9.x stretch InRelease Ign:7 https://dl.bintray.com/resin-io/debian stable InRelease Holen:8 https://dl.bintray.com/resin-io/debian stable Release [1.878 B] Holen:9 https://dl.bintray.com/resin-io/debian stable Release.gpg [821 B] Ign:9 https://dl.bintray.com/resin-io/debian stable Release.gpg Paketlisten werden gelesen... Fertig W: GPG-Fehler: https://dl.bintray.com/resin-io/debian stable Release: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 379CE192D401AB61 E: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and user configuration details.

If I do this here, I get this error: sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61

pi@HomeKitServer:~ $ sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 Executing: /tmp/apt-key-gpghome.X7aP7HFmpN/gpg.1.sh --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61 gpg: failed to start the dirmngr '/usr/bin/dirmngr': Datei oder Verzeichnis nicht gefunden gpg: connecting dirmngr at '/run/user/0/gnupg/d.s65wqjo3nk9rke85qetdsjek/S.dirmngr' failed: Datei oder Verzeichnis nicht gefunden gpg: keyserver receive failed: Kein Dirmngr Does one have an idea where the problem is?

Thanks!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Nastrascommented, Feb 26, 2018

Hi, thank you very much for your reply. I tried it again earlier and it worked.

1reaction
lurchcommented, Feb 26, 2018

Unfortunately it seems like the pgp.mit.edu keyserver occasionally has downtime issues. You can either try again later to see if it’s back up, or https://github.com/resin-io/etcher/issues/1930#issuecomment-352845004 suggests an alternative might be to do:

curl https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo gpg --dearmor --output /etc/apt/trusted.gpg.d/bintray.gpg

instead of using apt-key, although I’ve not tried this myself.

Read more comments on GitHub >

github_iconTop Results From Across the Web

gpg: keyserver receive failed [closed] - Ask Ubuntu
No name This may be a server issue. There is a notice dated 2021-06-21 on sks-keyservers.net stating "Due to even more GDPR takedown ......
Read more >
keyserver timed out when trying to add a GPG public key
I fixed my problem by running the following command: $ sudo apt-key adv \ --keyserver hkp ...
Read more >
GPG Key error when importing from keyserver - Ask Fedora
I was trying to import a gpg key for verify fdroid app but i was not able to import that it is always...
Read more >
gpg: keyserver receive failed: Server indicated a failure #307
I am unable to make changes on the katoolin.py file to solve the server indicated a failure issue.
Read more >
OpenPGP Keyserver
Hockeypuck OpenPGP keyserver​​ This is an OpenPGP keyserver. It is provided to the community as a public service to help distribute OpenPGP encryption...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found