Problems with FC1 + yum + Livna -- Help please!

Michael Schwendt fedora at wir-sind-cool.org
Thu Sep 9 21:45:53 UTC 2004


On Wed, 8 Sep 2004 10:28:44 -0500, Christofer C. Bell wrote:

> I'm having some issues updating my FC1 system using yum.  The error is listed
> below along with the yum.conf file that's being used.  I don't have any issues
> if I edit out the Livna archive.
> 
> Is this a known issue?  If so, what's the root cause?  Thanks for the help!
> 
> [root at circe etc]# yum -c /etc/yum.conf.20040902 update
> Gathering header information file(s) from server(s)
> Server: Fedora Core 1 -- Fedora US mirror
> Server: Fedora Linux (stable) for Fedora Core 1 -- Fedora US mirror
> Server: Fedora Core 1 updates -- Fedora US mirror
> Server: Macromedia flash-plugin site
> Server: Livna.org Fedora Compatible Packages (stable)
> Finding updated packages
> Downloading needed headers
> kudzu-0-1.1.36.3-1.i386.h 100% |=========================|  11 kB    00:00
> lha-0-1.14i-12.2.i386.hdr 100% |=========================| 2.2 kB    00:00
> kdelibs-6-3.1.4-7.i386.hd 100% |=========================| 104 kB    00:01
> kdebase-6-3.1.4-7.i386.hd 100% |=========================| 101 kB    00:02
> kudzu-devel-0-1.1.36.3-1. 100% |=========================| 9.5 kB    00:00
> python-crypto-0-2.0-0.fdr 100% |=========================| 5.3 kB    00:00
> kdebase-devel-6-3.1.4-7.i 100% |=========================|  15 kB    00:00
> SoQt-0-1.2.0-0.fdr.1.1.i3 100% |=========================| 2.1 kB    00:00
> xmms-xosd-0-2.2.10-0.fdr. 100% |=========================| 2.2 kB    00:00
> kdelibs-devel-6-3.1.4-7.i 100% |=========================| 132 kB    00:02
> SoQt-devel-0-1.2.0-0.fdr. 100% |=========================| 6.3 kB    00:00
> xosd-devel-0-2.2.10-0.fdr 100% |=========================| 2.9 kB    00:00
> xosd-0-2.2.10-0.fdr.1.1.i 100% |=========================| 3.1 kB    00:00
> Resolving dependencies
> .....Unable to satisfy dependencies
> Package kernel-module-nvidia-2.4.22-1.2174.nptlsmp needs
> /usr/sbin/nvidia-config-xfree86, this is not available.
> Package kernel-module-nvidia-2.4.22-1.2174.nptlsmp needs nvidia-glx =
> 0:1.0.5336, this is not available.
> Package kernel-module-nvidia-2.4.22-1.2174.nptl needs
> /usr/sbin/nvidia-config-xfree86, this is not available.
> Package kernel-module-nvidia-2.4.22-1.2174.nptl needs nvidia-glx = 0:1.0.5336,
> this is not available.
> Package kernel-module-nvidia-2.4.22-1.2174.nptl needs nvidia-glx = 0:1.0.5336,
> this is not available.
> Package kernel-module-nvidia-2.4.22-1.2174.nptlsmp needs nvidia-glx =
> 0:1.0.5336, this is not available.

Query your RPM database for kernel related packages:

  rpm --query --all 'kernel*'

If you don't see "kernel-2.4.22-1.2174.nptl" and "kernel-2.4.22-1.2174.nptlsmp",
you need to erase the old nvidia kernel module, e.g. with

  rpm --erase kernel-module-nvidia-2.4.22-1.2174.nptl \
    kernel-module-nvidia-2.4.22-1.2174.nptlsmp

before you could update. If that's not it, post the output of your RPM
query. In your Yum output I don't see anything related to kernel or
nvidia modules. Hence I assume you've got broken dependencies in your
installation.

-- 
Fedora Core release 2 (Tettnang) - Linux 2.6.7-1.494.2.2
loadavg: 0.04 0.10 0.14





More information about the users mailing list