PDA

View Full Version : [xubuntu] always get "Authentication Failure" and sudo password fails



mr72
December 30th, 2009, 10:16 PM
Installed 9.10 (from the same DVD) on two different systems here, same issue.

I created a user, say it's "foo", on the initial install. When I set it to log in automatically it works fine but "sudo <cmd>" prompts for the password and it always fails after "[sudo] password for foo:" as if I am typing in the wrong password (I am not).

If I try and log out and log back in, it won't do the graphical login, says "Authentication Failure".

I have reinstalled about half a dozen times across two different systems, figuring I must have really typoed the password when installing and therefore I must be typing in a wrong password. But after doing this over, and over, and over, it seems clear that I am not actually typing in the wrong password. It's just broken.

Same thing for the GUI synaptic update manager (tells me there are updates available, I try and update, it asks for the password, then tells me "Authentication Failure").

Incidentally, if I do "passwd" and change it from the shell, if I type the [correct] password, then try and change it to the current password, it says "Password Unchanged". So clearly somewhere something knows the right password.

This is a huge PITA since you can't do a freakin' thing on Ubuntu without sudo working.

So what am I doing wrong, or what can I do differently to make this work?

taurus
December 30th, 2009, 10:20 PM
Do you belong to group adm? You need to belong to group adm to use sudo.


id

mr72
December 30th, 2009, 10:22 PM
yep! it's the one and only user account, and it belongs to the group "adm".

"...groups=4(adm)..."

sisco311
December 30th, 2009, 10:32 PM
Actually you have to belong to the admin group.

Can you use policykit to authenticate yourself as an admin?
If so, what's in the sudoers file?


pkexec cat /etc/sudoers

mr72
December 30th, 2009, 10:34 PM
When I do that, I get "Authentication is needed to run '/bin/cat' as the super user" and "Authentication Failure".

also a part of the "admin" group:

"...115(admin)..."

sisco311
December 30th, 2009, 10:41 PM
Is your user in the admin group?

Did you check the data integrity of the DVD?
community/HowToMD5SUM

What keyboard layout are you using? Did you change it after installation?

Can you use the su command to authenticate yourself?

su username

mr72
December 30th, 2009, 10:47 PM
Is your user in the admin group?

Did you check the data integrity of the DVD?
community/HowToMD5SUM

What keyboard layout are you using? Did you change it after installation?

Can you use the su command to authenticate yourself?

su username

No, that says:

* No device configured for user "username".
Password: <type correect password>
su: Authentication Failure

I didn't do a md5sum on the DVD image.
I am about to dl a new 9.10 CD and install it again.
KB layout is USA, buy default. I didn't change it.

this is turning out to be a royal pain.

ChronoSphere
May 3rd, 2010, 08:22 PM
I have this exact same problem with all versions of 9.04 and above. The cd's md5 is correct. It works on all pcs in my house except for one. Any solution?

JohnVLang
May 22nd, 2010, 03:50 AM
No cure sorry to say, but same issue... upgraded from 8.04 to 10.04 via Update Manager -> Upgrade... after restart couldn't log in... tried re-installing from Live CD, same result "authentication failure" over and over... There has to be a fix out there somewhere... I'm trying to do all this via long distance support to my mother (who, bless her, at nearly 80 is not a command line kinda' gal)... help!?!

J

ChronoSphere
May 27th, 2010, 11:00 PM
The last version that works on my PC is 8.10. All versions from 9.04 and up have this problem. What has changed in the way of authentication between these releases? There has to be a way to get this obscure problem resolved.

Don544
October 18th, 2010, 05:18 PM
I notice that no one says this is solved and as I have the same problem I wonder if anyone has solved it?
Thank You:
Don
any attempt results in same as this
don@don-desktop:~$ su don
Password:
su: Authentication failure
don@don-desktop:~$

JohnVLang
October 18th, 2010, 10:36 PM
Hi Don544,

Still sorry to say - no solution from me... i ended up going back to 9.10 and have not been game enough to try the upgrade again... This was actually for my 80 year old mother in England (i'm in Australia) and i was updating her remotely... try talking your 80 year old mother through command line stuff in Terminal!!! I think i'll just build her a new laptop and send it over...

Cheers, John

TunaCanTommy
October 18th, 2010, 11:02 PM
Have you tried changing your password ? ?


sudo passwd

TunaCanTommy
October 18th, 2010, 11:12 PM
You can also try setting a new password:


Edit: http://psychocats.net/ubuntu/resetpassword

rysliv
January 21st, 2011, 02:03 AM
I looked over the command

man sudo_root

Use the command

sudo passwd root
[sudo] password for tester: --Your passwd--
Enter new UNIX password: --New passwd--
Retype new UNIX password: --Retype--
passwd: password updated successfully

TYPE SU again

su
Password:
root@testmachine:/home/tester#

Works.

If not, Then make sure your account type is not CUSTOM.
I don't know anything else that could cause it but this seems to resolve the issue from existing.