Advertisement
Guest User

rhss3 conflicts w/ skip broken

a guest
Oct 16th, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. Packages skipped because of dependency problems:
  2. glusterfs-3.6.0.29-2.el6.x86_64 from rhel-x86_64-server-6
  3. glusterfs-api-3.6.0.29-2.el6.x86_64 from rhel-x86_64-server-6
  4. glusterfs-fuse-3.6.0.29-2.el6.x86_64 from rhel-x86_64-server-6
  5. glusterfs-libs-3.6.0.29-2.el6.x86_64 from rhel-x86_64-server-6
  6. glusterfs-rdma-3.6.0.29-2.el6.x86_64 from rhel-x86_64-server-6
  7. libsmbclient-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  8. samba-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  9. samba-client-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  10. samba-common-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  11. samba-winbind-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  12. samba-winbind-clients-3.6.23-12.el6.x86_64 from rhel-x86_64-server-6
  13. Error: Multilib version problems found. This often means that the root
  14. cause is something else and multilib version checking is just
  15. pointing out that there is a problem. Eg.:
  16.  
  17. 1. You have an upgrade for augeas-libs which is missing some
  18. dependency that another package requires. Yum is trying to
  19. solve this by installing an older version of augeas-libs of the
  20. different architecture. If you exclude the bad architecture
  21. yum will tell you what the root cause is (which package
  22. requires what). You can try redoing the upgrade with
  23. --exclude augeas-libs.otherarch ... this should give you an error
  24. message showing the root cause of the problem.
  25.  
  26. 2. You have multiple architectures of augeas-libs installed, but
  27. yum can only see an upgrade for one of those arcitectures.
  28. If you don't want/need both architectures anymore then you
  29. can remove the one with the missing update and everything
  30. will work.
  31.  
  32. 3. You have duplicate versions of augeas-libs installed already.
  33. You can use "yum check" to get yum show these errors.
  34.  
  35. ...you can also use --setopt=protected_multilib=false to remove
  36. this checking, however this is almost never the correct thing to
  37. do as something else is very likely to go wrong (often causing
  38. much more problems).
  39.  
  40. Protected multilib versions: augeas-libs-1.0.0-5.el6_5.1.i686 != augeas-libs-1.0.0-7.el6.x86_64
  41. You could try running: rpm -Va --nofiles --nodigest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement