On Mon, 11 Aug 2003, Christoph P. Kukulies wrote:

> > Did you mergemaster when updating last?  pam_wheel has, I believe, been
> > replaced with pam_group.  A coredump is an undesirable result, of course,
> > but I suspecft that this is the trigger.  If you want to follow up on the
> > core dump, build a copy of su with debugging symbols, and enable
> > kern.sugid_coredump to get a coredump and stack tracfe from su (turn it
> > off again when done).
> 
> How can I find out which module is using pam_wheel.so? It is annoying
> not to have a functioning 'su'. Since locate updatedb uses su also I'm
> additionally impeded since I cannot locate libs and stuff efficiently. 

grep pam_wheel /etc/pam.d/* | grep -v '^#'

should show you the list.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
[EMAIL PROTECTED]      Network Associates Laboratories


_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to