Yum repo [duplizieren] kann nicht verbunden werden

-1

Diese Frage hat hier bereits eine Antwort:

Wenn ich yum installiere, bekomme ich folgenden Fehler.

root@datanode# yum list

CRITICAL:yum.cli:Config Error: Error accessing file for config
file:///etc/yum.conf

 root@datanode# rpm -ev yum 

        error: Failed dependencies:
        yum >= 3.0 is needed by (installed) yum-fastestmirror-1.1.16-21.el5.centos.noarch
        yum >= 3.2.18 is needed by (installed) yum-security-1.1.16-21.el5.centos.noarch
        yum >= 3.2.22 is needed by (installed) yum-updatesd-0.9-6.el5_10.noarch


root@datanode# cd /etc/yum.repos.d 

root@datanode:/etc/yum.repos.d# ll

total 36
-rw-r--r-- 1 root root 1926 Oct  7  2013 CentOS-Base.repo

-rw-r--r-- 1 root root  636 Oct  7  2013 CentOS-Debuginfo.repo

-rw-r--r-- 1 root root  626 Oct  7  2013 CentOS-Media.repo

-rw-r--r-- 1 root root 7574 Oct  7  2013 CentOS-Vault.repo


[email protected]:/etc/yum.repos.d# cat
/etc/yum.conf.FCS


[main] proxy=http://cache.backside.sv2.tellme.com:3128/

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

bugtracker_url=http://bugs.centos.org/yum5bug

# Note: yum-RHN-plugin doesn't honor this. metadata_expire=1h

installonly_limit = 5

# PUT YOUR REPOS HERE OR IN separate files named file.repo

# in /etc/yum.repos.d
ramisch
quelle

Antworten:

0

Es sieht aus wie Ihr yum ist kaputt ...

CRITICAL:yum.cli:Config Error: Error accessing file for config file:///etc/yum.conf- Kannst du überprüfen, ob deine Konfigurationsdatei aktuell ist /etc/yum.confund ihr Inhalt gültig ist?

Sie können versuchen, von hier aus eine Neuinstallation durchzuführen . Möglicherweise müssen Sie Ihre eigenen Deps finden.

user3788685
quelle