NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/58005: passwd always errors out; cannot change passwords anymore
The following reply was made to PR bin/58005; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/58005: passwd always errors out; cannot change passwords anymore
Date: Sun, 10 Mar 2024 18:05:21 +0700
Date: Sat, 9 Mar 2024 21:30:03 +0000 (UTC)
From: Michael Cheponis <michael.cheponis%gmail.com@localhost>
Message-ID: <20240309213003.57DFC1A923C%mollari.NetBSD.org@localhost>
| Except... when passwd.conf is:
|
| default:
| localcipher = argon2id
| ypcipher = old
|
| and I run
| pwd_mkdb /etc/master.passwd
|
| I get this error from passwd again:
| Couldn't generate salt.
| Unable to change auth token: Error in service module
It seems abundantly clear now that somehow your
upgrade to 10_RC5 managed to install some weird
mixture of netbsd-9 and netbsd-10.
That explains your df -H problem, as Natt suggested
(-9 did not have the -H ootion, -10 does), and this
(-9 does not know argon2id, -10 does)
You really need to install at least the -10 base set
again, and make sure it all gets properly installed.
kre
Home |
Main Index |
Thread Index |
Old Index