Has anyone else seen this?<br><br>I recently got the announcement about the xorg 1.5 update being available, so I ran yum update to get it.<br><br>To my surprise, I found that yum did not see it at all.<br><br>With some help from Karanbir (thanks again), we decided there might be something wrong with my repo path, so I checked it against the older one I had from 
5.0 (which I saved, for some reason) and found that the new ones did not have protect or enable commands in them, so I added them to match my 5.0 ones.<br><br>Yum suddenyl found the xorg 1.5 updates and installed them.<br>
<br>But now, yum can't see the wireshark update, and although I probably don't need it since I don't use that (AFAIK), yum does not see that one, but suddenly it sees a kernel update (2.6.18-53.1.6).<br><br>Anyone have a clue why this might be (or what I should post here to help clera it up)?
<br><br>Here is my CentOS-Base.repo:<br><br># CentOS-Base.repo<br>#<br># This file uses a new mirrorlist system developed by Lance Davis for CentOS.<br># The mirror system uses the connecting IP address of the client and the
<br># update status of each mirror to pick mirrors that are updated to and<br># geographically close to the client.  You should use this for CentOS updates<br># unless you are manually picking other mirrors.<br>#<br># If the mirrorlist= does not work for you, as a fall back you can try the 
<br># remarked out baseurl= line instead.<br>#<br>#<br><br>[base]<br>name=CentOS-$releasever - Base<br>mirrorlist=<a href="http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os">http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
</a><br>#baseurl=<a href="http://mirror.centos.org/centos/$releasever/os/$basearch/">http://mirror.centos.org/centos/$releasever/os/$basearch/</a><br>gpgcheck=1<br>gpgkey=<a href="http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5">
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</a><br>protect=1<br>#enabled=1<br><br>#released updates <br>[updates]<br>name=CentOS-$releasever - Updates<br>mirrorlist=<a href="http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates">
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates</a><br>#baseurl=<a href="http://mirror.centos.org/centos/$releasever/updates/$basearch/">http://mirror.centos.org/centos/$releasever/updates/$basearch/
</a><br>gpgcheck=1<br>gpgkey=<a href="http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5">http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</a><br>protect=1<br>#enabled=1<br><br>#packages used/produced in the build but not released
<br>[addons]<br>name=CentOS-$releasever - Addons<br>mirrorlist=<a href="http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons">http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
</a><br>#baseurl=<a href="http://mirror.centos.org/centos/$releasever/addons/$basearch/">http://mirror.centos.org/centos/$releasever/addons/$basearch/</a><br>gpgcheck=1<br>gpgkey=<a href="http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5">
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</a><br>protect=0<br>#enabled=0<br><br>#additional packages that may be useful<br>[extras]<br>name=CentOS-$releasever - Extras<br>mirrorlist=<a href="http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras">
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras</a><br>#baseurl=<a href="http://mirror.centos.org/centos/$releasever/extras/$basearch/">http://mirror.centos.org/centos/$releasever/extras/$basearch/
</a><br>gpgcheck=1<br>gpgkey=<a href="http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5">http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</a><br>protect=0<br>#enabled=0<br><br>#additional packages that extend functionality of existing packages
<br>[centosplus]<br>name=CentOS-$releasever - Plus<br>mirrorlist=<a href="http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus">http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
</a><br>#baseurl=<a href="http://mirror.centos.org/centos/$releasever/centosplus/$basearch/">http://mirror.centos.org/centos/$releasever/centosplus/$basearch/</a><br>gpgcheck=1<br>protect=0<br>enabled=0<br>gpgkey=<a href="http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5">
http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5</a><br><br>All help appreciated.<br><br>mhr<br><br>