Bug 1319047 - sssd needs rebuilt with against newer libldb
Summary: sssd needs rebuilt with against newer libldb
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: libldb
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Jakub Hrozek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-18 14:27 UTC by Tomasz Torcz
Modified: 2016-03-19 17:07 UTC (History)
10 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-19 17:07:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.