ただの備忘録です。

yumdownloaderを用いてpostgresql15の入手を試みたものの、

エラー: repo ‘ol9_baseos_latest’ のメタデータのダウンロードに失敗しました

となってしまったので、それを解消しようとした備忘録です。

[test01@TestServerT03 ~]$ rpm -Uvh –test ./OL9.4-RPM-Packeage/yum-utils-4.3.0-13.0.1.el9.noarc
h.rpm
警告: ./OL9.4-RPM-Packeage/yum-utils-4.3.0-13.0.1.el9.noarch.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID 8d8b756f: NOKEY
Verifying… ################################# [100%]
準備しています… ################################# [100%]

[root@TestServerT03 ~]# rpm -Uvh ~test01/OL9.4-RPM-Packeage/yum-utils-4.3.0-13.0.1.el9.noarch.rpm
警告: /home/test01/OL9.4-RPM-Packeage/yum-utils-4.3.0-13.0.1.el9.noarch.rpm: ヘッダー V3 RSA/SHA256 Signature、鍵 ID 8d8b756f: NOKEY
Verifying… ################################# [100%]
準備しています… ################################# [100%]
更新中 / インストール中…
1:yum-utils-4.3.0-13.0.1.el9 ################################# [100%]

https://yum.oracle.com/repo/OracleLinux/OL9/developer/EPEL/x86_64/index.html からepelを取得しておく。

[test01@TestServerT03 download]$ rpm -Uvh –test epel-release-latest-9.noarch.rpm
警告: epel-release-latest-9.noarch.rpm: ヘッダー V4 RSA/SHA256 Signature、鍵 ID 3228467c: NOKEY
Verifying… ################################# [100%]
準備しています… ################################# [100%]
[test01@TestServerT03 download]$ su –
パスワード:
[root@TestServerT03 ~]# cd ~test01/download/
[root@TestServerT03 download]# rpm -Uvh –test epel-release-latest-9.noarch.rpm
警告: epel-release-latest-9.noarch.rpm: ヘッダー V4 RSA/SHA256 Signature、鍵 ID 3228467c: NOKEY
Verifying… ################################# [100%]
準備しています… ################################# [100%]

これでposegresqlのいくつかのバージョンを仕入れることができるだろうか。

[test01@TestServerT03 download]$ yumdownloader postgresql15*
Oracle Linux 9 BaseOS Latest (x86_64) 0.0 B/s | 0 B 00:00
Errors during downloading metadata for repository ‘ol9_baseos_latest’:

  • Curl error (6): Couldn’t resolve host name for https://yum.oracle.com/repo/OracleLinux/OL9/baseos/latest/x86_64/repodata/repomd.xml [Could not resolve host: yum.oracle.com]
    エラー: repo ‘ol9_baseos_latest’ のメタデータのダウンロードに失敗しました : Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried

だめだった。原因がわからない。