| Summary: | [RHEL6] SAMBA : Yum update samba fails due to higher versions of libs in RHEL | ||
|---|---|---|---|
| Product: | Red Hat Gluster Storage | Reporter: | Jose A. Rivera <jrivera> |
| Component: | samba | Assignee: | Jose A. Rivera <jrivera> |
| Status: | CLOSED ERRATA | QA Contact: | Vivek Das <vdas> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | rhgs-3.1 | CC: | jrivera, madam, nlevinki, rcyriac, rhinduja, rhs-smb, storage-qa-internal, vdas |
| Target Milestone: | --- | Keywords: | ZStream |
| Target Release: | RHGS 3.1.2 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1327306 | Environment: | |
| Last Closed: | 2016-04-21 12:15:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Comment 2
Jose A. Rivera
2016-04-14 23:32:04 UTC
RHEL6 with the scratch-build provided https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=10874600 On a successful yum update, the libtevent is not as expected by jose i. e (We should remain on 0.9.26-1 from "rh-gluster-3-samba-for-rhel-6-server-rpms") instead we get libtevent.x86_64 0.9.26-2.el6_7. ldb-tools.x86_64 1.1.25-2.1.el6rhs @/ldb-tools-1.1.25-2.1.el6rhs.x86_64 libldb.x86_64 1.1.25-2.1.el6rhs @/libldb-1.1.25-2.1.el6rhs.x86_64 libtalloc.x86_64 2.1.5-1.el6 @rhel-6-server-rpms libtdb.x86_64 1.3.8-1.el6_7 @rhel-6-server-rpms libtevent.x86_64 0.9.26-2.el6_7 @rhel-6-server-rpms The reason of the problem is that RHEL ships libldb in the main channel and ldb-tools (which comes from the same source-RPM) in the optional channel, while RHGS ships ldb-tools and libldb in the same (samba) channel. Hence if ldb-tools is install without the RHEL optional channel being enabled, we can't upgrade to the RHEL version of libldb if that is newer... ==> Workaround: uninstall ldb-tools before upgrading! (ldb-tools are not needed anyways) Successful yum update with lib packages, ldb-tools.x86_64 1.1.26-1.el6rhs @Samba-libs libldb.x86_64 1.1.26-1.el6rhs @Samba-libs libtdb.x86_64 1.3.8-1.1.el6rhs @Samba-libs libtevent.x86_64 0.9.28-1.el6rhs @Samba-libs tdb-tools.x86_64 1.3.8-1.1.el6rhs @Samba-libs Marking it as verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0673.html |