https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281012

Mark Johnston <ma...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |ma...@freebsd.org

--- Comment #1 from Mark Johnston <ma...@freebsd.org> ---
Indeed, ypldap appears to be mostly unmaintained these days.  It would be nice
to sync it back up with OpenBSD but one needs a suitable testing environment
set up.

My one suggestion for narrowing down the problem would be to collect a system
call trace from the daemonized ypldap, by starting it with "ktrace -f
/tmp/ktrace.out -i ypldap ...", or by adding ypldap_prepend="ktrace -f
/tmp/ktrace.out -i" to /etc/rc.conf if you're starting it that way.

Once ypldap exits, run "kdump -f /tmp/ktrace.out" and share the output here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to