I can log in with my password just fine, but when trying to use sudo to run commands or authenticating to install software, my password does not work and my account is an administrator account. Further more, when I try to change my password with "passwd" in recovery mode, I get "Authentication token manipulation error." I've just installed 12.04, so I'm not sure what I could've done to break the system.
Asked
Active
Viewed 1,654 times
pkexec
instead ofsudo
? (You can try a harmless command likepkexec ls
to see.) If so, what happen when you try to change your password usingpkexec passwd $USER
. [I'm posting this as a comment rather than an answer because it's more likely to reveal useful diagnostic information, than to actually solve the problem.] You can edit your question to add this information. (Unless it solves the problem; then comment about that and I'll repost this as an answer. But that will probably not happen, not quite yet.) – Eliah Kagan Jun 22 '12 at 03:16not reproducible
– WinEunuuchs2Unix Jul 22 '17 at 18:02