centos 6.0 インストール

CentOS 6 - インストール : Server World

CentOS ソフトウェアRAID (ミラーリング RAID1) - 第2.5地区

epel リポジトリ

# rpm -ivh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
# vi /etc/yum.repos.d/epel.repo
 ====
[epel]
name=Extra Packages for Enterprise Linux 6 - $basearch
baseurl=http://download.fedoraproject.org/pub/epel/6/$basearch
#mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=epel-6&arch=$basearch
failovermethod=priority
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6
 ====
  • 標準では利用しないようにenabled=0に設定する。
  • エラーとなる場合はbaseurlをアンコメントしてmirrorlistをコメントにする。

The Perfect Server - CentOS 6.0 x86_64 [ISPConfig 3] - Page 3 - Page 3

Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again
...
then comment all the mirrorlist= lines (#mirrorlist=........)
and uncomment the #baseurl lines and save the file
then try the "yum install priorities" again