Yum Update Fix for Error - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html) +---- Forum: Fedora 7 (https://www.linux-noob.com/forums/forum-46.html) +---- Thread: Yum Update Fix for Error (/thread-1312.html) |
Yum Update Fix for Error - yarddog - 2007-06-16 If you get this error libraw1394 conflicts with kernel < 2.6.21-1.3194.fc7 while yum updating: Quote:root@localhost irssi]# yum -y updateLoading "kernel-module" plugin Simply do the following:- Code: yum remove kernel-xen kernel-PAE Then run yum update again. Should be fixed. It appears that the xen kernel package is causing this conflict. Yum Update Fix for Error - znx - 2007-06-17 Thanks for the info yardie, hopefully others will be assisted by this. |