I've traced the issue down several things to the following line from
1.
/dev/tty at boot has bad permissions root:root instead of root:tty breaking xterm
after a chown that.. i get the next issue
2.
Code: Select all
/etc/pam.d/sudo
auth required pam_unix.so debug
The issue is that a command like 'sudo ls' doesn't throw any error it just sits and waits forever until i break out of it..
.. itseems to be that it DOES prompt for the password but on my console at vt04 (where i run X) the same console that X11 is running on, after I kill my X session i'll see a list of
password:
password:
password:
password:
lines on the console...
the only error i see appears after i ^C out of sudo..
[pam_ssh] can't get passphrase from PAM
[sudo] pam_unix(sudo:auth): conversation failed
[sudo] pam_unix(sudo:auth): auth could not identify password for [*****]
why isn't it prompting me in my xterm instead?? I can't figure this one out at all
any helpful pointers would be great....
PS: Also I use slim normally, and tried xldm but it is also broken for me right now.. i also run awesome-wm..
PPS: 'less' as a pager option is also broken!!

