はじめての自宅サーバ構築 - Fedora/CentOS -
Last Update 2018/05/30
[ 更新履歴 ] [ サイト マップ ] [ 質問掲示板 ] [ 雑談掲示板 ] [ リンク ]
トップ >> 当サイト情報 >> スレッド

????????????????????¨????°???¨??§????????°???????¨??????¬???????????°?????±??????????????§??????

 yum がtime outになります
????????? 2012/01/20 11:54
????????? 晴天

yumを使用したいのですが、実行すると下記のエラーが発生します。

ーーーーーーーーーーーーーーーーーー
# yum list updates
Loading "installonlyn" plugin
Setting up repositories
Could not retrieve mirrorlist http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=x86_64 error was
[Errno 4] IOError: <urlopen error (97, 'Address family not supported by protocol')>
http://mirror.rightscale.com/epel/5/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://mirror1.rightscale.com/epel/5/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
http://mirror2.rightscale.com/epel/5/x86_64/repodata/repomd.xml: [Errno 12] Timeout: <urlopen error timed out>
Trying other mirror.
Error: Cannot open/read repomd.xml file for repository: epel
#
ーーーーーーーーーーーーーーーーーー

各サーバーへのpingは下記のようにとおるのですが、
ーーーーーーーーーーーーーーーーーー
# ping -a mirrors.fedoraproject.org
PING wildcard.fedoraproject.org (66.35.62.166) 56(84) bytes of data.
64 bytes from wildcard.fedoraproject.org (66.35.62.166): icmp_seq=1 ttl=52 time=48.8 ms

--- wildcard.fedoraproject.org ping statistics ---
2 packets transmitted, 1 received, 50% packet loss, time 1007ms
rtt min/avg/max/mdev = 48.887/48.887/48.887/0.000 ms
ーーーーーーーーーーーーーーーーーー

wgetを行うとtime outになります。
ーーーーーーーーーーーーーーーーーー
#wget http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=x86_64

failed: Connection timed out.
Connecting to mirrors.fedoraproject.org|2610:28:3090:3001:dead:beef:cafe:fed4|:80... failed: Address family not supported by protocol.
ーーーーーーーーーーーーーーーーーー

相手方のサーバーのhttpが閉じているのかと思い
自分のパソコンから同じサイトを見ると、下記が取得出来ました。
ーーーーーーーーーーーーーーーーーー
# repo = epel-5 arch = x86_64 country = JP
http://ftp.jaist.ac.jp/pub/Linux/Fedora/epel/5/x86_64/
http://ftp.riken.jp/Linux/fedora/epel/5/x86_64/
http://ftp.iij.ad.jp/pub/linux/fedora/epel/5/x86_64/
http://ftp.tsukuba.wide.ad.jp/Linux/fedora/epel/5/x86_64/
http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/epel/5/x86_64/
http://ftp.kddilabs.jp/Linux/packages/fedora/epel/5/x86_64/
ーーーーーーーーーーーーーーーーーー

ネットワークの問題か設定の問題だと思うのですが、
どなたかご教授願えないでしょうか?

よろしくお願いします。

■ コンテンツ関連情報

 Re: yum がtime outになります ( No.1 )
????????? 2012/01/20 12:58
????????? stranger
?????§??? http://ja.528p.com/

http://mirror.rightscale.com/epel/5/x86_64/repodata/
にrepomd.xmlが存在しませんね

yum clean all
yum list update
を実行してみる

それでもだめなら
epel.repoを修正して日本のサイトを指定したらどうでしょう
 Re: yum がtime outになります ( No.2 )
????????? 2012/01/20 13:00
????????? スバル

>[Errno 4] IOError: <urlopen error (97, 'Address family not supported by protocol')>
ipv6 を無効にしてみたらどうでしょう?
 Re: yum がtime outになります ( No.3 )
????????? 2012/01/20 14:11
????????? 晴天

ありがとうございます。

>yum clean all
>yum list update
>を実行してみる


は数回実行していますが、同じ結果になります。

>epel.repoを修正して日本のサイトを指定したらどうでしょう
日本サイトはどこになるのでしょうか?
一つ見つけたのですが、もう閉鎖されておりました。。。

よろしくお願いします。
 Re: yum がtime outになります ( No.4 )
????????? 2012/01/20 15:43
????????? stranger
?????§??? http://ja.528p.com/

epel.repoを下記のように変えてみる
[epel]
name=Extra Packages for Enterprise Linux 5 - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/5/$basearch
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch
failovermethod=priority
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL

ftp.riken.jpならば、下記のように
baseurl=http://ftp.riken.jp/Linux/fedora/epel/5/$basearch

■ その他

ページ先頭へ


Copyright(©)2004-2018 First home server construction. All Right Reserved.