404 when yum update

Hello, I’m getting these errors when trying to “yum update” manually

[root@neuron root]# yum update
Gathering header information file(s) from server(s)
Server: CentOS 3 - Addons
Server: CentOS 3 - Base
Server: CentOS 3 - Extras
Server: InterWorx-CP - CentOS 3
Server: InterWorx-CP - Generic
Server: CentOS 3 - Updates
Finding updated packages
Downloading needed headers
Resolving dependencies
Dependencies resolved
I will do the following:
[update: openldap 2.0.27-20.i386]
[update: lynx 2.8.5-11.1.i386]
[update: openldap-clients 2.0.27-20.i386]
[update: openldap-devel 2.0.27-20.i386]
[update: nss_ldap 207-17.i386]
Is this ok [y/N]: y
Downloading Packages
Getting openldap-2.0.27-20.i386.rpm
retrygrab() failed for:
  <a href="http://updates.interworx.info/caos/centos-3/3/updates/i386/RPMS/openldap-2.0.27-20.i386.rpm">http://updates.interworx.info/caos/centos-3/3/updates/i386/RPMS/openldap-2.0.27-20.i386.rpm</a>
  Executing failover method
failover: out of servers to try
Error getting file <a href="http://updates.interworx.info/caos/centos-3/3/updates/i386/RPMS/openldap-2.0.27-20.i386.rpm">http://updates.interworx.info/caos/centos-3/3/updates/i386/RPMS/openldap-2.0.27-20.i386.rpm</a>
[Errno 4] IOError: HTTP Error 404: Not Found
[root@neuron root]#

Here is my yum.conf:

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=0
retries=1
exclude=
[base]
name=CentOS $releasever - Base
baseurl=http://updates.interworx.info/caos/centos-3/$releasever/os/$basearch
#gpgcheck=1
[updates]
name=CentOS $releasever - Updates
baseurl=http://updates.interworx.info/caos/centos-3/$releasever/updates/$basearch
#baseurl=http://updates.interworx.info/caos/centos-3/centos/$releasever/updates/$basearch
#gpgcheck=1
[addons]
name=CentOS $releasever - Addons
baseurl=http://updates.interworx.info/caos/centos-3/$releasever/addons/$basearch
#gpgcheck=1

[extras]
name=CentOS $releasever - Extras
baseurl=http://updates.interworx.info/caos/centos-3/$releasever/extras/$basearch
#gpgcheck=1
#[testing]
#name=CentOS $releasever - Testing
#baseurl=http://updates.interworx.info/caos/centos-3/$releasever/testing/$basearch
#gpgcheck=1
[interworx-cp-noarch]
name=InterWorx-CP - Generic
baseurl=http://updates.interworx.info/iworx/RPMS/noarch
#gpgcheck=1
[interworx-cp-cos3x]
name=InterWorx-CP - CentOS $releasever
baseurl=http://updates.interworx.info/iworx/RPMS/cos3x/$basearch
#gpgcheck=1
#[dag]
#name=DAG - CentOS $releasever
#baseurl=http://updates.interworx.info/dag/redhat/el3/en/$basearch/dag
#gpgcheck=1

Thank you for any word on this.

Juan

I’ve heard that the neweest version of YUM uses a cache to speed up yum updates. Is it possible that iworx is using the new version?

Either way, the file is deffinitely missing. There are the following:


http://updates.interworx.com/caos/centos-3/3/updates/i386/RPMS/openldap-clients-2.0.27-20.i386.rpm
http://updates.interworx.com/caos/centos-3/3/updates/i386/RPMS/openldap-devel-2.0.27-20.i386.rpm
http://updates.interworx.com/caos/centos-3/3/updates/i386/RPMS/openldap-servers-2.0.27-20.i386.rpm

but no regular openldap.

I can’t find it in the 3.5 durectirteither.

What version are you running?

Please, run the following commands and spit the output here:

rpm -qa | grep yum

cat /etc/redhat-release

Thanks Tim

cat /etc/redhat-release

CentOS release 3.6 (Final)

rpm -qa | grep yum

yum-conf-1.0-101.cos3x.iworx
yum-2.0.8-1.centos.7
yum-headers-1.0-100.cos3x.iworx

Hmm, well that looks right to me.

Anybody else have any ideas?

I checked around and some mirrors have it and one or 2 don’t. We may have been syncing our mirror as it was published and I’m running the sync manually now to grab it.

Chris

Should be all sync’d up now.

Chirs