LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   NO_PUBKEY on debian jessie (https://www.linuxquestions.org/questions/debian-26/no_pubkey-on-debian-jessie-4175563210/)

ccc 01-06-2016 08:49 AM

NO_PUBKEY on debian jessie
 
hi

I have added this repo in # vi /etc/apt/sources.list
on my debian jessie:
Code:

# Zabbix Sources
deb http://repo.zabbix.com/zabbix/2.4/debian/ jessie main contrib non-free

and get this NO_PUBKEY error:
Code:

# apt-get update
Ign http://ftp.ch.debian.org jessie InRelease
Hit http://ftp.ch.debian.org jessie Release.gpg
Hit http://ftp.ch.debian.org jessie Release
Hit http://ftp.ch.debian.org jessie/main Sources
Hit http://ftp.ch.debian.org jessie/main amd64 Packages
Hit http://ftp.ch.debian.org jessie/main Translation-en
Hit http://security.debian.org jessie/updates InRelease
Get:1 http://repo.zabbix.com jessie InRelease [6,804 B]
Hit http://security.debian.org jessie/updates/main Sources
Hit http://security.debian.org jessie/updates/main amd64 Packages
Ign http://repo.zabbix.com jessie InRelease
Hit http://security.debian.org jessie/updates/main Translation-en
Ign http://repo.zabbix.com jessie/main amd64 Packages/DiffIndex
Ign http://repo.zabbix.com jessie/contrib amd64 Packages/DiffIndex
Ign http://repo.zabbix.com jessie/non-free amd64 Packages/DiffIndex
Hit http://repo.zabbix.com jessie/main amd64 Packages
Hit http://repo.zabbix.com jessie/contrib amd64 Packages
Hit http://repo.zabbix.com jessie/non-free amd64 Packages
Ign http://repo.zabbix.com jessie/contrib Translation-en_US
Ign http://repo.zabbix.com jessie/contrib Translation-en
Ign http://repo.zabbix.com jessie/main Translation-en_US
Ign http://repo.zabbix.com jessie/main Translation-en
Ign http://repo.zabbix.com jessie/non-free Translation-en_US
Ign http://repo.zabbix.com jessie/non-free Translation-en
Fetched 6,804 B in 2s (2,537 B/s)
Reading package lists... Done
W: GPG error: http://repo.zabbix.com jessie InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY D13D58E479EA5ED4


sgosnell 01-07-2016 01:54 PM

You have to import the key. Zabbix.com should have a public key available, and should provide instructions in how to install the key. You can use the repository without the key, it's just a gpg error, not an apt error. Apt will still install packages without the key, but it's better to get it installed.

Yep, it' right there in the Zabbix documentation. You should read it.

https://www.zabbix.com/documentation..._from_packages

It says it only supports up to 7, but it should work with 8, Jessie.


All times are GMT -5. The time now is 11:07 PM.