I’ve just installed Tumbleweed x86 on my desktop and joined it to my Windows 2008R2 domain using Yast2 as I’ve done hundreds of times before. Usually this is a simple process which works first time, however with Tumbleweed it doesn’t seem to work. Yast2 says it is successful and I can see the Linux computer in the AD tools of my Win server, but I cannot login using my AD credentials. The Winbind log shows the following:
ldb: unable to dlopen /usr/lib64/ldb/asq.so : /usr/lib64/ldb/asq.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/memberof.so : /usr/lib64/ldb/memberof.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/paged_results.so : /usr/lib64/ldb/paged_results.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/paged_searches.so : /usr/lib64/ldb/paged_searches.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/rdn_name.so : /usr/lib64/ldb/rdn_name.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/sample.so : /usr/lib64/ldb/sample.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/server_sort.so : /usr/lib64/ldb/server_sort.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/skel.so : /usr/lib64/ldb/skel.so: failed to map segment from shared object
ldb: unable to dlopen /usr/lib64/ldb/tdb.so : /usr/lib64/ldb/tdb.so: failed to map segment from shared object
ldb: unable to stat module /usr/lib64/samba/ldb : No such file or directory
[2016/08/21 17:30:43.037013, 0] …/lib/ldb-samba/ldb_wrap.c:76(ldb_wrap_debug)
ldb: Unable to find backend for ‘/var/lib/samba/private/secrets.ldb’ - do you need to set LDB_MODULES_PATH?
ldb: unable to stat module /usr/lib64/samba/ldb : No such file or directory
[2016/08/21 17:30:43.109419, 0] …/lib/ldb-samba/ldb_wrap.c:76(ldb_wrap_debug)
ldb: Unable to find backend for ‘/var/lib/samba/private/secrets.ldb’ - do you need to set LDB_MODULES_PATH?
I’m guessing a package is missing but all Samba, Winbind, CIFS, and LDB packages are installed. Kinit and klist work ok, so krb is working. DNS works fine and I can resolve the names of the domain controllers successfully to both their IPv4 and IPv6 addresses.
Any suggestions?