Security update - Transaction Check Error - Python - conflict

Latest response

Hello

I m on
RHEL Server 6.7

I want to do a
yum -y update --security

And i get this message

Transaction Check Error:
file /usr/lib64/python2.6/site-packages/pysss_murmur.so from install of python-sss-murmur-1.13.3-56.el6.x86_64 conflicts with file from package sssd-common-1.12.4-47.el6_7.7.x86_64

Any idea?

Thanks

Responses

I am getting similar trying to update ipa-client:

Loaded plugins: product-id, refresh-packagekit, security, subscription-manager Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package ipa-client.x86_64 0:3.0.0-42.el6 will be updated ---> Package ipa-client.x86_64 0:3.0.0-51.el6 will be an update --> Processing Dependency: ipa-python = 3.0.0-51.el6 for package: ipa-client-3.0.0-51.el6.x86_64 --> Running transaction check ---> Package ipa-python.x86_64 0:3.0.0-42.el6 will be updated ---> Package ipa-python.x86_64 0:3.0.0-51.el6 will be an update --> Processing Dependency: python-nss >= 0.16 for package: ipa-python-3.0.0-51.el6.x86_64 --> Processing Dependency: python-sss-murmur for package: ipa-python-3.0.0-51.el6.x86_64 --> Running transaction check ---> Package python-nss.x86_64 0:0.13-1.el6 will be updated ---> Package python-nss.x86_64 0:0.16.0-1.el6 will be an update ---> Package python-sss-murmur.x86_64 0:1.13.3-57.el6_9 will be installed --> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================================================================

Package Arch Version Repository Size

Updating: ipa-client x86_64 3.0.0-51.el6 rhel-6-server-rpms 152 k Installing for dependencies: python-sss-murmur x86_64 1.13.3-57.el6_9 rhel-6-server-rpms 102 k Updating for dependencies: ipa-python x86_64 3.0.0-51.el6 rhel-6-server-rpms 934 k python-nss x86_64 0.16.0-1.el6 rhel-6-server-rpms 241 k

Transaction Summary

Install 1 Package(s) Upgrade 3 Package(s)

Total size: 1.4 M Is this ok [y/N]: y Downloading Packages: Running rpm_check_debug Running Transaction Test

Transaction Check Error: file /usr/lib64/python2.6/site-packages/pysss_murmur.so from install of python-sss-murmur-1.13.3-57.el6_9.x86_64 conflicts with file from package sssd-common-1.11.6-30.el6_6.3.x86_64

Your yum command is going to update python-sss-murmur but it will not update sssd-common. Both rpms contain the file /usr/lib64/python2.6/site-packages/pysss_murmur.so. So, by updating python-sss-murmur but not sssd-common, it creates a conflict because the two packages want different versions of the file.

I would guess that you need to yum update sssd-common python-sss-murmur and then yum update --security.

If you are not using the murmur hash function, you could probably yum remove python-sss-murmur; yum update --security.

try to remove the package sssd-common and update with yum update --security. Once completed you can install the package sssd-common

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.