Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2000 07:39:25 +0200
From:      Neil Blakey-Milner <nbm@mithrandr.moria.org>
To:        John Indra <john@indocyber.com>
Cc:        Tomasz Paszkowski <ns88@genesis.k.pl>, freebsd-stable@freebsd.org
Subject:   Re: *SOS* Can't change password on FreeBSD 4.1.1-STABLE
Message-ID:  <20001014073925.A14507@mithrandr.moria.org>
In-Reply-To: <20001014103208.A6204@indocyber.com>; from john@indocyber.com on Sat, Oct 14, 2000 at 10:32:08AM %2B0700
References:  <20001014084511.A5161@indocyber.com> <20001014040142.A85930@genesis.k.pl> <20001014103208.A6204@indocyber.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat 2000-10-14 (10:32), John Indra wrote:
> On Sat, Oct 14, 2000 at 04:01:43AM +0200, Tomasz Paszkowski wrote:
> 
> |> # passwd root
> |> Changing local password for root.
> |> New password:
> |> Retype new password:
> |> passwd: cannot set password cipher: Undefined error: 0
> |> passwd: /etc/master.passwd: unchanged
> |> 
> |> What's wrong here? The whole kernel and userland upgrade seems to go fine
> |> without a problem. Anyone having the same symptoms?
> |
> | Something is broken, you're third person having this trouble.
> 
> Glad to know that I'm not the only one. Now, how do we fix this problem?

try:

cd /usr/src/lib/libutil
make clean depend all install
cd /usr/src/lib/crypt
make clean depend all install
cd /usr/src/secure/lib/crypt
make clean depend all install
cd /usr/src/usr.bin/passwd
make clean depend all install

Neil
-- 
Neil Blakey-Milner
nbm@mithrandr.moria.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001014073925.A14507>