On Tue, Jan 06, 2015 at 11:35:36PM +0100, Lukas Slebodnik wrote: > >I'm still new to strace, but I used that while trying to ls > >/var/lib/sss/db/ and the results stopped with getdents(3, being the final > >entry and the same unresponsive console issue as before. I also setup > >strace to monitor the pids of the sssd related processes with commands > >similar to the one below, but the output files aren't being populated with > >anything. > It can be some problem with filesystem where /var/lib/sss/db/ is stored. > getdents is "get directory entries" and it is not related to sssd.
+1, I suspect a FS issue as well. Please note that it's not supported to have the cache on an NFS share due to issues with the underlying tdb database. _______________________________________________ sssd-users mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/sssd-users
