2020年2月 のアーカイブ

【解決方法】GPG keys listed for the Zabbix Official Repository – x86_64 repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.

2020年2月27日 木曜日

GCPでkusanagiを利用しています

yum updateでhe GPG keys listed for the Zabbix Official Repository – x86_64 repository are already installed but they are not correct for this package. Check that the correct key URLs are configured for this repository.

上記の問題が発生しアップデートが進行しない状態が発生しています。問題はこのzabbixのパッケージの署名が変更されていることにあります。

そのため

# wget https://repo.zabbix.com/RPM-GPG-KEY-ZABBIX-A14FE591

上記コマンドで新しい署名をダウンロードし、現在のものと置き換えるとアップデートが可能になります

実際の署名ファイル名はRPM-GPG-KEY-ZABBIXです。一応ファイルをバックアップしておいて試してみて下さい。

ファイルの場所は/etc/pki/rpm-gpgです

*自己責任でお試し下さい、うまくいったらコメントを残していただければ幸いです