Re: 10.0-BETA1 i386 on VirtualBox

From: Maciej Milewski <milu_at_dat.pl>
Date: Tue, 29 Oct 2013 12:31:10 +0100
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_at_think:~:|>pkg info -x virtual
> virtualbox-ose-4.2.18_1
> virtualbox-ose-kmod-4.2.18
> glebius_at_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_at_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_at_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
Received on Tue Oct 29 2013 - 10:29:33 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:43 UTC