-
Problem report
-
Resolution: Workaround proposed
-
Trivial
-
None
-
3.4.2
-
None
-
RHEL6, CentOS6
-
Sprint 19, Sprint 20
-
1
Package zabbix-release-3.4-1.el6.noarch.rpm is not signed.
Default settings for yum repository is
gpgcheck=1
then update process stops:
yum update "zabbix*"
Loaded plugins: changelog, etckeeper, fastestmirror, merge-conf, presto,
: security
Setting up Update Process
Loading mirror speeds from cached hostfile
* epel: epel.besthosting.ua
* extras: centos.koyanet.lv
Resolving Dependencies
--> Running transaction check
---> Package zabbix-agent.x86_64 0:3.2.7-1.el6 will be updated
---> Package zabbix-agent.x86_64 0:3.4.2-1.el6 will be an update
---> Package zabbix-release.noarch 0:3.2-1.el6 will be updated
---> Package zabbix-release.noarch 0:3.4-1.el6 will be an update
---> Package zabbix-sender.x86_64 0:3.2.7-1.el6 will be updated
---> Package zabbix-sender.x86_64 0:3.4.2-1.el6 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Updating:
zabbix-agent x86_64 3.4.2-1.el6 zabbix 350 k
zabbix-release noarch 3.4-1.el6 zabbix 13 k
zabbix-sender x86_64 3.4.2-1.el6 zabbix 254 k
Transaction Summary
================================================================================
Upgrade 3 Package(s)
Total size: 617 k
Is this ok [y/N]: y
Downloading Packages:
Package zabbix-release-3.4-1.el6.noarch.rpm is not signed
Problem can be workarounded by disabling checking:
yum update --nogpgcheck "zabbix*"