0
Résolu

Centos repos down ?

Thomas il y a 11 ans mis à jour par Eugene Pankov (Project coordinator) il y a 11 ans 5
Hello,

First time user of ajenti, I tried to installed the RPM but it seems the repo URL is empty (404)

Thomas.


Solution

Solution
Résolu

Hi Thomas!

Please let me know which CentOS release you're using, and which URL yum is trying to access.



[t@blob ~]$ sudo rpm -ivh  ajenti-repo-1.0-1.noarch.rpm
Preparing...  ########################################### [100%]
  1:ajenti-repo  ########################################### [100%]
[t@blob ~]$ cat /etc/yum.repos.d/ajenti.repo
[ajenti]
name=Ajenti
baseurl=http://repo.ajenti.org/ng/centos/$releasever/$basearch/
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ajenti-packagers
 

[t@blob ~]$ yum clean all
Loaded plugins: changelog, kernel-module, priorities, protectbase, refresh-
  : packagekit, security, tsflags, versionlock
Cleaning repos: ai6 ajenti ceph ceph-testing epel glusterdotcom
  : google-talkplugin oc6 slc6-devtoolset slc6-devtoolset-debug
  : slc6-devtoolset-source slc6-extras slc6-os slc6-updates
Cleaning up Everything
[t@blob ~]$ sudo yum install ajenti
Loaded plugins: changelog, kernel-module, priorities, protectbase, refresh-
  : packagekit, security, tsflags, versionlock
http://repo.ajenti.org/ng/centos/6.4/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: ajenti. Please verify its path and try again

Ok it works with 6.3 but not 6.4. I guess it just misses a symlink :)

You're right, that was a missing symlink :)

Solution
Résolu

Hi Thomas!

Please let me know which CentOS release you're using, and which URL yum is trying to access.


Hey, what about CentOS 5.9?