When trying to run this command:
root@491586 [~]# yum install memcached.x86_64 php-pecl-memcache.x86_64
I get this:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
base: centos.hyve.com
extras: mirror.sov.uk.goscomb.net
updates: mirror.as29550.net
http://pkg.cloudflare.com/dists/el6_6/railgun/binary-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: railgun. Please verify its path and try again
railgun???
Yes I did try to install railgun earlier using "yum install railgun-stable" according to cloudflare documentation but then I had to download individual package and successfully installed it.
Now I can't install any other yum package.
I have tried these:
rm -f /var/lib/rpm/__*
rpm --rebuilddb -v -v
yum clean all
but no luck.
railgun
yum repository from/etc/yum.repos.d
. All those other commands you've tried have nothing to do with the repositories that yum is looking at. - larsks