So both "yum upgrade" and "yum update" now are complete and there's no new packages. However, when I attempt to check my version, I'm still showing 5. # cat /etc/redhat-release CentOS release 5 (Final) I remember seeing 5.1 repositories being access for the upgrades. Is it possible my system did not upgrade? # uname -r 2.6.18-53.1.4.el5.centos.plus Thanks, Scott
On Dec 10, 2007 5:18 PM, Scott Moseman <scmoseman at gmail.com> wrote:> So both "yum upgrade" and "yum update" now are complete and there's no > new packages. However, when I attempt to check my version, I'm still > showing 5. > > # cat /etc/redhat-release > CentOS release 5 (Final) > > I remember seeing 5.1 repositories being access for the upgrades. Is > it possible my system did not upgrade? > > # uname -r > 2.6.18-53.1.4.el5.centos.plusThis is normal behaviour. See http://wiki.centos.org/FAQ/CentOS5#q8 for more information. Regards, Tim -- Tim Verhoeven - tim.verhoeven.be at gmail.com - 0479 / 88 11 83 Hoping the problem magically goes away by ignoring it is the "microsoft approach to programming" and should never be allowed. (Linus Torvalds)
On Mon, Dec 10, 2007 at 10:18:37AM -0600, Scott Moseman wrote:> So both "yum upgrade" and "yum update" now are complete and there's no > new packages. However, when I attempt to check my version, I'm still > showing 5. > > # cat /etc/redhat-release > CentOS release 5 (Final) > > I remember seeing 5.1 repositories being access for the upgrades. Is > it possible my system did not upgrade? > > # uname -r > 2.6.18-53.1.4.el5.centos.plus >Check the output of rpm -q centos-release. /etc/redhat-release isn't updated as in previous releases. Ray