when I use the su command and type my password it will not authenticate so I have no way to get root permissions in the Konsole Reproducible: Always Steps to Reproduce: 1. open Konsole 2.type su command 3.enter password 4. authentication failure Actual Results: authentication failure for root permission Expected Results: nothing just went back to cursor authenticated my password
Are you sure you are typing the right password? Are you using the right keyboard layout? Try copy-pasting the password.
(In reply to Arjun AK from comment #1) > Are you sure you are typing the right password? Are you using the right > keyboard layout? > > Try copy-pasting the password. I did, same result
yes the keyboard layout is correct and it is the correct password
First of all make sure that the output of "which su" is "/bin/su". Then run su under strace ( ie "strace su"). Enter your password when prompted for. Now use konsole's search function to search for your password. You should get two matches: read(0, "HUNTER2\n", 123) = 8 write(56, "HUNTER2\0", 8) = 8 Where HUNTER2 is your password and the last number is the length of your password + 1. If everything seems to be right, then either your password is wrong or it is an upstream bug.
If you can provide the information requested in comment #4, please add it.
You have SUID set on '/bin/su' right? Does this work with xterm?
No response, changing status. If you have more information, please add a comment.