質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

yum

yumコマンドは、UNIX系OSのRPMパッケージのインストールなどを行うためのプログラムのことです。

Q&A

2回答

21538閲覧

CentOS7において、yumを入力してもエラーが出ました。

pontarou

総合スコア8

CentOS

CentOSは、主にRed Hat Enterprise Linux(RHEL)をベースにした、フリーのソフトウェアオペレーティングシステムです。

yum

yumコマンドは、UNIX系OSのRPMパッケージのインストールなどを行うためのプログラムのことです。

0グッド

0クリップ

投稿2017/06/21 10:58

編集2022/01/12 10:55

何度やってもできないので、お力をお貸しいただけたら嬉しいです。
バージョンは、CentOS7です。
・ポート解放
80/tcp
443/tcp
53/udp
参考にしたサイト
・CentOS-Base.repo内のbaseurl=に理研のURLを貼る
・DNS設定済み

'CentOS-Base.repoの内容です。'
"# CentOS-Base.repo"
'#
'# The mirror system uses the connecting IP address of the client and the
'# update status of each mirror to pick mirrors that are updated to and
'# geographically close to the client. You should use this for CentOS updates
'# unless you are manually picking other mirrors.
'#
'# If the mirrorlist= does not work for you, as a fall back you can try the
'# remarked out baseurl= line instead.
'#
'#

'[base]
'name=CentOS-$releasever - Base
'#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os&infra=$infra
'#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
'baseurl=http://ftp.riken.jp/Linux/centos/$releasever/os/$basearch/
'gpgcheck=1
'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

'#released updates
'[updates]
'name=CentOS-$releasever - Updates
'#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates&infra=$infra
'#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
'baseurl=http://ftp.riken.jp/Linux/centos/$releasever/updates/$basearch/
'gpgcheck=1
'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

'#additional packages that may be useful
'[extras]
'name=CentOS-$releasever - Extras
'#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras&infra=$infra
'#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
'baseurl=http://ftp.riken.jp/Linux/centos/$releasever/extras/$basearch/
'gpgcheck=1
'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

'#additional packages that extend functionality of existing packages
'[centosplus]
'name=CentOS-$releasever - Plus
'#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus&infra=$infra
'#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
'baseurl=http://ftp.riken.jp/Linux/centos/$releasever/centosplus/$basearch/
'gpgcheck=1
'enabled=0
'gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7

'yum update実行結果です。
'[root@localhost ~]# yum update
'読み込んだプラグイン:fastestmirror
'http://ftp.riken.jp/Linux/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: 'ftp.riken.jp; 不明なエラー"
'他のミラーを試します。

'One of the configured repositories failed (CentOS-7 - Base),
'and yum doesn't have enough cached data to continue. At this point the only
'safe thing yum can do is fail. There are a few ways to work "fix" this:

' 1. Contact the upstream for the repository and get them to fix the problem.

' 2. Reconfigure the baseurl/etc. for the repository, to point to a working
' upstream. This is most often useful if you are using a newer
' distribution release than is supported by the repository (and the
' packages for the previous distribution release still work).

' 3. Disable the repository, so yum won't use it by default. Yum will then
' just ignore the repository until you permanently enable it again or use
' --enablerepo for temporary usage:

' yum-config-manager --disable base

' 4. Configure the failing repository to be skipped, if it is unavailable.
' Note that yum will try to contact the repo. when it runs most commands,
' so will have to try and fail each time (and thus. yum will be be much
' slower). If it is a very temporary problem though, this is often a nice
' compromise:

' yum-config-manager --save --setopt=base.skip_if_unavailable=true

'failure: repodata/repomd.xml from base: [Errno 256] No more mirrors to try.
'http://ftp.riken.jp/Linux/centos/7/os/x86_64/repodata/repomd.xml: [Errno 14] curl#6 - "Could not resolve host: 'ftp.riken.jp; 不明なエラー"'

まだはじめたばかりですので、至らない点がある、必要な情報がある場合はご指摘ください。
よろしくお願いします。

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

hotta

2017/06/21 23:44

とりあえず、コンピューターからの出力部分を ``` で囲んでください。修正モードで呼び出して、出力部分を選択して "</ >" ボタンをクリックでもOKです。これで見やすくなります。
over

2017/06/22 00:12

名前解決はできているのでしょうか?
pontarou

2017/06/22 04:52

over 解答ありがとうございます。DNSを8.8.8.8にすることで解決したのですが、果たしてこれでよいものか疑問に残っております。調べてみたらgoogleのものだったので
pontarou

2017/06/22 05:01

hotta 先頭に'を追記して改善してみました。これで大丈夫でしょうか?
guest

回答2

0

CentOS-Base.repoを初期状態に戻した方がよいと思います。
リポジトリの変更はダウンロード速度を改善するテクニックですが、現在の環境ではその必要はほとんどありません。

インストール手順に「CentOS-Base.repo内のbaseurl=に理研のURLを貼る」と記述してあるコンテンツは情報が古い可能性があるので、他の情報を参考にすることをお勧めします。

投稿2017/06/21 23:35

shoko1

総合スコア372

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

pontarou

2017/06/22 04:50

解答ありがとうございます。 そうですか、もう古いのですね。 修正したいと思います。
pontarou

2017/06/22 08:40

修正しました。修正後yum updateを実行したところ問題なく動きました。 
guest

0

DNSの設定を,192.168.0.~から、8.8.8.8に変更してyum updateを実行したところ、
実行できました
参考URL https://daichan.club/linux/96

ただ、これはできてるのかどうか正直疑問です。

投稿2017/06/22 05:09

pontarou

総合スコア8

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

over

2017/06/22 06:15

> 192.168.0.~ 上記は名前解決可能なDNSサーバなのでしょうか? 8.8.8.8 はgoogleが提供するDNSサーバです。 これを指定することで解決できたのであれば、名前解決ができなかったことが原因である可能性が高いです。 これを指定することに疑問を感じているようですが、気になるのであれば、ISP提供のDNSサーバにでも切り替えてみては如何でしょうか。
pontarou

2017/06/22 06:26

> 192.168.0.~ 上記は名前解決可能なDNSサーバなのでしょうか? これは、windowsのほうで表示されていたdnsサーバをそのままうちました。 使えるだろうと思って。 ISP提供のDNSサーバにでも切り替えてみては如何でしょうか。 すいません、具体的なやり方がわからないです。
choro-s

2017/06/22 08:19

overさんのコメントラインで失礼いたします。 若干視点が違うところから。 Windowsで表示されていたDNSサーバというのはルータのIPだと推察いたしますが・・・ 接続されているネットワークは同一のものでしょうか? もし、別のネットワークで接続されている場合、DNSサーバのIPが異なる場合がありますので・・・。 切り分けの参考になれば。
pontarou

2017/06/22 08:23

choro-s これってルータのIPなんですね。 といいますか、すいません。今改めて見直したところ全然違う値書いてました。
choro-s

2017/06/22 08:28 編集

ルータのIPという点については、コメントの流れからご自宅(学習環境)で作業されているという前提の下、 [インターネット] │ [ルータ] ├WindowsPC └CentOSPC といった感じで接続されていると、推察させていただきました。
pontarou

2017/06/22 08:30

えっとCentOSPCが正確には windowsPC(virtulbox-Centos7)です。説明不足ですいません
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだベストアンサーが選ばれていません

会員登録して回答してみよう

アカウントをお持ちの方は

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問