Booting RC5 via VirtualBox

2014-01-16 Thread Mike Tancsa
I have been having mixed results importing booting the .vmdk and .vhd
into virtualbox.  I did get it to work once, but now cannot do it for
some reason.  I have been doing the following steps which seem like they
should work, but I end up with
FATAL:  No bootable medium found! System Halted

I download  FreeBSD-10.0-RC5-i386-20140108-r260430.vhd


VBoxManage convertdd FreeBSD-10.0-RC5-i386-20140108-r260430.vhd --format
VDI rc5-i386.vdi

VBoxManage createvm --name rc5i386 --ostype FreeBSD --register

VBoxManage modifyvm rc5i386 --memory 1024 --ioapic on --cpus 1 --chipset
ich9 --nic1 bridged --nictype1 82540EM --bridgeadapter1 em0

VBoxManage storagectl rc5i386 --name SATA --add sata --controller
IntelAhci --portcount 4

VBoxManage storageattach rc5i386 --storagectl SATA --port 0 --device
0 --type hdd --medium rc5-i386.vdi
VBoxManage modifyvm rc5i386 --vrdeproperty VNCPassword=x
VBoxHeadless --startvm rc5i386


What am I missing ?

---Mike


-- 
---
Mike Tancsa, tel +1 519 651 3400
Sentex Communications, m...@sentex.net
Providing Internet services since 1994 www.sentex.net
Cambridge, Ontario Canada   http://www.tancsa.com/
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: ports/185584: emulators/virtualbox-ose does not build on 10-stable

2014-01-16 Thread decke
Synopsis: emulators/virtualbox-ose does not build on 10-stable

State-Changed-From-To: open-closed
State-Changed-By: decke
State-Changed-When: Thu Jan 16 16:32:39 UTC 2014
State-Changed-Why: 
Problem resolved.

http://www.freebsd.org/cgi/query-pr.cgi?pr=185584
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: ports/185579: commit references a PR

2014-01-16 Thread dfilter service
The following reply was made to PR ports/185579; it has been noted by GNATS.

From: dfil...@freebsd.org (dfilter service)
To: bug-follo...@freebsd.org
Cc:  
Subject: Re: ports/185579: commit references a PR
Date: Thu, 16 Jan 2014 16:38:33 + (UTC)

 Author: decke
 Date: Thu Jan 16 16:38:18 2014
 New Revision: 339930
 URL: http://svnweb.freebsd.org/changeset/ports/339930
 QAT: https://qat.redports.org/buildarchive/r339930/
 
 Log:
   - Update to 4.2.22
   - Remove 3D crOpenGl patches that are already included in the new release
   - Convert USE_PYDISTUTILS=easy_install to USE_PYDISTUTILS=yes
   - Add patch to fix building with new gsoap [1]
   - Add direct dependency on qt4-opengl [2]
   
   PR:  ports/185579 [2]
   Security:CVE-2013-5892
   Submitted by:Jung-uk Kim j...@freebsd.org [1]
Jimmy Olgeni olg...@freebsd.org [2]
 
 Added:
   
head/emulators/virtualbox-ose/files/patch-src-VBox-Main-webservice-Makefile.kmk 
  (contents, props changed)
 Deleted:
   
head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Additions-common-crOpenGL-Makefile.kmk
   
head/emulators/virtualbox-ose-additions/files/patch-src-VBox-Additions-common-crOpenGL-fakedri_drv.c
 Modified:
   head/emulators/virtualbox-ose-additions/Makefile
   head/emulators/virtualbox-ose-additions/distinfo
   head/emulators/virtualbox-ose-kmod/Makefile
   head/emulators/virtualbox-ose-kmod/distinfo
   
head/emulators/virtualbox-ose-kmod/files/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
   head/emulators/virtualbox-ose/Makefile
   head/emulators/virtualbox-ose/distinfo
 
 Modified: head/emulators/virtualbox-ose-additions/Makefile
 ==
 --- head/emulators/virtualbox-ose-additions/Makefile   Thu Jan 16 16:15:47 
2014(r339929)
 +++ head/emulators/virtualbox-ose-additions/Makefile   Thu Jan 16 16:38:18 
2014(r339930)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME= virtualbox-ose
 -DISTVERSION=  4.2.20
 -PORTREVISION= 1
 +DISTVERSION=  4.2.22
  CATEGORIES=   emulators
  MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
 
 Modified: head/emulators/virtualbox-ose-additions/distinfo
 ==
 --- head/emulators/virtualbox-ose-additions/distinfo   Thu Jan 16 16:15:47 
2014(r339929)
 +++ head/emulators/virtualbox-ose-additions/distinfo   Thu Jan 16 16:38:18 
2014(r339930)
 @@ -1,2 +1,2 @@
 -SHA256 (VirtualBox-4.2.20.tar.bz2) = 
