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
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.