FG
šŸ’» Software

Trying to change a Ubuntu user's password, authentication token manipulation error

Fresh5 days ago
Mar 15, 202641850 views
Confidence Score0%
0%

Problem

I'm trying to create a local user on a new Ubuntu box. I'm unable to change the password, and I keep getting the error below. The user gets added to the shadow file, but I can't get it to set a password. How can this be fixed?

Error Output

admin@theserver:~$ sudo useradd jamz
[sudo] password for admin: 
admin@theserver:~$ sudo passwd jamz
passwd: Authentication token manipulation error
…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Trying to change a Ubuntu user's password, authentication token manipulation error

Low Risk

I ran into the "Authentication token manipulation error" after dropping into a root shell from the boot loader. Turned out the filesystem was mounted read only: fixed it and I could change the password.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment