sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
Executing: /tmp/apt-key-gpghome.4JhYetPTcO/gpg.1.sh --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
gpg: keyserver receive failed: No data
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: 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.
I've been having some unrelated driver issues on my netbook so I've had to re-install Debian a few times, when I tried to add the etcher repo this is what I ran into above ^
Any ideas how I can get this thing working?
Oh that's funny, its working now. not sure why it kept failing. Sorry! Can't understand why it would just suddenly start to work again... ah well!
Might just have been a temporary failure on the pgp.mit.edu server?
Honestly I am not sure. I kept trying it & it kept failing, I came back to it a little later, just after making this thread, and it suddenly started working.. Weird.
Mine still fails on Debian 9 stretch 64 bit as below.
W: GPG error: https://dl.bintray.com/resin-io/debian stable Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 379CE192D401AB61
W: The repository 'https://dl.bintray.com/resin-io/debian stable Release' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Kindly assist.
I ran the command below and no errors appear after running the apt-get update command
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
sudo apt-key adv --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
Executing: /tmp/apt-key-gpghome.3wzLSL1SLd/gpg.1.sh --keyserver hkp://pgp.mit.edu:80 --recv-keys 379CE192D401AB61
gpg: keyserver receive failed: No data
I have the same error @djkerya
@djkerya @maximeaudy Looks like you're following outdated instructions? https://github.com/balena-io/etcher#debian-and-ubuntu-based-package-repository-gnulinux-x86x64 uses the Ubuntu keyserver rather than the MIT keyserver.
@lurch have you seen my comment? Since when pgp.mit.edu is ubuntu keyserver?
@lurch I was able to add the key some time later, but have tried maybe 10 times getting this error.
@djkerya Yes, I did see your comment. You seem to be trying to use hkp://pgp.mit.edu:80 but the instructions at https://github.com/balena-io/etcher#debian-and-ubuntu-based-package-repository-gnulinux-x86x64 suggest using keyserver.ubuntu.com (the instructions were changed by #2319 in May 2018).
Most helpful comment
@djkerya @maximeaudy Looks like you're following outdated instructions? https://github.com/balena-io/etcher#debian-and-ubuntu-based-package-repository-gnulinux-x86x64 uses the Ubuntu keyserver rather than the MIT keyserver.