vagrant vbguestでCannot find a valid baseurl for repo: base
備忘録です。
vagrant vbguestで以下のメッセージが出力されました。
エラー: Cannot find a valid baseurl for repo: base
ログは以下になります。
> vagrant vbguest
[default] GuestAdditions versions on your host (6.1.4) and guest (5.1.18) do not match.
読み込んだプラグイン:fastestmirror
インストール処理の設定をしています
Determining fastest mirrors
エラー: Cannot find a valid baseurl for repo: base
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. Invalid release/repo/arch combination/
removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt
Unmounting Virtualbox Guest Additions ISO from: /mnt
umount: /mnt: マウントされていません
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
umount /mnt
Stdout from the command:
Stderr from the command:
umount: /mnt: マウントされていません
参考ページは以下になります。
2020-11-30 でサポート終了した CentOS 6 にて、YumRepo Error: All mirror URLs are not using ftp, http[s] or file が発生する件(解決済み)
適用後、問題解決しました。
参考リンク
- 【まとめ】プログラミング、IT全般
- 2020-11-30 でサポート終了した CentOS 6 にて、YumRepo Error: All mirror URLs are not using ftp, http[s] or file が発生する件(解決済み)【外部】