実現したいこと
CentOS7が2024/07/01からEOLとなった事でyumが使えなくなっています。
CentOS7.9で運用している自宅サーバーなのですが、こちらのサイト・・・
https://cartrip.blog/dp/oschange/
・・・を参考にAlmaLinuxへマイグレーションしたいと考えています。
発生している問題・分からないこと
「CentOS7を最新にしてから移行をしないとうまく行かない可能性があります」
という事で#yum updateを実行しようとしているのですが・・・
---
Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was
14: curl#6 - "Could not resolve host: mirrorlist.centos.org; 不明なエラー"
---
・・・と、エラーとなってしまいます。
エラーメッセージ
error
1# yum update 2読み込んだプラグイン:copr, fastestmirror, langpacks 3Loading mirror speeds from cached hostfile 4Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 514: curl#6 - "Could not resolve host: mirrorlist.centos.org; 不明なエラー" 6 7 8 One of the configured repositories failed (不明), 9 and yum doesn't have enough cached data to continue. At this point the only 10 safe thing yum can do is fail. There are a few ways to work "fix" this: 11 12 1. Contact the upstream for the repository and get them to fix the problem. 13 14 2. Reconfigure the baseurl/etc. for the repository, to point to a working 15 upstream. This is most often useful if you are using a newer 16 distribution release than is supported by the repository (and the 17 packages for the previous distribution release still work). 18 19 3. Run the command with the repository temporarily disabled 20 yum --disablerepo=<repoid> ... 21 22 4. Disable the repository permanently, so yum won't use it by default. Yum 23 will then just ignore the repository until you permanently enable it 24 again or use --enablerepo for temporary usage: 25 26 yum-config-manager --disable <repoid> 27 or 28 subscription-manager repos --disable=<repoid> 29 30 5. Configure the failing repository to be skipped, if it is unavailable. 31 Note that yum will try to contact the repo. when it runs most commands, 32 so will have to try and fail each time (and thus. yum will be be much 33 slower). If it is a very temporary problem though, this is often a nice 34 compromise: 35 36 yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true 37 38Cannot find a valid baseurl for repo: base/7/x86_64 39#
該当のソースコード
特になし
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
こちらのサイトを参考にさせて頂き「リポジトリ設定の書き換え」を行いましたが状況が変化しません。
https://qiita.com/owayo/items/81c843fb11d27b217433#vaultcentosorg-%E3%81%AB%E6%8E%A5%E7%B6%9A%E3%81%99%E3%82%8B%E3%82%88%E3%81%86%E3%81%AB%E5%AF%BE%E5%BF%9C
補足
どこか書き換え不足や修正漏れなどがあるのでしょうか?
ご教示戴きたくお願い致します。
2024/08/14 PM17:55追記
以下の2ファイルに「mirrorlist=http://mirrorlist.centos.org」の記述がありましたが、こちらは関係しますでしょうか?
/etc/yum.repos.d/CentOS-SCLo-scl.repo
-----
CentOS-SCLo-sclo.repo
Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
information
[centos-sclo-sclo]
name=CentOS-7 - SCLo sclo
baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/sclo/
mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=7&repo=sclo-sclo
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
***以下略
-----
/etc/yum.repos.d/CentOS-SCLo-scl-rh.repo
-----
CentOS-SCLo-rh.repo
Please see http://wiki.centos.org/SpecialInterestGroup/SCLo for more
information
[centos-sclo-rh]
name=CentOS-7 - SCLo rh
#baseurl=http://mirror.centos.org/centos/7/sclo/$basearch/rh/
mirrorlist=http://mirrorlist.centos.org?arch=$basearch&release=7&repo=sclo-rh
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-SCLo
***以下略
-----
回答3件
あなたの回答
tips
プレビュー