Has anyone else seen this?
I recently got the announcement about the xorg 1.5 update being available, so I ran yum update to get it.
To my surprise, I found that yum did not see it at all.
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.
Yum suddenyl found the xorg 1.5 updates and installed them.
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).
Anyone have a clue why this might be (or what I should post here to help clera it up)?
Here is my CentOS-Base.repo:
# CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # #
[base] name=CentOS-$releasever - Base mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 protect=1 #enabled=1
#released updates [updates] name=CentOS-$releasever - Updates mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 protect=1 #enabled=1
#packages used/produced in the build but not released [addons] name=CentOS-$releasever - Addons mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 protect=0 #enabled=0
#additional packages that may be useful [extras] name=CentOS-$releasever - Extras mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 protect=0 #enabled=0
#additional packages that extend functionality of existing packages [centosplus] name=CentOS-$releasever - Plus mirrorlist= http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&rep... #baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/ gpgcheck=1 protect=0 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
All help appreciated.
mhr
On Wed, 2008-01-23 at 21:42 -0800, MHR wrote:
Has anyone else seen this?
I recently got the announcement about the xorg 1.5 update being available, so I ran yum update to get it.
To my surprise, I found that yum did not see it at all.
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.
Yum suddenyl found the xorg 1.5 updates and installed them.
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).
Anyone have a clue why this might be (or what I should post here to help clera it up)?
Here is my CentOS-Base.repo:
# CentOS-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for CentOS. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for CentOS updates # unless you are manually picking other mirrors. # # If the mirrorlist= does not work for you, as a fall back you can try the # remarked out baseurl= line instead. # #
[base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch= $basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 protect=1 #enabled=1
#released updates [updates]
s/es/s/ # ?
<snip>
HTH
On Wed, 2008-01-23 at 21:42 -0800, MHR wrote:
Has anyone else seen this?
I recently got the announcement about the xorg 1.5 update being available, so I ran yum update to get it.
To my surprise, I found that yum did not see it at all.
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.
Yum suddenyl found the xorg 1.5 updates and installed them.
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).
The obvious: is wireshark installed? Version older than the update, including epoch?
Impatience? There is latency from time of announcement to time of a specific mirror update. I don't know how Lance's mirror selection works, but is it possible that the mirror selected has not yet synch'd? I replaced the mirror list entry in my configuration because the geographically closest one that seemed to be selected was much slower than the USF one, on average, that I use. After I first made this change, I would experience delay waiting for it to get synch'd, but when using the stock mirror list I could also see the same thing.
Eventually, the synch was done and all was well.
I confirmed this by a manual browse of the appropriate repo at the USF site.
<snip>
HTH
On Jan 24, 2008 12:21 PM, William L. Maltby CentOS4Bill@triad.rr.com wrote:
The obvious: is wireshark installed?
No (duh) - mea culpa....
Impatience? There is latency from time of announcement to time of a specific mirror update.
It was over ten hours later, but since the above is true, who cares?
(sigh)
Foo.
mhr
On Thu, 2008-01-24 at 22:59 -0800, MHR wrote:
On Jan 24, 2008 12:21 PM, William L. Maltby CentOS4Bill@triad.rr.com wrote:
The obvious: is wireshark installed?
No (duh) - mea culpa....
ROTFL!
You've made me feel so much better. It's a relief to know I'm not alone in occasional dufus moves. I can't tell you (probably because I don't want to remember - too hard on the ego) how many times I've fought similar battles over forgotten basic skips.
<snip>
(sigh)
Have one on me!
Foo.
mhr
<snip sig stuff>