[Bug 281012] ypldap works when invoked with -dv, but not when invoked normally (daemonised)
Date: Fri, 06 Sep 2024 18:05:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281012
Mark Johnston <markj@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|New |Open
CC| |markj@FreeBSD.org
--- Comment #1 from Mark Johnston <markj@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.