On Tue, Jul 15, 2008 at 02:59:34PM -0430, Jose Luis Rivas Contreras wrote: > > > > (...plus some changes in /etc/pam.d/ which was apparently responsible > > for xscreensaver previously being unable to lock), and both screens lock > > Please, tell me what you had to change in pam.d, maybe is an issue in > the debian package, I changed pam file in -2 release (which you tested)
I think it was a problem with the original source package (+ the setup in Debian, I think). When I compiled and installed (./configure && make && sudo make install) from the pristine source package, I ended up with a /etc/pam.d/xscreensaver that looked like: ---- auth requisite pam_securetty.so auth requisite pam_nologin.so auth optional pam_group.so ---- whereas the one that Debian package installs is: ---- @include common-auth @include common-account ---- I just had to replace the one installed by the pristine source package with the one included in the Debian package. I don't know exactly why the one from source package didn't work (I don't know much about PAM, and I see all three files in my /lib/security), but the one in Debian package works. :) Regards, Andrzej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]