Page 1 of 1

problem with atomic repo an centos 5

Posted: Mon Dec 28, 2015 5:48 am
by danliker
on centos 5 we see often this error:

error: rpmts_HdrFromFdno: Header V4 RSA/SHA1 signature: BAD, key ID 4520afa9
Problem opening package atomic-php56-php-xml-5.6.16-31.el5.art.x86_64.rpm

clean repo cache / reinstall atomic repo does not help.

any hints for this problem?

Re: problem with atomic repo an centos 5

Posted: Sat Jan 02, 2016 8:56 pm
by MehdiMoz
IS it CentOs 5 ?
this issue is because version 4 signature is used by default in Centos 6 but centos 5 uses V3

there is a fix explained in this URL
http://adminotes.blogspot.fr/2011/12/ce ... tures.html

You can also try removing the content inside /var/cache/yum directory if it helped
https://atomicorp.com/forums/viewtopic. ... 60&p=42795
danliker wrote:on centos 5 we see often this error:

error: rpmts_HdrFromFdno: Header V4 RSA/SHA1 signature: BAD, key ID 4520afa9
Problem opening package atomic-php56-php-xml-5.6.16-31.el5.art.x86_64.rpm

clean repo cache / reinstall atomic repo does not help.

any hints for this problem?

Re: problem with atomic repo an centos 5

Posted: Mon Jan 04, 2016 4:48 am
by danliker
MehdiMoz wrote:IS it CentOs 5 ?
yes it is
MehdiMoz wrote: this issue is because version 4 signature is used by default in Centos 6 but centos 5 uses V3

there is a fix explained in this URL
http://adminotes.blogspot.fr/2011/12/ce ... tures.html
is this not something you need to change?