https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288677
Bug ID: 288677
Summary: pw(8) useradd emits new error message. Possible
regression.
Product: Base System
Version: CURRENT
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Hello,
pw(8) is actually printing a new error message when adding a user.
E.g.
pw useradd -n "abc123" -c "Ac Cd" -m -k /usr/local/share/skel-hka -C
/usr/local/etc/pw-stud.conf'
pw: setting crypt(3) format: No such file or directory
ktrace(1) shows that pw(8) read /etc/login.conf.db just before the error
message.
Which contains an explicit passwd_format=sha512 setting on this host.
Half a day of bisecting with always building the world new, tells me
that the follwoing commit leads to the new error message. But I am unsure
if this commit can really be the source:
commit 0c381b7f0570cb118b5d82c3d1777f8b1fdeffd1
Author: Dag-Erling Smørgrav <[email protected]>
Date: Sat Aug 2 16:05:31 2025 +0200
libutil: Add symbol versioning
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D51694
Kind regards
Ralf
--
You are receiving this mail because:
You are the assignee for the bug.