yum-updateに失敗しました。
なので、キャッシュを消します。
cd /var/cache/yum/
中身確認
$ ls -l 合計 0 drwxr-xr-x 3 root root 15 8月 8 18:01 x86_64
とりあえず消す
sudo rm -rf x86_64/
その後、クリーンアップ
yum clean all 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd リポジトリーを清掃しています: amzn2-core amzn2extra-docker amzn2extra-nginx1.12 pgdg-common pgdg10 pgdg11 pgdg12 pgdg95 pgdg96 Cleaning up everything Maybe you want: rm -rf /var/tmp/yum-ec2-user-4WevOz, to also free up space taken by orphaned data from disabled or removed repos
メッセージの通りに、「rm -rf /var/tmp/yum-ec2-user-4WevOz」してみる。
rm -rf /var/tmp/yum-ec2-user-4WevOz
これでキャッシュは消えたはず。
リポジトリのリストを見てみる。
yum repolist 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/common/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/11/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/12/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/9.5/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-2-x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found 他のミラーを試します。 リポジトリー ID リポジトリー名 状態 amzn2-core/2/x86_64 Amazon Linux 2 core repository 20,877 amzn2extra-docker/2/x86_64 Amazon Extras repo for docker 28 amzn2extra-nginx1.12/2/x86_64 Amazon Extras repo for nginx1.12 36 pgdg-common/2/x86_64 PostgreSQL common RPMs for RHEL/CentOS 2 - x86_64 0 pgdg10/2/x86_64 PostgreSQL 10 for RHEL/CentOS 2 - x86_64 0 pgdg11/2/x86_64 PostgreSQL 11 for RHEL/CentOS 2 - x86_64 0 pgdg12/2/x86_64 PostgreSQL 12 for RHEL/CentOS 2 - x86_64 0 pgdg95/2/x86_64 PostgreSQL 9.5 for RHEL/CentOS 2 - x86_64 0 pgdg96/2/x86_64 PostgreSQL 9.6 for RHEL/CentOS 2 - x86_64 0 repolist: 20,941
なんか他のミラーを試した結果、諦めた感がある結果が出力されました。
まあ、キャッシュファイルは消したから良いのかな?
よく分かりません。
毎度、吐きそうです。