winbindd main process hangs on samba-dc

Jeremy Allison jra at samba.org
Fri Sep 11 22:54:05 UTC 2020


On Thu, Sep 10, 2020 at 12:06:22PM +0200, Isaac Boukris via samba-technical wrote:
> I think there is no point trying to maintain domain->online per domain
> in the parent process, we should just ask the domain child (fork one
> if needed), and avoid ever trying to talk with a DC (sync) from the
> main process.

That certainly seems like the correct fix.

OK, I took a look at your change:

https://gitlab.com/samba-team/devel/samba/-/commit/5ee90438cc2aa26514f60c7d72a3e854adee0148

and I see what you're doing here. I think
there still may be some calls that can
be initiated by wbinfo that cause the
parent process to try and do domain
activity and don't go through a child
DC.

Can we work together to track these down
and make sure we invoke a child process
for them ?

Cheers,

	Jeremy.



More information about the samba-technical mailing list