| Summary: | sssd needs rebuilt with against newer libldb | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomasz Torcz <tomek> |
| Component: | libldb | Assignee: | Jakub Hrozek <jhrozek> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | abokovoy, gdeschner, jhrozek, lslebodn, pbrezina, preichl, rharwood, sbose, sgallagh, ssorce |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-19 17:07:14 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: | |
|
Description
Tomasz Torcz
2016-03-18 14:27:02 UTC
it's not bug in sssd. IMHO it's bug in libldb. it should not try to open "hidden" files. /usr/lib/ldb/modules/ldb/.nfs00000000013160420000014b What about this? sssd[13194]: ldb: module version mismatch in ../modules/asq.c : ldb_version=1.1.26 module_version=1.1.23 sssd-1.13.3-5.fc25.i686 was build with "libldb i686 1.1.26-1.fc24" @see http://koji.fedoraproject.org/koji/buildinfo?buildID=738843 https://kojipkgs.fedoraproject.org//packages/sssd/1.13.3/5.fc25/data/logs/i686/ https://kojipkgs.fedoraproject.org//packages/sssd/1.13.3/5.fc25/data/logs/i686/root.log And sssd does not load files from the directory /usr/lib/ldb/modules/ldb/. It's done by libldb which is used by sssd. BTW workaround is to fix issue with nfs and then you will not have the file /usr/lib/ldb/modules/ldb/.nfs00000000013160420000014b there. After removing leftover NFS files, SSSD starts without a problem. |