On Tue, 2012-06-19 at 13:09 +0000, Steve Traylen wrote:
> sssd does not want to start for me on RHEL5.
> 
> # rpm -q sssd 
> sssd-1.5.1-49.el5_8.1
> 
> on both RHEL5 and SLC5  results in
> 
> # /usr/sbin/sssd -i   -d 8
> Aborted
> 
> This is both with our sssd.conf which is working fine over on RHEL6 but also 
> for the default
> sssd.conf that comes with the package.
> 
> The end of an strace is here:  http://pastie.org/4114307  , if I delete the 
> 'var/lib/sss/db/config.ldb 
> file then it is created again before the 'Aborted' happens.
> 
> Nothing is logged to syslog or sssd.log.
> 
> Any ideas.


Could you do the following:

yum install gdb
debuginfo-install sssd
gdb /usr/sbin/sssd

at the gdb console:
run -i   -d 8

When it dies:
bt full

Send all the output of that bt full, please.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
sssd-devel mailing list
sssd-devel@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/sssd-devel

Reply via email to