Saludos Amigos listeros de Centos:
Alquien que me tire una mano con el repositorio de Centos 6.4 resulta
que cuando edito el fichero /etc/yum.repos.d/Centos-Base.repo el cual
esta editado de la siguiente manera, debido que no tengo acceso a
Internet y quiero actualizarlo desde la misma Pcs en el disco local
donde tengo un Repositorio de Centos 6.4 de 25GB en la direccion
/home/Repo64 y la cual me emite el siguiente error cuando escribo yum
update:
Loaded plugins: fastestmirror, refresh-packagekit, security
loading mirror speeds from cached hostfile
file:///home/Repo64/repodata/repomd.xml: [Errno 14] Coult not open/read
file:///home/Repo64/repodata/repomd.xml
Trying other mirror
Error: Cannot retrieve repository metadata (repomd.xml) for repository:
C6.0-base . Please verify its path and try again
Debajo esta escrito la configuracion del fichero
/etc/yum.repos.d/Centos-Base.repo para que me rectifiquen por si existe
alguna metidura de pata mia.
Gracias de antemano amigos listeros de Centos
# CentOS-Base.repo
#
# The mirror system uses the connecting IP address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client.You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[base]
name=CentOS-$releasever - Base
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
baseurl=file:///home/Repo64/
gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
gpgkey=file:///home/Repo64/os/RPM-GPG-KEY-CentOS-6
#released updates
[updates]
name=CentOS-$releasever - Updates
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
baseurl=file:///home/Repo64/
gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
baseurl=file:///home/Repo64/
gpgcheck=1
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
baseurl=file:///home/Repo64/
gpgcheck=1
enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
baseurl=file:///home/Repo64/
gpgcheck=1
enabled=0
#gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6