From owner-freebsd-current@FreeBSD.ORG Tue Oct 29 11:29:33 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 EB1E15B3; Tue, 29 Oct 2013 11:29:32 +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 A73342DD7; Tue, 29 Oct 2013 11:29:32 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id EC20B241; Tue, 29 Oct 2013 12:29:31 +0100 (CET) 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 RZwoT5RzBiOC; Tue, 29 Oct 2013 12:29:29 +0100 (CET) Received: from [10.0.6.81] (unknown [212.69.68.42]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 22CC084; Tue, 29 Oct 2013 12:29:29 +0100 (CET) Message-ID: <526F9C7E.7040106@dat.pl> Date: Tue, 29 Oct 2013 12:31:10 +0100 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: Gleb Smirnoff Subject: Re: 10.0-BETA1 i386 on VirtualBox References: <526939BF.4030306@dat.pl> <20131029110957.GY52889@FreeBSD.org> In-Reply-To: <20131029110957.GY52889@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Boris Bobrov , "freebsd-current@freebsd.org" 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: Tue, 29 Oct 2013 11:29:33 -0000 On 29.10.2013 12:09, Gleb Smirnoff wrote: > Hello, > > [adding Boris to Cc, who reported same issue in private email] > > On Thu, Oct 24, 2013 at 05:16:15PM +0200, Maciej Milewski wrote: > M> I've encountered problems with installing FreeBSD-10.0-BETA1 i386 under > M> VirtualBox. > M> The problem is with setting/changing root password during install > M> process. After entering password twice there is: > M> > M> passwd: pam_chauthtok(): error in service module > M> > M> Then there shows pwd_mkdb.core in current directory. > M> The same VirtualBox machine has no problems with installing > M> FreeBSD-9.2-RELEASE > M> > M> Has anyone any clues? > > I failed to reproduce this with FreeBSD-10.0-BETA2 i386 image :( > It installed and booted successfully. > > Here is my host environment: > > glebius@think:~:|>pkg info -x virtual > virtualbox-ose-4.2.18_1 > virtualbox-ose-kmod-4.2.18 > glebius@think:~:|>uname -a > FreeBSD think.nginx.com 11.0-CURRENT FreeBSD 11.0-CURRENT #13 r257045: Thu Oct 24 15:16:04 MSK 2013 glebius@think.nginx.com:/usr/obj/usr/src/head/sys/THINKPAD_X1 amd64 > > When trying to reproduce I used VirtualBox GUI and choosed defaults > in every dialog window. > > Boris and Maciej, if you use non-default configuration, can you please > provide more details? > No - in my case it's the same with 10-BETA2 :( $ pkg_version -vs virtualbox virtualbox-ose-4.2.18_1 = up-to-date with port virtualbox-ose-kmod-4.2.18 = up-to-date with port $ uname -a FreeBSD intranet.tup.com.pl 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #0 r255613: Mon Sep 16 20:25:59 CEST 2013 milu@intranet.tup.com.pl:/usr/obj/usr/src/sys/intranet amd64 I'm using script: $ cat create_BSD.sh #!/bin/sh NAME="FreeBSD10BETA2" DVDMEDIUM="/data/iso/FreeBSD-10.0-BETA2-i386-disc1.iso" VBoxManage createvm -name "${NAME}" -register VBoxManage modifyvm "${NAME}" --memory 1024 --acpi on --boot1 dvd --nictype1 82540EM --nic1 bridged --bridgeadapter1 rl0 VBoxManage createhd --filename "${NAME}" --size 30000 VBoxManage storagectl "${NAME}" --name "SATA Controller" --add sata --controller IntelAhci --sataportcount 4 VBoxManage storageattach "${NAME}" --storagectl "SATA Controller" --port 0 --device 0 --type hdd --medium "${NAME}.vdi" VBoxManage storagectl "${NAME}" --name "IDE Controller" --add ide --controller PIIX4 VBoxManage storageattach "${NAME}" --storagectl "IDE Controller" --port 0 --device 0 --type dvddrive --medium "${DVDMEDIUM}" VBoxManage modifyvm "${NAME}" --vrdeproperty VNCPassword=password and starting via: VBoxHeadless -s FreeBSD10BETA2 and connecting through vnc(from krdc) on port 3389 Gleb are you on some irc channel? -- Pozdrawiam, Maciej Milewski