openpam_load_module():no pam_wheel.so found

Robert Watson rwatson at freebsd.org
Mon Aug 11 12:36:09 PDT 2003


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
robert at fledge.watson.org      Network Associates Laboratories




More information about the freebsd-current mailing list