[root@fc17 ~]# yum update
読み込んだプラグイン:langpacks, presto, refresh-packagekit
http://ftp.riken.jp/Linux/fedora/releases/17/Everything/x86_64/os/repodata/repomd.xml: [Errno 14] curl#7 - "Couldn't connect" 他のミラーを試します。
エラー: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.
[root@fc17 ~]#
何でだろう?と思いつつ、/etc/yum.repos.d配下のファイルを編集してみても状況はかわらず。。
ネットワーク周りをひとつずつ見直していたらデフォルトゲートウェイがなくなっている事に気づいた。
[root@fc17 ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
169.254.0.0 0.0.0.0 255.255.0.0 U 1003 0 0 p1p1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 p1p1
[root@fc17 ~]#
ということで修正を施し(/etc/sysconfig/networkにGATEWAYを追加)、
[root@fc17 ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 p1p1
169.254.0.0 0.0.0.0 255.255.0.0 U 1003 0 0 p1p1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 p1p1
[root@fc17 ~]#
これで、問題なくyumが使えるようになりました。
0 件のコメント:
コメントを投稿