Jessie Release Problem: NO_PUBKEY 379CE192D401AB61

I am unable to update grafana on a raspberry pi (currently running version 5.0.1). The error message is
W: GPG-Fehler: dl . bintray . com jessie Release: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 379CE192D401AB61

The keys I have installed are

sudo apt-key list
/etc / apt / trusted.gpg
--------------------
pub   2048R/90FDDD2E 2012-04-01
uid                  Mike Thompson (Raspberry Pi Debian armhf ARMv6+VFP) <mpthompson gmail.com>
sub   2048R/5373DC6C 2012-04-01

pub   2048R/7FA3303E 2012-06-17
uid                  Raspberry Pi Archive Signing Key
sub   2048R/EDD83D6C 2012-06-17

pub   4096R/68576280 2014-06-13
uid                  NodeSource <gpg@nodesource.com>
sub   4096R/AA01DA2C 2014-06-13

pub   4096R/1804772E 2014-11-24
uid                  Emdebian Toolchain Archive (signing key)

pub   4096R/A224060A 2015-07-25 [verfällt: 2019-07-25]
uid                  openHAB Bintray Repositories <owner openhab.org>
sub   4096R/98F622D2 2015-07-25 [verfällt: 2019-07-25]

and the installation of the new key did not seem to work:

sudo gpg --recv-key 379CE192D401AB61
gpg: fordere Schlüssel D401AB61 von hkp-Server keys.gnupg.net an
gpg: Schlüssel D401AB61: Öffentlicher Schlüssel "Bintray (by JFrog) <bintray bintray.com>" importiert
gpg: Anzahl insgesamt bearbeiteter Schlüssel: 1
gpg:                              importiert: 1  (RSA: 1)
pi@FHEM:~ $ gpg --export --armor 379CE192D401AB61 | sudo apt-key add -
gpg: Verzeichnis `/home/pi/.gnupg' erzeugt
gpg: Neue Konfigurationsdatei `/ home / pi /.gnupg/gpg.conf' erstellt
gpg: WARNUNG: Optionen in `/ home / pi /.gnupg/gpg.conf' sind während dieses Laufes noch nicht wirksam
gpg: Schlüsselbund `/ home /pi/.gnupg/secring.gpg' erstellt
gpg: Schlüsselbund `/ home /pi/.gnupg/pubring.gpg' erstellt
gpg: WARNUNG: Nichts exportiert
gpg: Keine gültigen OpenPGP-Daten gefunden.

How are you trying to update Grafana? With apt-get? Did you follow the instructions here: http://docs.grafana.org/installation/debian/

Thanks, this solved my problem (wrong line in sources.list).

1 Like