>I got smart and just built a html doc with the results. At least I have >HTTP running on the system... > >[root@homebase /]yum update samba Gathering header information file(s) from >server(s) >Server: CentOS-3.3 - Addons >retrygrab() failed for: >http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info >Executing failover method >failover: out of servers to try >Error getting file >http://mirror.centos.org/centos-3/3.3/addons/i386/headers/header.info >[Errno 4] IOError: HTTP Error 404: Not Found >[root@homebase /]rpm -q rpm >rpm-4.2.3-10 >[root@homebase /]# rpm -q yum >yum-2.0.8-1.centos.3 >[root@homebase /]# rpm -q centos-release >centos-release-3.3-1 > > So your problem is that it's picking up the 3.3 repo instead of 3.4? if so then look at your yum.conf - it will list out the paths you're specifying. If you've got $releasever in there somewhere it is picking up the version string from the centos-release package. however, you're getting a 404 to that url and I'm not, this makes me believe you're having some problems accessing the mirrors. -sv