<div dir="ltr">Hi Jakub,<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span style="font-family:arial,sans-serif;font-size:13px">Is it possible to generate a core file? That would help debugging quite a lot.</span></blockquote>

<div>Thanks for your response. I&#39;d be happy to generate a core file for you but I&#39;m afraid I&#39;m going to need some guidance.</div><div><br></div><div>My google-fu has gotten me a little familiar with what commands are involved, but I&#39;m not exactly sure how I&#39;d go about generating or retrieving a core dump, especially because the sssd_be process is the one that&#39;s crashing, not the main sssd process.</div>

<div><br></div><div>Would you be able provide assistance?</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<span style="font-family:arial,sans-serif;font-size:13px">I think that the following option (in the domain section) should help you work around the problem:</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">dyndns_update = False</span></blockquote>

<div><br></div><div>This actually didn&#39;t work for me, but this did: dyndns_update_ptr = False</div><div><br></div><div>So, apparently, the bug is related the ptr update procedure?</div><div><br></div><div>Thanks again! </div>

<div><br></div></div><div class="gmail_extra"><br clear="all"><div><div><br></div>-Chris</div>
<br><br><div class="gmail_quote">On Wed, Jul 9, 2014 at 5:18 PM, Jakub Hrozek <span dir="ltr">&lt;<a href="mailto:jhrozek@redhat.com" target="_blank">jhrozek@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class=""><br>
On 09 Jul 2014, at 17:09, Chris Hartman &lt;<a href="mailto:qrstuv@gmail.com">qrstuv@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hi guys,<br>
&gt;<br>
&gt; Ubuntu 14.04 x86_64<br>
&gt; SSSD 1.11.5<br>
&gt; Active Directory backend<br>
&gt;<br>
<br>
</div>Hi Chris,<br>
<br>
thanks for reporting this issue. I think we have a bug in the dynamic DNS update code. Here are the last couple of lines before SSSD crashed:<br>
(Wed Jul  9 10:10:39 2014) [sssd[be[sanedomain]]] [sdap_id_op_connect_step] (0x4000): reusing cached connection<br>
(Wed Jul  9 10:10:39 2014) [sssd[be[sanedomain]]] [be_nsupdate_done] (0x0200): nsupdate child status: 0<br>
(Wed Jul  9 10:10:39 2014) [sssd[be[sanedomain]]] [nsupdate_msg_create_common] (0x0200): Creating update message for realm [SANEDOMAIN.LOCAL].<br>
(Wed Jul  9 10:10:42 2014) [sssd[be[sanedomain]]] [server_setup] (0x0400): CONFDB: /var/lib/sss/db/config.ldb<br>
<br>
“server_setup” is the first function that gets executed after SSSD restarts, so the lines right before that indicate where SSSD was before the crash.<br>
<br>
Is it possible to generate a core file? That would help debugging quite a lot. I realise the core file can contain private information, so feel free to send it to me directly. If that not acceptable either, generate a backtrace with “bt full” in a gdb session, then you can send a sanitised backtrace.<br>


<br>
I think that the following option (in the domain section) should help you work around the problem:<br>
dyndns_update = False<br>
<br>
Please let us know if disabling the DNS update helped and if you can generate the core file.<br>
<br>
Thanks again for the problem report!<br>
<div class=""><br>
&gt; I&#39;ve been experiencing this problem for a few weeks with no luck in troubleshooting it. During boot, the sssd_be process will continually spawn and crash due to a segfault. When it gets stuck in this loop, domain account login is almost impossible (local accounts still work).<br>


&gt;<br>
&gt; I&#39;ve attached sanitized logs and my sssd.conf file. Please have a look and let me know what you think. Thanks!<br>
&gt;<br>
&gt; -Chris<br>
</div>&gt; &lt;logs.tar.gz&gt;_______________________________________________<br>
&gt; sssd-users mailing list<br>
&gt; <a href="mailto:sssd-users@lists.fedorahosted.org">sssd-users@lists.fedorahosted.org</a><br>
&gt; <a href="https://lists.fedorahosted.org/mailman/listinfo/sssd-users" target="_blank">https://lists.fedorahosted.org/mailman/listinfo/sssd-users</a><br>
<br>
</blockquote></div><br></div>