-
Notifications
You must be signed in to change notification settings - Fork 308
Description
Hello there,
on my raspberry pi 4 the command sudo apt update
is not successful any more (see response below).
I guess it is related to the change of the key for Influxdb (https://www.influxdata.com/blog/linux-package-signing-key-rotation/). I am running Influxdb via Docker Container.
Any idea how I can update the key?
The way that is described on influx-site is not working (no failure message, but 'sudo apt update' still not successful)
English code below
pi@raspberrypi:~ $ sudo apt update
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
OK:3 https://download.docker.com/linux/raspbian buster InRelease
Holen:4 https://repos.influxdata.com/debian stable InRelease [6.892 B]
Holen:5 https://repos.influxdata.com/debian buster InRelease [7.038 B]
Fehl:3 https://download.docker.com/linux/raspbian buster InRelease
Splitting up /var/lib/apt/lists/download.docker.com_linux_raspbian_dists_buster_InRelease into data and signature failed
Fehl:4 https://repos.influxdata.com/debian stable InRelease
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
Fehl:5 https://repos.influxdata.com/debian buster InRelease
Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY D8FF8E1F7DF8B07E
Fehler beim Verbinden: Verbindung ist gescheitert: Verbindungsaufbau abgelehnt
Paketlisten werden gelesen... Fehler!
automatically translated:
pi@raspberrypi:~ $ sudo apt update
OK:1 http://archive.raspberrypi.org/debian buster InRelease
OK:2 http://raspbian.raspberrypi.org/raspbian buster InRelease
OK:3 https://download.docker.com/linux/raspbian buster InRelease
Get:4 https://repos.influxdata.com/debian stable InRelease [6.892 B]
Get:5 https://repos.influxdata.com/debian buster InRelease [7.038 B]
Miss:3 https://download.docker.com/linux/raspbian buster InRelease
Splitting up /var/lib/apt/lists/download.docker.com_linux_raspbian_dists_buster_InRelease into data and signature failed
Error:4 https://repos.influxdata.com/debian stable InRelease
The following signatures could not be verified because their public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
Miss:5 https://repos.influxdata.com/debian buster InRelease
The following signatures could not be verified because their public key is not available: NO_PUBKEY D8FF8E1F7DF8B07E
Error connecting: Connection failed: connection establishment rejected
Packet lists are being read... Error!