193aa3ce7c0e700fe6a12b64bf462ce633a856f1e831ee4a337cc3439b21df61
 -SIZE (VirtualBox-4.2.20.tar.bz2) = 77050211
 +SHA256 (VirtualBox-4.2.22.tar.bz2) = 
4a017ec5fa0e0cfa830ae6c2b9d680c9b108e5fb96348e1397a7d0ea051f8bc1
 +SIZE (VirtualBox-4.2.22.tar.bz2) = 77039185
 
 Modified: head/emulators/virtualbox-ose-kmod/Makefile
 ==
 --- head/emulators/virtualbox-ose-kmod/MakefileThu Jan 16 16:15:47 
2014(r339929)
 +++ head/emulators/virtualbox-ose-kmod/MakefileThu Jan 16 16:38:18 
2014(r339930)
 @@ -2,7 +2,7 @@
  # $FreeBSD$
  
  PORTNAME= virtualbox-ose
 -DISTVERSION=  4.2.20
 +DISTVERSION=  4.2.22
  CATEGORIES=   emulators
  MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \
http://tmp.chruetertee.ch/ \
 
 Modified: head/emulators/virtualbox-ose-kmod/distinfo
 ==
 --- head/emulators/virtualbox-ose-kmod/distinfoThu Jan 16 16:15:47 
2014(r339929)
 +++ head/emulators/virtualbox-ose-kmod/distinfoThu Jan 16 16:38:18 
2014(r339930)
 @@ -1,2 +1,2 @@
 -SHA256 (VirtualBox-4.2.20.tar.bz2) = 
193aa3ce7c0e700fe6a12b64bf462ce633a856f1e831ee4a337cc3439b21df61
 -SIZE (VirtualBox-4.2.20.tar.bz2) = 77050211
 +SHA256 (VirtualBox-4.2.22.tar.bz2) = 
4a017ec5fa0e0cfa830ae6c2b9d680c9b108e5fb96348e1397a7d0ea051f8bc1
 +SIZE (VirtualBox-4.2.22.tar.bz2) = 77039185
 
 Modified: 
head/emulators/virtualbox-ose-kmod/files/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
 ==
 --- 
head/emulators/virtualbox-ose-kmod/files/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
  Thu Jan 16 16:15:47 2014(r339929)
 +++ 
head/emulators/virtualbox-ose-kmod/files/extrapatch-src-VBox-HostDrivers-Support-freebsd-Makefile
  Thu Jan 16 16:38:18 2014(r339930)
 @@ -5,7 +5,7 @@
   KMOD = vboxdrv
   
  -CFLAGS += -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 
-DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -Iinclude -I. -Ir0drv -w 
-DVBOX_WITH_HARDENING -DVBOX_WITH_64_BITS_GUESTS
 -+CFLAGS += -DRT_OS_FREEBSD -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 
-DSUPDRV_WITH_RELEASE_LOGGER -DVBOX -DRT_WITH_VBOX -Iinclude -I. -Ir0drv -w 

Re: Preferred controller types

2014-01-16 Thread Warren Block

On Thu, 16 Jan 2014, Mike Tancsa wrote:


On 1/16/2014 2:59 PM, Mike Tancsa wrote:

VBoxManage storagectl rc5i386 --name SATA --add sata --controller
IntelAHCI --portcount 4 --bootable on
VBoxManage storageattach rc5i386 --storagectl SATA --port 0 --device
0 --type hdd --medium FreeBSD-10.0-RC5-i386-20140108-r260430.vmdk


OK, next problem. If I set the disks to SATA, doing something simple
like an SVN checkout causes all sorts of disk errors and then a panic.
If I instead set the controller to just IDE, all is OK.

What is the optimal chipset and driver config for FreeBSD as a host and
guest ?


For me, leaving everything at the default was best.  I don't know if it 
affects performance.

___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org


Re: Preferred controller types

2014-01-16 Thread Bernhard Fröhlich
Am 16.01.2014 22:33 schrieb Mike Tancsa m...@sentex.net:

 On 1/16/2014 2:59 PM, Mike Tancsa wrote:
  VBoxManage storagectl rc5i386 --name SATA --add sata --controller
  IntelAHCI --portcount 4 --bootable on
  VBoxManage storageattach rc5i386 --storagectl SATA --port 0 --device
  0 --type hdd --medium FreeBSD-10.0-RC5-i386-20140108-r260430.vmdk

 OK, next problem. If I set the disks to SATA, doing something simple
 like an SVN checkout causes all sorts of disk errors and then a panic.
 If I instead set the controller to just IDE, all is OK.

 What is the optimal chipset and driver config for FreeBSD as a host and
 guest ?

Defaults should be preferred and you should try to avoid ICH9. I was told
from upstream that ich9 is still not the default because it just doesn't
work reliable enough in all cases. So be carefull with that.
___
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to freebsd-emulation-unsubscr...@freebsd.org