From owner-freebsd-current@FreeBSD.ORG Thu Oct 24 22:20:58 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2FD2FE24 for ; Thu, 24 Oct 2013 22:20:58 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id E18372F5D for ; Thu, 24 Oct 2013 22:20:57 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id 5B0C9244 for ; Fri, 25 Oct 2013 00:20:56 +0200 (CEST) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id GP6QLtAq2rV8 for ; Fri, 25 Oct 2013 00:17:58 +0200 (CEST) Received: from [192.168.0.14] (178-36-162-136.adsl.inetia.pl [178.36.162.136]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id C259E93 for ; Fri, 25 Oct 2013 00:17:58 +0200 (CEST) Message-ID: <52699CF7.8090506@dat.pl> Date: Fri, 25 Oct 2013 00:19:35 +0200 From: Maciej Milewski User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: "freebsd-current@freebsd.org" Subject: Re: 10.0-BETA1 i386 on VirtualBox References: <526939BF.4030306@dat.pl> <52694119.9050307@dat.pl> In-Reply-To: <52694119.9050307@dat.pl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Oct 2013 22:20:58 -0000 On 24.10.2013 17:47, Maciej Milewski wrote: > On 24.10.2013 17:34, Ryan Stone wrote: >> On Thu, Oct 24, 2013 at 11:16 AM, Maciej Milewski wrote: >>> I've encountered problems with installing FreeBSD-10.0-BETA1 i386 under >>> VirtualBox. >>> The problem is with setting/changing root password during install >>> process. >>> After entering password twice there is: >>> >>> passwd: pam_chauthtok(): error in service module >>> >>> Then there shows pwd_mkdb.core in current directory. >>> The same VirtualBox machine has no problems with installing >>> FreeBSD-9.2-RELEASE >>> >>> Has anyone any clues? >>> >>> Regards, >>> Maciej Milewski >> I have seen that error when the password database in /etc is not >> writeable (in my case, / was mounted read-only). > I don't think that's the case as during install I went to another > console to check how is mounted future / and it's: > /dev/ada0p2 on /mnt (ufs, local, journaled soft-updates) > and /mnt/etc/pwd.db, group, passwd are 644 and > spwd.db,master.passwd are 600 > The same as in running 9.2-RELEASE > > Anyway, thanks for the hint. > > Regards, > Maciej Milewski I've managed to make another simple test: chroot from 9.2-RELEASE kernel and I can change the password without a problem, chroot from 10.0-BETA1 kernel and error appears. No matter if I use 10.0-BETA1 kernel on 9.2-RELEASE userland or boot from CD image. For tests I turned off journal, left only soft-updates. Regards, Maciej Milewski