Michael Butler <i...@protected-networks.net> writes: > Any ideas why courier-authdaemon is now reporting .. > > authdaemond: in openpam_dynamic(): No error: 0 > authdaemond: in openpam_load_module(): no pam_unix.so found > > I've recompiled libpam and courier from scratch :-(
Can you ktrace courier-authdaemon? # env LD_UTRACE /usr/local/etc/rc.d/courier-authdaemond restart # ktrace -di -tcntu -p $(cat /var/run/authdaemond/pid) then reproduce the error, then # /usr/local/etc/rc.d/courier-authdaemond restart to stop the trace, and # kdump >courier-authdaemond-trace.txt to translate it to human-readable form. The trace will *not* include any passwords, just a list of system calls, filename lookups and linker operations. DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"