[ZBX-17007] CentOS 5, Header V4 RSA/SHA512 signature: BAD, key ID a14fe591 Created: 2019 Nov 28 Updated: 2024 Apr 10 Resolved: 2020 Feb 17 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Packages (C) |
Affects Version/s: | 4.4.3 |
Fix Version/s: | 5.0 (plan) |
Type: | Problem report | Priority: | Major |
Reporter: | Aigars Kadikis | Assignee: | Jurijs Klopovskis |
Resolution: | Fixed | Votes: | 3 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Issue Links: |
|
||||||||
Team: | |||||||||
Sprint: | Sprint 60 (Jan 2020), Sprint 61 (Feb 2020) | ||||||||
Story Points: | 0.5 |
Description |
An error occurs when installing an agent 4.4.3 on CentOS 5. Steps to reproduce: cd cp /etc/yum.repos.d/CentOS-Base.repo ~ wget -qO- --no-check-certificate https://raw.githubusercontent.com/astj/docker-centos5-vault/master/yum.repos.d/CentOS-Base.repo > /etc/yum.repos.d/CentOS-Base.repo wget http://repo.zabbix.com/zabbix/4.4/rhel/5/i386/zabbix-release-4.4-1.el5.noarch.rpm rpm -i zabbix-release-4.4-1.el5.noarch.rpm yum makecache fast yum install zabbix-agent Will produce the output: Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package zabbix-agent.i386 0:4.4.3-1.el5 set to be updated --> Finished Dependency ResolutionDependencies Resolved============================================================================================================================================================================================================================================= Package Arch Version Repository Size ============================================================================================================================================================================================================================================= Installing: zabbix-agent i386 4.4.3-1.el5 zabbix 478 kTransaction Summary ============================================================================================================================================================================================================================================= Install 1 Package(s) Upgrade 0 Package(s)Total download size: 478 k Is this ok [y/N]: y Downloading Packages: zabbix-agent-4.4.3-1.el5.i386.rpm | 478 kB 00:01 error: rpmts_HdrFromFdno: Header V4 RSA/SHA512 signature: BAD, key ID a14fe591 Problem opening package zabbix-agent-4.4.3-1.el5.i386.rpm
|
Comments |
Comment by Galo Xucro [ 2020 Jan 05 ] |
Try this: yum --downloadonly install zabbix-agent rpm --nosignature -ivh /var/cache/yum/zabbix/packages/zabbix-agent-4.4*.rpm |
Comment by Alexander Vladishev [ 2020 Feb 17 ] |
Released 4.4.4-2 packages for rhel-5. |