From owner-freebsd-stable Wed Oct 4 9:19:51 2000 Delivered-To: freebsd-stable@freebsd.org Received: from modemcable101.200-201-24.mtl.mc.videotron.ca (modemcable140.61-201-24.mtl.mc.videotron.ca [24.201.61.140]) by hub.freebsd.org (Postfix) with SMTP id AF27E37B503 for ; Wed, 4 Oct 2000 09:19:16 -0700 (PDT) Received: (qmail 50751 invoked from network); 4 Oct 2000 16:19:16 -0000 Received: from patrak.local.mindstep.com (HELO PATRAK) (192.168.10.4) by jacuzzi.local.mindstep.com with SMTP; 4 Oct 2000 16:19:16 -0000 Message-ID: <010b01c02e1e$ed22a0a0$040aa8c0@local.mindstep.com> From: "Patrick Bihan-Faou" To: References: <20001004110206.A5407@linux.rainbow> Subject: Re: passwd problem after builworld/installworld Date: Wed, 4 Oct 2000 12:19:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, ----- Original Message ----- From: "Igor Roboul" > I have done buildworld/installworld of one-week old cvsupped source. > So now I have 4.1.1-STABLE. All works Ok, except > > demon# passwd pgsql > Changing local password for pgsql. > New password: > Retype new password: > passwd: cannot set password cipher: Undefined error: 0 > passwd: /etc/master.passwd: unchanged I have the exact same problem if I set "passwd_format=des" in my login.conf file. If I leave it undefined or set to "passwd_format=md5" then the password updating works well. bash-2.03$ uname -a FreeBSD nitro 4.1.1-STABLE FreeBSD 4.1.1-STABLE #1: Tue Oct 3 17:53:09 EDT 2000 patrick@nitro:/music/usr_obj/music/usr_src/sys/NITRO i386 bash-2.03$ ls -l libcrypt* lrwxr-xr-x 1 root wheel 11 Oct 3 16:22 libcrypt.a -> libscrypt.a lrwxr-xr-x 1 root wheel 12 Oct 3 16:22 libcrypt.so -> libscrypt.so lrwxr-xr-x 1 root wheel 14 Oct 3 16:22 libcrypt.so.2 -> libscrypt.so.2 lrwxrwxrwx 1 root wheel 15 Jan 3 2000 libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 root wheel 1276404 Oct 3 16:29 libcrypto.a lrwxr-xr-x 1 root wheel 14 Oct 3 16:29 libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 781588 Oct 3 16:29 libcrypto.so.1 bash-2.03$ ls -l libscrypt* -r--r--r-- 1 root wheel 9378 Oct 3 12:06 libscrypt.a lrwxr-xr-x 1 root wheel 14 Oct 3 16:22 libscrypt.so -> libscrypt.so.2 -r--r--r-- 1 root wheel 6224 Oct 3 12:06 libscrypt.so.2 -r--r--r-- 1 root wheel 26862 Jan 3 2000 libscrypt_p.a bash-2.03$ ls -l libdescrypt* -r--r--r-- 1 root wheel 16246 Oct 3 12:06 libdescrypt.a lrwxr-xr-x 1 root wheel 16 Oct 3 16:22 libdescrypt.so -> libdescrypt.so.2 -r--r--r-- 1 root wheel 11412 Oct 3 12:06 libdescrypt.so.2 -r--r--r-- 1 root wheel 34894 Jan 3 2000 libdescrypt_p.a In my /etc/make.conf file I have the following option: NODESCRYPTLINKS=true # do not replace libcrypt -> libscrypt links Any clue ? Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message