Hide Forgot
Description of problem: Freshly installed F15 Alpha TC1 system. sssd came up on the first boot, but since then have been unable to get it to start. sssd.log shows: (Mon Feb 14 11:35:26 2011) [sssd] [ldb] (0): WARNING: Module [memberof] not found - do you need to set LDB_MODULES_PATH? (Mon Feb 14 11:35:26 2011) [sssd] [ldb] (0): Unable to load modules for /var/lib/sss/db/cache_default.ldb: (null) Version-Release number of selected component (if applicable): sssd-1.5.1-3.fc15.x86_64
sssd-1.5.1-7.fc15,libldb-1.0.0-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/sssd-1.5.1-7.fc15,libldb-1.0.0-2.fc15
sssd-1.5.1-7.fc15, libldb-1.0.0-2.fc15 has been pushed to the Fedora 15 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update sssd libldb'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/sssd-1.5.1-7.fc15,libldb-1.0.0-2.fc15
libldb-1.0.0-2.fc15, sssd-1.5.1-8.fc15 has been pushed to the Fedora 15 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update libldb sssd'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/sssd-1.5.1-8.fc15,libldb-1.0.0-2.fc15
Related issue: libldb has been updated to 1.0.2 in rawhide (fc16): http://koji.fedoraproject.org/koji/buildinfo?buildID=230398 and has broken sssd again, I had to downgrade to 1.0.0 to get sssd working. Might be wise to add some tighter version requirements on libldb in sssd spec file, This line in spec: Requires: libldb >= 0.9.3 is too weak. As it seems as exact version of libldl at sssd build time is a hard requirement: $ rpm -q sssd libldb sssd-1.5.1-8.fc16.x86_64 libldb-1.0.2-1.fc16.x86_64 $ sssd -i ldb: module version mismatch in src/ldb_modules/memberof.c : ldb_version=1.0.2 module_version=1.0.0 ldb: failed to initialise module /usr/lib64/ldb/modules/ldb/memberof.so : Unavailable (Sun Feb 27 23:29:25 2011) [sssd] [load_configuration] (0): The confdb initialization failed $ rpm -q --requires sssd|grep libldb libldb >= 0.9.3 libldb.so.1()(64bit) libldb.so.1(LDB_0.9.10)(64bit)
I changed 1.5.1-9 to depend explicitly on 1.0.2 only. The build should be available in rawhide soon.
libldb-1.0.0-2.fc15, sssd-1.5.1-8.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.