LoginSignup
3
3

More than 5 years have passed since last update.

redhat-upgrade-tool - warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 ...

Last updated at Posted at 2014-08-18

CentOS6.5 to 7.0 へのアップグレード時、
redhat-upgrade-tool 実行にて発生した Warning のメモ。

redhat-upgrade-tool 実行

# redhat-upgrade-tool --network 7.0  --instrepo http://ftp.iij.ad.jp/pub/linux/centos/7/os/x86_64/ --force

結果に下記のWarningが出た

warning: rpmts_HdrFromFdno: Header V3 RSA/SHA256 Signature, key ID f4a80eb5: NOKEY

対処: RPM-GPG-KEY を import

※ urlは環境に合わせること

# rpm --import http://ftp.iij.ad.jp/pub/linux/centos/7/os/x86_64/RPM-GPG-KEY-CentOS-7

結果

再び redhat-upgrade-tool を実行

# redhat-upgrade-tool --network 7.0  --instrepo http://ftp.iij.ad.jp/pub/linux/centos/7/os/x86_64/ --force

...

setting up system for upgrade
Finished. Reboot to start upgrade.

リブート後、無事成功。

# cat /etc/redhat-release
CentOS Linux release 7.0.1406 (Core)
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3