Hi!
When i tried to update the Netdata on Debian 10, i got this error:
/usr/libexec/netdata/netdata-updater.sh
Thu 31 Oct 2024 10:05:20 AM CET : INFO: netdata-updater.sh: Checking if a newer version of the updater script is available.
Thu 31 Oct 2024 10:05:20 AM CET : INFO: netdata-updater.sh: Downloading newest version of updater script.
Hit:1 http://mirror.hetzner.de/debian/packages buster InRelease
Hit:2 http://mirror.hetzner.de/debian/security buster/updates InRelease
Hit:3 http://mirror.hetzner.de/debian/packages buster-updates InRelease
Hit:4 http://security.debian.org/debian-security buster/updates InRelease
Hit:5 http://deb.debian.org/debian buster InRelease
Hit:6 http://deb.debian.org/debian buster-updates InRelease
Hit:7 http://repo.netdata.cloud/repos/edge/debian buster/ InRelease
Hit:8 http://repo.netdata.cloud/repos/repoconfig/debian buster/ InRelease
Hit:9 https://repo.imunify360.cloudlinux.com/imunify360/debian/10 buster InRelease
Hit:10 https://rspamd.com/apt-stable buster InRelease
Hit:11 https://download.imunify360.com/debian/10/slot-1 buster InRelease
Hit:12 https://download.imunify360.com/debian/10/slot-2 buster InRelease
Hit:13 https://download.imunify360.com/debian/10/slot-3 buster InRelease
Hit:14 https://download.imunify360.com/debian/10/slot-4 buster InRelease
Hit:15 https://download.imunify360.com/debian/10/slot-5 buster InRelease
Hit:16 https://download.imunify360.com/debian/10/slot-6 buster InRelease
Hit:17 https://download.imunify360.com/debian/10/slot-7 buster InRelease
Hit:18 https://download.imunify360.com/debian/10/slot-8 buster InRelease
Get:20 https://s3-us-west-2.amazonaws.com/prod-otxb-portal-osquery/repo/deb stable InRelease [2,665 B]
Err:20 https://s3-us-west-2.amazonaws.com/prod-otxb-portal-osquery/repo/deb stable InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2DA21A850F8A3C54
Hit:19 https://packagecloud.io/ookla/speedtest-cli/debian buster InRelease
Reading package lists... Done
W: GPG error: https://s3-us-west-2.amazonaws.com/prod-otxb-portal-osquery/repo/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2DA21A850F8A3C54
E: The repository 'https://s3-us-west-2.amazonaws.com/prod-otxb-portal-osquery/repo/deb stable InRelease' 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.
Thu 31 Oct 2024 10:05:22 AM CET : FATAL: netdata-updater.sh: FAILED TO UPDATE NETDATA: Failed to update repository metadata.
I tried to add the key with diff methods, but the same resaults:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2DA21A850F8A3C54
Executing: /tmp/apt-key-gpghome.q22eklS8p7/gpg.1.sh --keyserver keyserver.ubuntu.com --recv-keys 2DA21A850F8A3C54
gpg: keyserver receive failed: No data
sudo apt-key adv --keyserver hkps://keys.openpgp.org --recv-keys 2DA21A850F8A3C54
Executing: /tmp/apt-key-gpghome.KfdXdJIXbc/gpg.1.sh --keyserver hkps://keys.openpgp.org --recv-keys 2DA21A850F8A3C54
gpg: keyserver receive failed: No data
Any idea, what is the problem?