From owner-freebsd-stable@FreeBSD.ORG Fri Mar 7 19:10:58 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25C37CA1 for ; Fri, 7 Mar 2014 19:10:58 +0000 (UTC) Received: from www.mimar.rs (www.mimar.rs [193.53.106.101]) by mx1.freebsd.org (Postfix) with ESMTP id CA0AA2F2 for ; Fri, 7 Mar 2014 19:10:57 +0000 (UTC) Received: from tazar.mimar.rs (localhost [127.0.0.1]) by www.mimar.rs (Postfix) with ESMTP id E8E7CB9038 for ; Fri, 7 Mar 2014 20:10:55 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mimar.rs; h= content-transfer-encoding:content-type:content-type:mime-version :x-mailer:organization:references:in-reply-to:message-id:subject :subject:from:from:date:date:received:received; s=mimar-0901; t= 1394219448; x=1396033849; bh=pbL46st6OBoyLdnEOA5KMNYLSEkibcd0FnI 7leqqR0A=; b=nb1IJWNkAqPVzOCkIE2hdbGwat1hXM5d73v+4AcptSeb9GXvGpS op5uSvAvEvhfft3Ai44TjnDPCjx/XcVidaNzG9+IWa/rcI9yZ/LLfL5TRi7K1FCC Dh4+tymkuQzs1E45Vo7rxoOzEsyATgSn2c8bzfDU3d17Amke2VZlh+qM= X-Virus-Scanned: amavisd-new at mimar.rs Received: from www.mimar.rs ([127.0.0.1]) by tazar.mimar.rs (tazar.mimar.rs [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lLC-ZBDW8MUl for ; Fri, 7 Mar 2014 20:10:48 +0100 (CET) Received: from kaa.mimar.rs (93-87-212-124.dynamic.isp.telekom.rs [93.87.212.124]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: marko.cupac@mimar.rs) by www.mimar.rs (Postfix) with ESMTPSA id 22E28B9033 for ; Fri, 7 Mar 2014 20:10:48 +0100 (CET) Date: Fri, 7 Mar 2014 20:10:47 +0100 From: Marko =?UTF-8?B?Q3VwYcSH?= To: freebsd-stable@freebsd.org Subject: Re: passwd(1) weirdness... Message-Id: <20140307201047.5ffdaaa8aa36c78c7baf23a2@mimar.rs> In-Reply-To: <5319EE35.5070108@freebsd.org> References: <5319EE35.5070108@freebsd.org> Organization: Mimar X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 19:10:58 -0000 On Fri, 07 Mar 2014 16:05:09 +0000 Matthew Seaman wrote: >=20 > Has anyone else seen an affect like this? >=20 > We have a couple of machines running 9.2-RELEASE-p3 recently upgraded > from 9.1-RELEASE-pX via freebsd-update. >=20 > On attempting to change a user's password via passwd(1), everything > apparently works fine; no sign of any errors and the password hash in > /etc/master.passwd is changed -- but the user cannot log in with the > new password *until* 'pwd_mkdb -p' is run manually. Now when you mention it I am starting to think I haven't actually been dreaming. I have seen it. --=20 Marko Cupa=C4=87