I've been running it with -sync, but it hasn't crashed yet. When it does,
it doesn't leave a core file. (It's not segfaulting, it just seems to
exit.)
As far as PAM, xscreensaver is just using the default pam_unix:
a...@totoro:~$ cat /etc/pam.d/xscreensaver
#
# /etc/pam.d/xscreensaver - PAM behavior for xscreensaver
#
@include common-auth
@include common-account
a...@totoro:~$ grep -v -e ^# -e ^$ /etc/pam.d/common-auth
auth [success=1 default=ignore] pam_unix.so nullok_secure
auth requisite pam_deny.so
auth required pam_permit.so
a...@totoro:~$ grep -v -e ^# -e ^$ /etc/pam.d/common-account
account [success=1 new_authtok_reqd=done default=ignore]
pam_unix.so
account requisite pam_deny.so
account required pam_permit.so
a...@totoro:~$
I had thought the PAM timeouts were from the mouse getting jiggled and no
one typing in a password.
Ivan
--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org