Re: Yum or repository problem?
Tim Lauridsen <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Poohba wrote: > # yum upgrade kernel > Setting up Upgrade Process > Resolving Dependencies > --> Running transaction check > ---> Package kernel.i686 0:2.6.22.4-65.fc7 set to be updated > filelists.xml.gz 100% |=========================| 1.6 MB > 00:01 > filelists.xml.gz 100% |=========================| 679 kB > 00:01 > filelists.sqlite.bz2 100% |=========================| 3.1 MB > 00:33 > --> Processing Dependency: /boot/vmlinuz-2.6.22.1-41.fc7 for package: > fuse-kmdl-2.6.22.1-41.fc7 > --> Processing Dependency: /boot/vmlinuz-2.6.22.1-41.fc7 for package: > gspcav1-kmdl-2.6.22.1-41.fc7 > --> Finished Dependency Resolution > Error: Missing Dependency: /boot/vmlinuz-2.6.22.1-41.fc7 is needed by > package fuse-kmdl-2.6.22.1-41.fc7 > Error: Missing Dependency: /boot/vmlinuz-2.6.22.1-41.fc7 is needed by > package gspcav1-kmdl-2.6.22.1-41.fc7 > > How do I know what/where the problem is? Is it that none of the repos > have it and is that common? > > yum.conf: > [main] > cachedir=/var/cache/yum > keepcache=0 > debuglevel=10 > errorlevel=2 > logfile=/var/log/yum.log > exactarch=1 > obsoletes=1 > gpgcheck=1 > plugins=1 > metadata_expire=1800 > > # PUT YOUR REPOS HERE OR IN separate files named file.repo > # in /etc/yum.repos.d > > > _______________________________________________ > Yum mailing list > [email protected] > https://lists.dulug.duke.edu/mailman/listinfo/yum > kernels are installed, not updated. try 'yum install kernel' It looks like you have installed some kernel modules from atrpms, you need have these install for the kernel.i686 0:2.6.22.4-65.fc7, else you will lose the functionality they provide. atrpms has a yum plugin for automatic install new versions for kernel-modules when installing a new kernel. Tim