新ConoHaで、
CentOS 6.6 64bit
を選択
インスタンスを作り
sshにて接続し
yumを行ったところ、接続できない場合が発生
例 yum -y install telnet
確認のために
dig mirrorlist.centos.org
を、行ったがやはり接続ができない
yum -y install telnet
こんなエラーメッセージ
読み込んだプラグイン:fastestmirror, security インストール処理の設定をしています Determining fastest mirrors Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" エラー: Cannot find a valid baseurl for repo: base
もう一度やってみる
yum -y install telnet
2回めは、こんなエラーメッセージ
読み込んだプラグイン:fastestmirror, security インストール処理の設定をしています Loading mirror speeds from cached hostfile Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os&infra=stock error was 14: PYCURL ERROR 6 - "Couldn't resolve host 'mirrorlist.centos.org'" エラー: Cannot find a valid baseurl for repo: base
接続を確認
dig mirrorlist.centos.org
タイムアウトになる
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.30.rc1.el6_6.2 <<>> mirrorlist.centos.org ;; global options: +cmd ;; connection timed out; no servers could be reached
networokの設定などで、対策ができるのかもしれないが
別のアカウントでは、問題なく動いているため、
再度、アカウントを取りなおしたて、みると、
無事、接続ができた???
インスタンスが作成される、環境の差異により発生しているような感じがする
新たに、インスタンスを作成し、不具合のアカウントは、削除を行う
いくつか、アカウントを作成し、
確認した所、3回に1回で、接続できなかった
しかし、頻度が多いので、下記を参考にして
http://utdream.org/post.cfm/yum-couldn-t-resolve-host-mirrorlist-centos-org-for-centos-6
vi /etc/resolv.conf
を変更する
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver 127.0.0.1
インスタンスガチャなるものあり
サービス側への不満もあるが、
初期費用がかからず、使用時間課金により、
手軽に作成、削除ができる点は評価できるのが???