Karanbir Singh wrote:
Should kernel-debug be installed as a dependency if it was not previously installed? A "yum update" now wants to install kernel-debug.
Phil
On 08/07/2009 05:56 PM, Phil Schaffner wrote:
On my system, yum update behaves as expected. I see no reference of kernel-debug:
Removed: kernel.x86_64 0:2.6.18-128.1.14.el5 kernel-devel.x86_64 0:2.6.18-128.1.14.el5 Installed: kernel.x86_64 0:2.6.18-128.4.1.el5 kernel-devel.x86_64 0:2.6.18-128.4.1.el5 Dependency Installed: bind.x86_64 30:9.3.4-10.P1.el5_3.2 bind-libs.x86_64 30:9.3.4-10.P1.el5_3.3 bind-libs.i386 30:9.3.4-10.P1.el5_3.2 bind-sdb.x86_64 30:9.3.4-10.P1.el5_3.2 bind-utils.x86_64 30:9.3.4-10.P1.el5_3.2 postgresql-libs.x86_64 0:8.1.11-1.el5_1.1 Updated: kernel-headers.x86_64 0:2.6.18-128.4.1.el5 libtiff.x86_64 0:3.8.2-7.el5_3.4 libtiff.i386 0:3.8.2-7.el5_3.4 nspr.x86_64 0:4.7.4-1.el5_3.1 nspr.i386 0:4.7.4-1.el5_3.1 nss.x86_64 0:3.12.3.99.3-1.el5.centos.2 nss.i386 0:3.12.3.99.3-1.el5.centos.2 python.x86_64 0:2.4.3-24.el5_3.6 Complete!
Johnny Hughes wrote: ...
I do not think it should, no.
Do you maybe have a version of kernel-debug installed?
No earlier kernel-debug version was installed. None of the other systems I updated required kernel-debug.
Did "yum clean all ; yum remove kernel-debug", which yum did without complaints or dependency issues, then ran "yum update" again and no updates were found. Sounds like another yum oddity as Filipe suggested.
Phil
Hi,
On Fri, Aug 7, 2009 at 10:56, Phil SchaffnerPhilip.R.Schaffner@nasa.gov wrote:
Should kernel-debug be installed as a dependency if it was not previously installed? A "yum update" now wants to install kernel-debug.
Did you try to run "yum clean all" and then try "yum update" again? Yum has recently started to act weird, apparently a bug with sqlite that occasionally corrupts the dependency database and starts suggesting bogus dependencies. That might be the issue you are experiencing. Running "yum clean all" fixes the issue for the next run.
HTH, Filipe