Comment 30 for bug 270781

Revision history for this message
In , Marius (marius-redhat-bugs) wrote :

The issue started to happen again (alright, way later than it happend in the past, but it still happens). Messages related to it are the following:

- in /var/log/messages:

Mar 6 12:36:47 thoth kernel: unix_chkpwd[29542] general protection ip:468978 sp:bfea2c74 error:0 in ld-2.9.so[450000+20000]
Mar 6 12:36:47 thoth kernel: unix_chkpwd[29544] general protection ip:c40900 sp:bf9b0784 error:0 in ld-2.9.so[c28000+20000]

-in /var/log/secure:

Mar 6 12:36:47 thoth gnome-screensaver-dialog: pam_unix(gnome-screensaver:account): read unix_chkpwd output error 0: Success

- in the audit log:

type=ANOM_ABEND msg=audit(03/06/2009 12:36:47.036:178) : auid=snap uid=snap gid=snap ses=1 pid=29542 comm=unix_chkpwd sig=Segmentation fault
type=ANOM_ABEND msg=audit(03/06/2009 12:36:47.039:179) : auid=snap uid=snap gid=snap ses=1 pid=29544 comm=unix_chkpwd sig=Segmentation fault

I also installed pam-debuginfo package:

# rpm -ivh pam-debuginfo-1.0.2-2.1debug.fc10.i386.rpm
Preparing... ########################################### [100%]
   1:pam-debuginfo ########################################### [100%]
#

but I think I should provide the debug versions in /etc/pam.d/system-auth, right?

Should I do other changes as well to get further details?

Please advice. Thank you.