<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>recovering-root-passwd &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/recovering-root-passwd/</link>
	<description>Feed of posts on WordPress.com tagged "recovering-root-passwd"</description>
	<pubDate>Sun, 26 May 2013 00:51:01 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[passwd authentication token manipulation error]]></title>
<link>http://linuxindetails.wordpress.com/2012/04/16/passwd-authentication-token-manipulation-error/</link>
<pubDate>Mon, 16 Apr 2012 16:06:34 +0000</pubDate>
<dc:creator>linuxindetails</dc:creator>
<guid>http://linuxindetails.wordpress.com/2012/04/16/passwd-authentication-token-manipulation-error/</guid>
<description><![CDATA[If you try to reinitialize the root passwd of your Linux installation through a recovering boot with]]></description>
<content:encoded><![CDATA[<p>If you try to reinitialize the root passwd of your Linux installation through a recovering boot with init=/bin/sh, you may have  the following error message :</p>
<p><strong>passwd: Authentication token manipulation error</strong></p>
<p>First check if your / filesystem is mounted read-write or read-only. Restart your machine and at the Grub prompt (tested on a fresh install of RHEL 6.2 with Grub version of 0.97), change <strong>ro</strong> to <strong>rw</strong> as indicated below :</p>
<p>kernel /vmlinuz-2.6.32-220.el6-x86_64<strong> ro</strong> root=/dev/mapper&#8230;.</p>
<p>kernel /vmlinuz-2.6.32-220.el6-x86_64 <strong>rw</strong> root=/dev/mapper&#8230;.</p>
<p>&#160;</p>
<p>An other solution is to make sure that the content of <strong>/etc/passwd</strong> and <strong>/etc/shadow</strong> are  the same with the <strong>pwconv</strong> command.</p>
<p>As root, before reinitializing again its passwd, run the command below :</p>
<p><strong>root@localhost:~# pwconv</strong></p>
<p>Then</p>
<p><strong>root@localhost~# passwd</strong></p>
<p>You should have no more error message.</p>
<pre><code>
</code></pre>
<p>&#160;</p>
]]></content:encoded>
</item>

</channel>
</rss>
