Start a Conversation

Unsolved

This post is more than 5 years old

A

8689

June 22nd, 2018 04:00

srvadmin-omilcore package signature verification failure

I've just tried to install Dell OMSA tools on a fresh CentOS 7.5 installation. When I run "yum install srvadmin-all", I'm getting an error message that suggests that the package is signed with some other key than the one published by Dell. Dell, what's going on?

warning: /var/cache/yum/x86_64/7/dell-system-update_dependent/packages/srvadmin-omilcore-9.1.0-3013.13047.el7.x86_64.rpm: Header V4 RSA/SHA512 Signature, key ID 34d8786f: NOKEY
Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Dell-DSU

The GPG keys listed for the "dell-system-update_dependent" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

Failing package is: srvadmin-omilcore-9.1.0-3013.13047.el7.x86_64
GPG Keys are configured as: file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Dell-DSU

June 28th, 2018 10:00

SAME.

 

 

Retrieving key from http://linux.dell.com/repo/hardware/latest/public.key


The GPG keys listed for the "dell-system-update_dependent" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.


 Failing package is: srvadmin-omacs-9.1.0-3013.13047.el7.x86_64
 GPG Keys are configured as: http://linux.dell.com/repo/hardware/latest/public.key

June 28th, 2018 11:00

yeah, it looks like they (dell) messed up.

2 Posts

July 2nd, 2018 10:00

Same...

Any indication when they might clean up their mess?

1 Message

July 3rd, 2018 23:00

On 06/21/2018 11:03 PM, chandrasekha...@dell.com wrote:
> Hi All,
>
> We used to sign using SHA1 algorithm which is deprecated and the latest 
> packages are signed using SHA512. In-order to resolve this issue, the 
> corresponding public key needs to be imported before yum update. Kindly run 
> the following command to import the public key. 
>
> rpm --import http://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
>
> Let us know if you face any challenges.
>
> Regards,
> Chandra 

According to this: https://www.mail-archive.com/linux-poweredge@dell.com/msg04924.html

Worked for me.

July 11th, 2018 01:00

Do this to fix it:

rpm --import http://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc
yum update srvadmin*

 

No Events found!

Top