Bug 1319047

Summary: sssd needs rebuilt with against newer libldb
Product: [Fedora] Fedora Reporter: Tomasz Torcz <tomek>
Component: libldbAssignee: Jakub Hrozek <jhrozek>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: 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
sssd in rawhide is not starting:

mar 18 15:24:14 dar-es-balat.pipebreaker.pl systemd[1]: Starting System Security Services Daemon...
mar 18 15:24:15 dar-es-balat.pipebreaker.pl sssd[13194]: ldb: module version mismatch in ../modules/asq.c : ldb_version=1.1.26 module_version=1.1.23
mar 18 15:24:15 dar-es-balat.pipebreaker.pl sssd[13194]: ldb: failed to initialise module /usr/lib/ldb/modules/ldb/.nfs00000000013160420000014b : Unavailable
mar 18 15:24:15 dar-es-balat.pipebreaker.pl systemd[1]: sssd.service: Control process exited, code=exited status=4

libldb-1.1.26-1.fc24.i686
sssd-1.13.3-5.fc25.i686

Comment 1 Lukas Slebodnik 2016-03-18 18:35:04 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

Comment 2 Tomasz Torcz 2016-03-18 19:06:53 UTC
What about this?

sssd[13194]: ldb: module version                                                                                        
mismatch in ../modules/asq.c : ldb_version=1.1.26 module_version=1.1.23

Comment 3 Lukas Slebodnik 2016-03-18 19:15:33 UTC
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.

Comment 4 Tomasz Torcz 2016-03-19 17:07:14 UTC
After removing leftover NFS files, SSSD starts without a problem.