Getting an "Authentication token manipulation" error when trying to change my user password - Ask Ubuntu


i logging in ubuntu server using username. once logged in typing passwd command. entering new password second after getting following error messages:

passwd: authentication token manipulation error passwd: password unchanged 

what wrong here? how can change password otherwise if don't have access server physically, i.e. connecting remotely ssh using terminal.

if insert wrong passwd

$ passwd changing password rinzwind. (current) unix password:  passwd: authentication token manipulation error passwd: password unchanged 

you error. if sure inserted correct one, error might show if using shadowed password files , shadow doesn’t have entry user (basically/etc/passwd has entry user, /etc/shadow not).

in order fix this, can either add entry manually (make backup first!!!) or recreate shadow file pwconv (manpage).


Comments

Popular posts from this blog

Windows XP installation, no previous version of Windows NT - Super User

permissions - Mount is denied because the NTFS volume is already exclusively opened - Ask Ubuntu

software installation - How to install linux driver for a lb-link wireless usb adapter - Ask Ubuntu