Re: openpam oddity?

From: Dag-Erling Smørgrav <des_at_des.no>
Date: Sun, 18 Dec 2011 23:27:22 +0100
Michael Butler <imb_at_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 - des_at_des.no
Received on Sun Dec 18 2011 - 21:27:27 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:22 UTC