Quantcast
Channel: FedoraForum.org
Viewing all articles
Browse latest Browse all 35962

[SOLVED] Had a crash during update now yum gives me errors and I have no clue what to do

$
0
0
As the title says, I had a kernel panic while doing updates and now it seems like I somehow ended up with the wrong arch of krb5-libs installed. What do I do now?

Code:

ben@ben-linux:~$ sudo yum update
[sudo] password for ben:
Loaded plugins: langpacks, presto, refresh-packagekit
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
--> Running transaction check
---> Package bash-completion.noarch 1:2.0-2.fc18 will be updated
---> Package bash-completion.noarch 1:2.1-2.fc18 will be an update
---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.17-2.3.8.3.fc18 will be updated
---> Package java-1.7.0-openjdk.x86_64 1:1.7.0.19-2.3.9.1.fc18 will be an update
---> Package kernel.x86_64 0:3.8.7-201.fc18 will be installed
---> Package kernel-modules-extra.x86_64 0:3.8.7-201.fc18 will be installed
---> Package kernel-tools.x86_64 0:3.8.6-203.fc18 will be updated
---> Package kernel-tools.x86_64 0:3.8.7-201.fc18 will be an update
---> Package kernel-tools-libs.x86_64 0:3.8.6-203.fc18 will be updated
---> Package kernel-tools-libs.x86_64 0:3.8.7-201.fc18 will be an update
---> Package krb5-devel.x86_64 0:1.10.3-14.fc18 will be updated
---> Package krb5-devel.x86_64 0:1.10.3-15.fc18 will be an update
---> Package krb5-libs.i686 0:1.10.3-14.fc18 will be updated
---> Package krb5-libs.i686 0:1.10.3-15.fc18 will be an update
---> Package krb5-workstation.x86_64 0:1.10.3-14.fc18 will be updated
---> Package krb5-workstation.x86_64 0:1.10.3-15.fc18 will be an update
---> Package ktp-approver.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-approver.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-auth-handler.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-auth-handler.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-call-ui.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-call-ui.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-contact-applet.x86_64 0:0.5.3-1.fc18 will be obsoleted
---> Package ktp-contact-list.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-contact-list.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-desktop-applets.x86_64 0:0.6.0-1.fc18 will be obsoleting
---> Package ktp-filetransfer-handler.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-filetransfer-handler.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-kded-integration-module.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-kded-integration-module.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-presence-applet.x86_64 0:0.5.3-1.fc18 will be obsoleted
---> Package ktp-send-file.x86_64 0:0.5.3-1.fc18 will be updated
---> Package ktp-send-file.x86_64 0:0.6.0-1.fc18 will be an update
---> Package ktp-text-ui.x86_64 0:0.5.3-1.fc18 will be updated                                 
---> Package ktp-text-ui.x86_64 0:0.6.0-1.fc18 will be an update
---> Package libxslt.x86_64 0:1.1.27-2.fc18 will be updated
---> Package libxslt.x86_64 0:1.1.28-1.fc18 will be an update
---> Package meanwhile.x86_64 0:1.1.0-7.fc18 will be updated
---> Package meanwhile.x86_64 0:1.1.0-10.fc18 will be an update
---> Package perl-Image-ExifTool.noarch 0:9.13-1.fc18 will be updated
---> Package perl-Image-ExifTool.noarch 0:9.25-1.fc18 will be an update
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.6-1.fc18 will be updated
---> Package xorg-x11-drv-nouveau.x86_64 1:1.0.6-4.fc18 will be an update
---> Package xorg-x11-font-utils.x86_64 1:7.5-10.fc18 will be updated
---> Package xorg-x11-font-utils.x86_64 1:7.5-11.fc18 will be an update
---> Package yum-langpacks.noarch 0:0.3.0-4.fc18 will be updated
---> Package yum-langpacks.noarch 0:0.3.1-1.fc18 will be an update
--> Finished Dependency Resolution
Error:  Multilib version problems found. This often means that the root
      cause is something else and multilib version checking is just
      pointing out that there is a problem. Eg.:
     
        1. You have an upgrade for krb5-libs which is missing some
            dependency that another package requires. Yum is trying to
            solve this by installing an older version of krb5-libs of the
            different architecture. If you exclude the bad architecture
            yum will tell you what the root cause is (which package
            requires what). You can try redoing the upgrade with
            --exclude krb5-libs.otherarch ... this should give you an error
            message showing the root cause of the problem.
     
        2. You have multiple architectures of krb5-libs installed, but
            yum can only see an upgrade for one of those arcitectures.
            If you don't want/need both architectures anymore then you
            can remove the one with the missing update and everything
            will work.
     
        3. You have duplicate versions of krb5-libs installed already.
            You can use "yum check" to get yum show these errors.
     
      ...you can also use --setopt=protected_multilib=false to remove
      this checking, however this is almost never the correct thing to
      do as something else is very likely to go wrong (often causing
      much more problems).
     
      Protected multilib versions: krb5-libs-1.10.3-15.fc18.i686 != krb5-libs-1.10.3-14.fc18.x86_64
ben@ben-linux:~$ yum check
Loaded plugins: langpacks, presto, refresh-packagekit
curl-7.27.0-8.fc18.x86_64 is a duplicate with curl-7.27.0-7.fc18.x86_64
krb5-libs-1.10.3-15.fc18.x86_64 is a duplicate with krb5-libs-1.10.3-14.fc18.x86_64
ktp-accounts-kcm-0.6.0-1.fc18.x86_64 is a duplicate with ktp-accounts-kcm-0.5.3-1.fc18.x86_64
ktp-common-internals-0.6.0-1.fc18.x86_64 is a duplicate with ktp-common-internals-0.5.3-1.fc18.x86_64
libcurl-7.27.0-8.fc18.x86_64 is a duplicate with libcurl-7.27.0-7.fc18.x86_64
libssh2-1.4.3-2.fc18.x86_64 is a duplicate with libssh2-1.4.3-1.fc18.x86_64
libuser-0.58-3.fc18.x86_64 is a duplicate with libuser-0.58-2.fc18.x86_64
libuser-python-0.58-3.fc18.x86_64 is a duplicate with libuser-python-0.58-2.fc18.x86_64
selinux-policy-3.11.1-90.fc18.noarch is a duplicate with selinux-policy-3.11.1-87.fc18.noarch
selinux-policy-devel-3.11.1-90.fc18.noarch is a duplicate with selinux-policy-devel-3.11.1-87.fc18.noarch
selinux-policy-doc-3.11.1-90.fc18.noarch is a duplicate with selinux-policy-doc-3.11.1-87.fc18.noarch
selinux-policy-targeted-3.11.1-90.fc18.noarch is a duplicate with selinux-policy-targeted-3.11.1-87.fc18.noarch
telepathy-logger-qt-0.6.0-1.fc18.x86_64 is a duplicate with telepathy-logger-qt-0.5.3-1.fc18.x86_64
Error: check all


Viewing all articles
Browse latest Browse all 35962

Trending Articles