Summary: | when trying to use my root password the Konsole does not recognize it | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | michael <michael> |
Component: | kpart | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED NOT A BUG | ||
Severity: | major | CC: | arjunak234 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
URL: | http://konsole.kde.orghttp:// | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
michael
2014-10-28 15:10:57 UTC
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. |