Eu percebi isso. Como esse servidor foi criado automaticamente usando uma imagem da nuvem, ele nunca foi registrado na rede Red Hat. Depois de fazer isso, o yum começou a se comportar novamente.
Estou tentando instalar uma pilha LAMP em um novo servidor red hat, mas o yum está se comportando mal. Sendo linux analfabeto, estou perdido.
$yum install httpd
Loaded plugins: security
Setting up Install Process
No package httpd available.
Nothing to do
Minha configuração yum
$ cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
keepcache=0
debuglevel=2
logfile=/var/log/yum.log
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=1
plugins=1
# Note: yum-RHN-plugin doesn't honor this.
metadata_expire=1h
# Default.
# installonly_limit = 3
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
Outras coisas no diretório yum.repos.d
$ ls -lah /etc/yum.repos.d/
total 12K
drwxr-xr-x 2 root root 4.0K Feb 4 01:15 .
drwxr-xr-x 59 root root 4.0K Feb 4 01:28 ..
-rw-r--r-- 1 root root 561 Mar 10 2010 rhel-debuginfo.repo
O que poderia estar acontecendo? Eu pensei "fora da caixa" RHEL5.5 seria mais amigável:)
Você verificou se o RPM está localizado em seu CD ou ISO?
O RHEL Server 5.5 possui um arquivo /Server/httpd-2.2.3-43.el5.x86_64.rpm
Tags installation yum linux apache-2.2 redhat