On 10/23/2012 08:13 PM, James Pinto wrote: > > Hi > > Here is the output of the files you asked > > root [ / ]# ls -l /etc/pam.d/ > total 84 > -rw-r--r-- 1 root root 349 Oct 23 14:29 chage > -rw-r--r-- 1 root root 347 Oct 23 14:31 chfn > -rw-r--r-- 1 root root 357 Oct 23 14:31 chgpasswd > -rw-r--r-- 1 root root 355 Oct 23 14:31 chpasswd > -rw-r--r-- 1 root root 347 Oct 23 14:31 chsh > -rw-r--r-- 1 root root 355 Oct 23 14:31 groupadd > -rw-r--r-- 1 root root 355 Oct 23 14:31 groupdel > -rw-r--r-- 1 root root 357 Oct 23 14:31 groupmems > -rw-r--r-- 1 root root 355 Oct 23 14:31 groupmod > -rw-r--r-- 1 root root 1326 Oct 23 14:28 login > -rw-r--r-- 1 root root 355 Oct 23 14:31 newusers > -rw-r--r-- 1 root root 370 Oct 23 14:31 other > -rw-r--r-- 1 root root 90 Oct 23 14:28 passwd > -rw-r--r-- 1 root root 374 Oct 23 14:28 su > -rw-r--r-- 1 root root 102 Oct 23 14:26 system-account > -rw-r--r-- 1 root root 96 Oct 23 14:26 system-auth > -rw-r--r-- 1 root root 288 Oct 23 14:27 system-password > -rw-r--r-- 1 root root 102 Oct 23 14:27 system-session > -rw-r--r-- 1 root root 353 Oct 23 14:31 useradd > -rw-r--r-- 1 root root 353 Oct 23 14:31 userdel > -rw-r--r-- 1 root root 353 Oct 23 14:31 usermod > > root [ / ]# ls -l /var/log/auth.log > -rw-r--r-- 1 root root 87430 Oct 24 04:56 /var/log/auth.log > > Regards > James Earnest Pinto
As I've suspected, you've removed gdm* files from /etc/pam.d $ ls -l /etc/pam.d/gdm* -rw-r--r-- 1 root root 537 Oct 19 08:21 /etc/pam.d/gdm -rw-r--r-- 1 root root 504 Oct 19 08:21 /etc/pam.d/gdm-autologin -rw-r--r-- 1 root root 541 Oct 19 08:21 /etc/pam.d/gdm-fingerprint -rw-r--r-- 1 root root 426 Oct 19 08:21 /etc/pam.d/gdm-launch-environment -rw-r--r-- 1 root root 555 Oct 19 08:21 /etc/pam.d/gdm-password -rw-r--r-- 1 root root 562 Oct 19 08:21 /etc/pam.d/gdm-smartcard I guess you'll need to reinstall gdm in order to get those back. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
