From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 9 01:49:33 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4300C1065674 for ; Sun, 9 Oct 2011 01:49:33 +0000 (UTC) (envelope-from freebsd@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.freebsd.org (Postfix) with ESMTP id CAF8C8FC14 for ; Sun, 9 Oct 2011 01:49:32 +0000 (UTC) Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by hub.org (Postfix) with ESMTP id A6CD21D3300B; Sat, 8 Oct 2011 22:49:29 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 34264-05; Sun, 9 Oct 2011 01:49:30 +0000 (UTC) Received: from [192.168.1.4] (24-246-4-43.cable.teksavvy.com [24.246.4.43]) by hub.org (Postfix) with ESMTPA id B02651D33001; Sat, 8 Oct 2011 22:49:28 -0300 (ADT) Mime-Version: 1.0 (Apple Message framework v1244.3) Content-Type: text/plain; charset=windows-1252 From: Hub- FreeBSD In-Reply-To: <1318056236.19697.5.camel@Nokia-N900-42-11> Date: Sat, 8 Oct 2011 21:49:28 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <000f01cc827e$16763ec0$4362bc40$@daevid.com> <6ab8dc440718c52524fef38f12a355da@bluelife.at> <2CC33D27-ACA3-4305-A4FE-3CEC6514DEDB@hub.org> <1318056236.19697.5.camel@Nokia-N900-42-11> To: =?iso-8859-1?Q?Bernhard_Fr=F6hlich?= X-Mailer: Apple Mail (2.1244.3) Cc: freebsd-emulation@freebsd.org Subject: Re: "CPU doesn't support long mode" error message X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2011 01:49:33 -0000 On 2011-10-08, at 2:43 AM, Bernhard Fr=F6hlich wrote: > On Sa., 8. Okt. 2011 01:51:27 CEST, Hub- FreeBSD = wrote: >=20 >>=20 >> On 2011-10-04, at 7:28 AM, Bernhard Froehlich wrote: >>=20 >>> On Tue, 4 Oct 2011 03:12:12 -0700, Daevid Vincent wrote: >>>>=20 >>>> I've tried various combinations of the guest settings for: >>>>=20 >>>> . Enable IO APIC >>>>=20 >>>> . Enable PAE/NX >>>>=20 >>>> . Enable VT-x/AMD-V >>>>=20 >>>> . Enable Nested Paging >>>>=20 >>>>=20 >>>>=20 >>>> My VBox.log says: >>>>=20 >>>> 00:00:00.683 [/HWVirtExt/] (level 1) >>>>=20 >>>> 00:00:00.683 64bitEnabled =3D = 0x0000000000000000 (0) >>>=20 >>>=20 >>> You need to create a 64bit capable VM which you haven't. >>>=20 >>> http://www.virtualbox.org/manual/ch03.html#intro-64bitguests >>=20 >> Being one of those that is going through this headache right now = (have >> something to check in BIOS, but its a remote server, so haven't been >> able to yet), the above pointer / url is very much useless, >> unfortunately =85 I've read it, repeatedly, and it happily refers you = to >> the GUI =85 >>=20 >> The only thing that I found on that URL refers to "you should enable = the >> I/O APIC for virtual machines that you intend to use in 64-bit mode" = =85 >> which David stated above that he has tried =85 >>=20 >> So =85 is there something specific at that URL (beyond the I/O APIC = that >> David did try) that he and I (and potentially others) have both = missed >> for this? >=20 > It's also important to use the FreeBSD 64bit preset when creating a = new vm. Don't know which is the correct switch for that on vboxmanage. >=20 > You can also create such a vm on another box with the GUI and copy it = to your headless server or use www/phpvirtualbox. Okay, based on everything I've been able to find out, from here and othe = resources, this should work: VBoxManage createvm --basefolder /vm/1 --register --ostype Linux26_64 = --name vbox.hub.org VBoxManage modifyvm vbox.hub.org --memory 512 --nic1 bridged = --bridgeadapter1 igb0 --ioapic on VBoxManage createhd --filename /vm/1/vbox.hub.org/hdd0.vdi --size 20000 VBoxManage storagectl vbox.hub.org --name "IDE Controller" --add ide VBoxManage storageattach vbox.hub.org --storagectl "IDE Controller" = --port 0 --device 0 --type hdd --medium /vm/1/vbox.hub.org/hdd0.vdi VBoxManage storageattach vbox.hub.org --storagectl "IDE Controller" = --port 0 --device 1 --type dvddrive --medium = /vm/ISO/CentOS-5.4-x86_64-cPanel.iso VBoxHeadless --startvm vbox.hub.org --vnc --vncport 5901 --vncpass pass I still get the 'Your CPU does not support long mode' =85 and I've = triple checked, and the "Intel=AE Virtualization Technology" Setting is = enabled in the BIOS (PhoenixBIOS, Supermicro Motherboard) =85 I've just = found / enabled something called 'Intel VT for Directed I/O' as well =85 = just in case ... System is running FreeBSD 7-STABLE (a bit old, Apr 26th kernel) =85 checking vBox.log, I do see: grep -i VT VBox.log 00:00:01.075 HWACCM: No VT-x or AMD-V CPU extension found. Reason = VERR_VMX_MSR_LOCKED_OR_DISABLED Now, I did find: = http://news.metaparadigma.de/win-oracle-virtualbox-workaround-for-initiali= zation-issue-3395/ Which pretty much points everything to the BIOS =85 so I'm looking at = potential BIOS upgrades for the server to see if that will correct it =85 But, is there anything wrong with what I've done above for setting up = the VBox VM? some switch that I should be setting that isn't =85 ? From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 10 11:07:05 2011 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B618106566B for ; Mon, 10 Oct 2011 11:07:05 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 507B48FC1D for ; Mon, 10 Oct 2011 11:07:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9AB758J032354 for ; Mon, 10 Oct 2011 11:07:05 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9AB74OJ032352 for freebsd-emulation@FreeBSD.org; Mon, 10 Oct 2011 11:07:04 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Oct 2011 11:07:04 GMT Message-Id: <201110101107.p9AB74OJ032352@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 11:07:05 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 30 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 10 21:15:33 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9FF9D106566C for ; Mon, 10 Oct 2011 21:15:33 +0000 (UTC) (envelope-from daevid@daevid.com) Received: from daevid.com (mail.arborcourt.info [75.147.180.77]) by mx1.freebsd.org (Postfix) with ESMTP id 7EBCA8FC15 for ; Mon, 10 Oct 2011 21:15:33 +0000 (UTC) Received: by daevid.com (Postfix, from userid 1003) id A855BC0499E; Mon, 10 Oct 2011 14:07:07 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on daevid.com X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from daevidvw7 (207-178-4-251.wia.com [207.178.4.251]) by daevid.com (Postfix) with ESMTPA id E1ADBC04808 for ; Mon, 10 Oct 2011 14:07:06 -0700 (PDT) From: "Daevid Vincent" To: References: <000f01cc827e$16763ec0$4362bc40$@daevid.com> <6ab8dc440718c52524fef38f12a355da@bluelife.at> <2CC33D27-ACA3-4305-A4FE-3CEC6514DEDB@hub.org> <1318056236.19697.5.camel@Nokia-N900-42-11> In-Reply-To: <1318056236.19697.5.camel@Nokia-N900-42-11> Date: Mon, 10 Oct 2011 14:07:06 -0700 Message-ID: <0b1b01cc8790$913ff530$b3bfdf90$@daevid.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQDVXmFMACNYysLYRGSmWqE9BOs0UwGfGyA9AcFBHqMBQEi5nJc/XpxQ Content-Language: en-us Subject: RE: "CPU doesn't support long mode" error message X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 21:15:33 -0000 > -----Original Message----- > From: Bernhard Fr=C3=B6hlich [mailto:decke@bluelife.at] > Sent: Friday, October 07, 2011 11:44 PM > To: Hub- FreeBSD > Cc: Daevid Vincent; freebsd-emulation@freebsd.org > Subject: Re: "CPU doesn't support long mode" error message >=20 > On Sa., 8. Okt. 2011 01:51:27 CEST, Hub- FreeBSD = wrote: >=20 > > > > On 2011-10-04, at 7:28 AM, Bernhard Froehlich wrote: > > > > > On Tue, 4 Oct 2011 03:12:12 -0700, Daevid Vincent wrote: > > > > > > > > I've tried various combinations of the guest settings for: > > > > > > > > . Enable IO APIC > > > > > > > > . Enable PAE/NX > > > > > > > > . Enable VT-x/AMD-V > > > > > > > > . Enable Nested Paging > > > > > > > > > > > > > > > > My VBox.log says: > > > > > > > > 00:00:00.683 [/HWVirtExt/] (level 1) > > > > > > > > 00:00:00.683 64bitEnabled =3D > 0x0000000000000000 (0) > > > > > > > > > You need to create a 64bit capable VM which you haven't. > > > > > > http://www.virtualbox.org/manual/ch03.html#intro-64bitguests > > > > Being one of those that is going through this headache right now = (have > > something to check in BIOS, but its a remote server, so haven't been > > able to yet), the above pointer / url is very much useless, > > unfortunately =E2=80=A6 I've read it, repeatedly, and it happily = refers you to > > the GUI =E2=80=A6 > > > > The only thing that I found on that URL refers to "you should enable = the > > I/O APIC for virtual machines that you intend to use in 64-bit mode" = =E2=80=A6 > > which David stated above that he has tried =E2=80=A6 > > > > So =E2=80=A6 is there something specific at that URL (beyond the I/O = APIC that > > David did try) that he and I (and potentially others) have both = missed > > for this? >=20 > It's also important to use the FreeBSD 64bit preset when creating a = new vm. > Don't know which is the correct switch for that on vboxmanage. >=20 > You can also create such a vm on another box with the GUI and copy it = to > your headless server or use www/phpvirtualbox. So, I don't want to re-install the entire VM as it's all configured and = works great and has taken 6 months to get it to this point. Isn't there some switch or something I can set in a .xml or config file = to make it think I had used the "FreeBSD_64" setting (heck, I'm not = convinced we didn't use that actually -- how can I tell??) From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 10 22:57:58 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 723491065673 for ; Mon, 10 Oct 2011 22:57:58 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 08CAF8FC12 for ; Mon, 10 Oct 2011 22:57:57 +0000 (UTC) Received: by eyd10 with SMTP id 10so2056890eyd.13 for ; Mon, 10 Oct 2011 15:57:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5LC+MxGWsSanHvxO1BuZFa5VJdgPT9RxB/Jskt8qIFg=; b=WIqupnxIXsyQtrCNPcye1gd29YMLbFPBUI6f9WPOw/r05/8Kf8OYEadNZNZHRdUHh+ f+f+fPUi8YlhLCoquq4e4MW9tjRQD27WP1IucJVYxSLX4Tg8ezjImHcbvklQYNO8dsxH gxKEJqx6k6jaDEiu8j3iaxPQFD6c/qYDyLkvk= MIME-Version: 1.0 Received: by 10.223.75.27 with SMTP id w27mr22028834faj.11.1318287476996; Mon, 10 Oct 2011 15:57:56 -0700 (PDT) Received: by 10.223.124.197 with HTTP; Mon, 10 Oct 2011 15:57:56 -0700 (PDT) In-Reply-To: <0b1b01cc8790$913ff530$b3bfdf90$@daevid.com> References: <000f01cc827e$16763ec0$4362bc40$@daevid.com> <6ab8dc440718c52524fef38f12a355da@bluelife.at> <2CC33D27-ACA3-4305-A4FE-3CEC6514DEDB@hub.org> <1318056236.19697.5.camel@Nokia-N900-42-11> <0b1b01cc8790$913ff530$b3bfdf90$@daevid.com> Date: Mon, 10 Oct 2011 17:57:56 -0500 Message-ID: From: Adam Vande More To: Daevid Vincent Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: "CPU doesn't support long mode" error message X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 22:57:58 -0000 On Mon, Oct 10, 2011 at 4:07 PM, Daevid Vincent wrote: > > So, I don't want to re-install the entire VM as it's all configured and > works great and has taken 6 months to get it to this point. > > Isn't there some switch or something I can set in a .xml or config file to > make it think I had used the "FreeBSD_64" setting (heck, I'm not convinced > we didn't use that actually -- how can I tell??) > He's not asking you to recreate your vm disk image, he's asking you to recreate the VM container. What's the output of "VBoxManage showvminfo "? -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 12 19:53:35 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D177106564A for ; Wed, 12 Oct 2011 19:53:34 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id DC2078FC17 for ; Wed, 12 Oct 2011 19:53:33 +0000 (UTC) Received: from pd4ml3so-ssvc.prod.shaw.ca ([10.0.141.150]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 12 Oct 2011 13:38:33 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=fp/YrIG6YJuYYWILSlVONgBms0XWtFqTjqHWlNKfnDg= c=1 sm=1 a=9tmTIOASvBQA:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=2Er20JxOMs3KTlR2XTlUiQ==:17 a=dhPZ-oObAAAA:8 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=AoFyb5LdSaKBgEUflBYA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([24.68.73.211]) by pd4ml3so-dmz.prod.shaw.ca with ESMTP; 12 Oct 2011 13:38:33 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id 8003B46B88 for ; Wed, 12 Oct 2011 12:38:32 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.5/8.14.5) with ESMTP id p9CJcV5k004332 for ; Wed, 12 Oct 2011 12:38:31 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201110121938.p9CJcV5k004332@slippy.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: freebsd-emulation@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Oct 2011 12:38:31 -0700 Subject: Oracle's VirtualBox kernel module labelled 'crap' X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 19:53:35 -0000 Hi folks on emulation@, I've been using VirtualBox on FreeBSD (and Windows) for about a year. No problems on either platform. Even though my FreeBSD platform, my laptop, doesn't support SVM, I've had no problems and had only one hang on my dual core AMD system at home (may have been memory related). Check out the following article. http://www.thinq.co.uk/2011/10/12/oracles-virtualbox-kernel-mod-labelled-cra p/ Have people had problems under FreeBSD or is this a Linux-only issue? -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org The need of the many outweighs the greed of the few. From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 12 20:01:59 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10F8E106566B for ; Wed, 12 Oct 2011 20:01:59 +0000 (UTC) (envelope-from Cy.Schubert@komquats.com) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id CD0648FC12 for ; Wed, 12 Oct 2011 20:01:58 +0000 (UTC) Received: from pd2ml3so-ssvc.prod.shaw.ca ([10.0.141.148]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 12 Oct 2011 14:01:58 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.1 cv=1h8qd3w5pbyJS47frJc7V6h9QwwiBhgsQMy9mbCO+wA= c=1 sm=1 a=UbaPUn-jkZ8A:10 a=QrugwKR0C_UA:10 a=wAGQQ9Az6v0A:10 a=BLceEmwcHowA:10 a=ICAaq7hcmGcA:10 a=kj9zAlcOel0A:10 a=2Er20JxOMs3KTlR2XTlUiQ==:17 a=3DnCzxkCAAAA:8 a=dhPZ-oObAAAA:8 a=BWvPGDcYAAAA:8 a=6I5d2MoRAAAA:8 a=Rictyjs-GtDycvfCi8QA:9 a=CjuIK1q_8ugA:10 a=V7tsTZBp22UA:10 a=SV7veod9ZcQA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 Received: from unknown (HELO spqr.komquats.com) ([24.68.73.211]) by pd2ml3so-dmz.prod.shaw.ca with ESMTP; 12 Oct 2011 14:01:57 -0600 Received: from slippy.cwsent.com (slippy8 [10.2.2.6]) by spqr.komquats.com (Postfix) with ESMTP id EE23746B86; Wed, 12 Oct 2011 13:01:56 -0700 (PDT) Received: from slippy (localhost [127.0.0.1]) by slippy.cwsent.com (8.14.5/8.14.5) with ESMTP id p9CK1sW6031193; Wed, 12 Oct 2011 13:01:54 -0700 (PDT) (envelope-from Cy.Schubert@komquats.com) Message-Id: <201110122001.p9CK1sW6031193@slippy.cwsent.com> X-Mailer: exmh version 2.7.2 01/07/2005 with nmh-1.3 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: Greg Byshenk In-Reply-To: Message from Greg Byshenk of "Wed, 12 Oct 2011 12:58:54 PDT." <20111012195854.GU94623@portland.byshenk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 12 Oct 2011 13:01:54 -0700 Cc: freebsd-emulation@freebsd.org Subject: Re: Oracle's VirtualBox kernel module labelled 'crap' X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Cy Schubert List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 20:01:59 -0000 In message <20111012195854.GU94623@portland.byshenk.net>, Greg Byshenk writes: > On Wed, Oct 12, 2011 at 12:38:31PM -0700, Cy Schubert wrote: > > > I've been using VirtualBox on FreeBSD (and Windows) for about a year. No > > problems on either platform. Even though my FreeBSD platform, my laptop, > > doesn't support SVM, I've had no problems and had only one hang on my dual > > core AMD system at home (may have been memory related). Check out the > > following article. > > > > http://www.thinq.co.uk/2011/10/12/oracles-virtualbox-kernel-mod-labelled-cr > a > > p/ > > > > Have people had problems under FreeBSD or is this a Linux-only issue? > > This looks like it -is- a Linux issue, as it's related to the > Virtualbox Linux kernel module. > > I've used Virtualbox for FreeBSD quite a bit over the last year or > so, and haven't personally seen any significant problems. Thanks. Just checking with folks before I expand my use of VBox even more than I do now. -- Cheers, Cy Schubert FreeBSD UNIX: Web: http://www.FreeBSD.org From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 12 20:10:00 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF7321065675 for ; Wed, 12 Oct 2011 20:10:00 +0000 (UTC) (envelope-from byshenknet@byshenk.net) Received: from portland.byshenk.net (portland.byshenk.net [69.168.53.243]) by mx1.freebsd.org (Postfix) with ESMTP id AA4C58FC16 for ; Wed, 12 Oct 2011 20:10:00 +0000 (UTC) Received: from portland.byshenk.net (localhost [127.0.0.1]) by portland.byshenk.net (8.14.5/8.14.5) with ESMTP id p9CJwssU053213; Wed, 12 Oct 2011 12:58:54 -0700 (PDT) (envelope-from byshenknet@portland.byshenk.net) Received: (from byshenknet@localhost) by portland.byshenk.net (8.14.5/8.14.5/Submit) id p9CJwsR3053212; Wed, 12 Oct 2011 12:58:54 -0700 (PDT) (envelope-from byshenknet) Date: Wed, 12 Oct 2011 12:58:54 -0700 From: Greg Byshenk To: Cy Schubert Message-ID: <20111012195854.GU94623@portland.byshenk.net> References: <201110121938.p9CJcV5k004332@slippy.cwsent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201110121938.p9CJcV5k004332@slippy.cwsent.com> User-Agent: Mutt/1.4.2.3i X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on portland.byshenk.net Cc: freebsd-emulation@freebsd.org Subject: Re: Oracle's VirtualBox kernel module labelled 'crap' X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 20:10:00 -0000 On Wed, Oct 12, 2011 at 12:38:31PM -0700, Cy Schubert wrote: > I've been using VirtualBox on FreeBSD (and Windows) for about a year. No > problems on either platform. Even though my FreeBSD platform, my laptop, > doesn't support SVM, I've had no problems and had only one hang on my dual > core AMD system at home (may have been memory related). Check out the > following article. > > http://www.thinq.co.uk/2011/10/12/oracles-virtualbox-kernel-mod-labelled-cra > p/ > > Have people had problems under FreeBSD or is this a Linux-only issue? This looks like it -is- a Linux issue, as it's related to the Virtualbox Linux kernel module. I've used Virtualbox for FreeBSD quite a bit over the last year or so, and haven't personally seen any significant problems. -- greg byshenk - gbyshenk@byshenk.net - Leiden, NL From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 00:45:34 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A1061065670 for ; Thu, 13 Oct 2011 00:45:34 +0000 (UTC) (envelope-from daevid@daevid.com) Received: from daevid.com (mail.daevid.com [75.147.180.77]) by mx1.freebsd.org (Postfix) with ESMTP id E8A498FC16 for ; Thu, 13 Oct 2011 00:45:33 +0000 (UTC) Received: by daevid.com (Postfix, from userid 1003) id 386F1C048AB; Wed, 12 Oct 2011 17:40:14 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on daevid.com X-Spam-Level: X-Spam-Status: No, score=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, HTML_MESSAGE autolearn=ham version=3.2.5 Received: from daevidvw7 (207-178-4-251.wia.com [207.178.4.251]) by daevid.com (Postfix) with ESMTPA id D3C73C04435; Wed, 12 Oct 2011 17:39:57 -0700 (PDT) From: "Daevid Vincent" To: , "'Adam Vande More'" References: <000f01cc827e$16763ec0$4362bc40$@daevid.com> <6ab8dc440718c52524fef38f12a355da@bluelife.at> <2CC33D27-ACA3-4305-A4FE-3CEC6514DEDB@hub.org> <1318056236.19697.5.camel@Nokia-N900-42-11> <0b1b01cc8790$913ff530$b3bfdf90$@daevid.com> <001701cc892c$5671b2c0$03551840$@daevid.com> In-Reply-To: Date: Wed, 12 Oct 2011 17:39:59 -0700 Message-ID: <00b501cc8940$a3e09b20$eba1d160$@daevid.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQDVXmFMACNYysLYRGSmWqE9BOs0UwGfGyA9AcFBHqMBQEi5nAJT5KevAop2+EcCKmHWgAGR2kT9lv3kouA= Content-Language: en-us Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: "CPU doesn't support long mode" error message X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 00:45:34 -0000 Sorry, of course I agree. I hit "reply" thinking that the list was setup like every other normal list I'm on, and would reply back to the list, but apparently it's not, and you have to hit "reply all" instead. *sigh* What I've done just now is re-create a "FreeBSD_64" VM and pointed it at my existing .vdi and it does load (although networking is not working at the moment, but it's at least encouraging!) Couldn't I have just change the .vbox file to say. wrote: Name: VZ_Dev Guest OS: FreeBSD UUID: e23be440-6afa-48ad-8643-538a2fc1ffb6 Config file: C:\Users\daevid\VirtualBox VMs\VZ_Dev\VZ_Dev.vbox Snapshot folder: C:\Users\daevid\VirtualBox VMs\VZ_Dev\Snapshots Log folder: C:\Users\daevid\VirtualBox VMs\VZ_Dev\Logs Hardware UUID: e23be440-6afa-48ad-8643-538a2fc1ffb6 Memory size: 1024MB Page Fusion: off VRAM size: 32MB CPU exec cap: 100% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 1 Synthetic Cpu: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): DVD Boot Device (2): HardDisk Boot Device (3): Not Assigned Boot Device (4): Not Assigned ACPI: on IOAPIC: on PAE: on Time offset: 0 ms RTC: local time Hardw. virt.ext: on Hardw. virt.ext exclusive: off Nested Paging: on Large Pages: on VT-x VPID: on State: powered off (since 2011-10-04T09:59:48.000000000) Monitor count: 1 3D Acceleration: off 2D Video Acceleration: off Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Storage Controller Name (0): IDE Controller Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on IDE Controller (0, 0): C:\Users\daevid\VirtualBox VMs\VZ_Dev\VZ Dev.vdi (UUID: 5562b8cf-1074-402b-8b2d-c93906ec5cc6) IDE Controller (1, 0): Empty NIC 1: MAC: 080027B01048, Attachment: Bridged Interface 'Intel(R) WiFi Link 5300 AGN', Cable connected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny NIC 2: disabled NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: PS/2 Mouse Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled Audio: disabled Clipboard Mode: Bidirectional VRDE: disabled USB: disabled USB Device Filters: Available remote USB devices: Currently Attached USB Devices: Shared folders: VRDE Connection: not active Clients so far: 0 Description: root / root developer / [no password] Guest: Configured memory balloon size: 0 MB OS type: FreeBSD Additions run level: 0 Guest Facilities: No active facilities. From: Adam Vande More [mailto:amvandemore@gmail.com] Sent: Monday, October 10, 2011 3:58 PM To: Daevid Vincent Cc: freebsd-emulation@freebsd.org Subject: Re: "CPU doesn't support long mode" error message On Mon, Oct 10, 2011 at 4:07 PM, Daevid Vincent wrote: So, I don't want to re-install the entire VM as it's all configured and works great and has taken 6 months to get it to this point. Isn't there some switch or something I can set in a .xml or config file to make it think I had used the "FreeBSD_64" setting (heck, I'm not convinced we didn't use that actually -- how can I tell??) He's not asking you to recreate your vm disk image, he's asking you to recreate the VM container. What's the output of "VBoxManage showvminfo "? -- Adam Vande More -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 01:35:12 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 871B9106564A for ; Thu, 13 Oct 2011 01:35:12 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1347F8FC08 for ; Thu, 13 Oct 2011 01:35:11 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so947782bkb.13 for ; Wed, 12 Oct 2011 18:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=olsqZskjskrCdAJe0lQ4qUhOLBJcRGmtCR42EjcEbhk=; b=c1cGra2wiu+VdKCAAzlwV2T2YEopMEgBUO02Q8UvkEg4/suzdu2WuZ7kzPwSq957DO 3Ibg+eSRyAJEcSFdeUW/F/VcShoUgZ38huQWC5h/PVCU4fgARmsLksQIxGpothFEIzbX vA0S2UeM/4zmym1mYu18EEV3JYmCldUkriRTo= MIME-Version: 1.0 Received: by 10.223.15.147 with SMTP id k19mr2474104faa.26.1318469710674; Wed, 12 Oct 2011 18:35:10 -0700 (PDT) Received: by 10.223.124.197 with HTTP; Wed, 12 Oct 2011 18:35:10 -0700 (PDT) In-Reply-To: <00b501cc8940$a3e09b20$eba1d160$@daevid.com> References: <000f01cc827e$16763ec0$4362bc40$@daevid.com> <6ab8dc440718c52524fef38f12a355da@bluelife.at> <2CC33D27-ACA3-4305-A4FE-3CEC6514DEDB@hub.org> <1318056236.19697.5.camel@Nokia-N900-42-11> <0b1b01cc8790$913ff530$b3bfdf90$@daevid.com> <001701cc892c$5671b2c0$03551840$@daevid.com> <00b501cc8940$a3e09b20$eba1d160$@daevid.com> Date: Wed, 12 Oct 2011 20:35:10 -0500 Message-ID: From: Adam Vande More To: Daevid Vincent Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: "CPU doesn't support long mode" error message X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 01:35:12 -0000 On Wed, Oct 12, 2011 at 7:39 PM, Daevid Vincent wrote: > Sorry, of course I agree. I hit =93reply=94 thinking that the list was se= tup > like every other normal list I=92m on, and would reply back to the list, = but > apparently it=92s not, and you have to hit =93reply all=94 instead. **sig= h****** > > ** ** > > What I=92ve done just now is re-create a =93FreeBSD_64=94 VM and pointed = it at my > existing .vdi and it does load (although networking is not working at the > moment, but it=92s at least encouraging!)**** > > ** ** > > Couldn=92t I have just change the .vbox file to say=85**** > > OSType=3D"FreeBSD_64" ?? Or is there more to it than that?**** > > Yes, you've gotten the cause. I don't know if Vbox keeps some mapping othe= r than the .vbox file, but the general way of doing it is "VBoxManage modifyvm --ostype " You can list os types with: "VBoxManage list ostypes" And find almost everything you'll need to know about it here: http://www.virtualbox.org/manual/ch08.html --=20 Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 11:58:20 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49F5C106568B for ; Thu, 13 Oct 2011 11:58:20 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D59458FC0A for ; Thu, 13 Oct 2011 11:58:19 +0000 (UTC) Received: by eyd10 with SMTP id 10so2270637eyd.13 for ; Thu, 13 Oct 2011 04:58:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=1RdRl7mRLyS9/5qdLL2IAvHu1JCJyN97W9CMfiecoq4=; b=tHS00kOY5w/PO1yleKkYWWlCcxHoFbY0P7bqyXyFjnMCQkS0dUjzakbp6aWtwT4aSA 1SFbVKB+xpcuiu/B8fwIgSXakdouL2nGwJfN3qhcsBGpyx933JCz/Ei9pWl+izi4E9/Y pm9TbGAo7mjnfd0wcLL9iY1Ef1V2BNxpAqcE0= MIME-Version: 1.0 Received: by 10.213.114.82 with SMTP id d18mr1293058ebq.103.1318505402936; Thu, 13 Oct 2011 04:30:02 -0700 (PDT) Received: by 10.213.113.10 with HTTP; Thu, 13 Oct 2011 04:30:02 -0700 (PDT) Date: Thu, 13 Oct 2011 06:30:02 -0500 Message-ID: From: Zhihao Yuan To: freebsd-emulation@freebsd.org X-Mailman-Approved-At: Thu, 13 Oct 2011 16:00:06 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: VirtualBox 4.0.12 still gives me NS_ERROR_FAILURE X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 11:58:20 -0000 Hi, I know that it's commonly seen problem and I see lots of "solved" threads in Google. But the thing is, after I made sure the world and kernel are synchronized, everything, kmod are rebuilt, I'm in vboxusers grounp, but I still get this error whenever I want to start a VM. I don't get it... -- Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 17:08:13 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 74DF8106564A for ; Thu, 13 Oct 2011 17:08:13 +0000 (UTC) (envelope-from rwa@athabascau.ca) Received: from smtp.athabascau.ca (smtp.athabascau.ca [131.232.10.21]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9F08FC0C for ; Thu, 13 Oct 2011 17:08:13 +0000 (UTC) Received: from CONVERSION-DAEMON.local.athabascau.ca by local.athabascau.ca (PMDF V6.2-1x12 #31425) id <0LT00UV01JIGCV@local.athabascau.ca> for freebsd-emulation@freebsd.org; Thu, 13 Oct 2011 10:37:28 -0600 (MDT) Received: from autopsy.pc.athabascau.ca ([131.232.4.80]) by local.athabascau.ca (PMDF V6.2-1x12 #31425) with ESMTPS id <0LT00UT4OJIFNG@local.athabascau.ca> for freebsd-emulation@freebsd.org; Thu, 13 Oct 2011 10:37:28 -0600 (MDT) Date: Thu, 13 Oct 2011 10:37:27 -0600 (MDT) From: Ross Alexander X-X-Sender: rwa@autopsy.pc.athabascau.ca To: freebsd-emulation@freebsd.org Message-id: Organization: Athabasca University X-Envelope-from: rwa@athabascau.ca MIME-version: 1.0 Content-type: TEXT/PLAIN; format=flowed; charset=US-ASCII User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) Subject: virtualbox CARP interface regression X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 17:08:13 -0000 Folks, I'm noticing that OpenBSD guests under vbox 4.1.2/FreeBSD-8-stable don't seem to be able to form proper CARP groups on internal networks. The emulated CARP interfaces report as good within the guest OpenBSD machines, and CARP failover reports operation as usual. BUT, other guests on the same internal net can't hit the CARP address. Reverting to virtualbox-ose-legacy fixes this. CARPs, and even carpnode load sharing, then work fine. Can anyone offer some insight? Perhaps there's an option setting I've missed? The machine in question was csup'd to 8-stable and then fully rebuilt (buildworld) on Wednesday 12 October. Both versions of vbox + vbox-kmod were then successively built from the ports tree and tested against the same set of guest images. FWIW, pinging a carp in the 4.1 situation yields a valid arp cache entry on the sending end, but a tcpdump on the receiving interface comes up empty. regards, Ross -- Ross Alexander, (780) 675-6823 desk / (780) 689-0749 cell, rwa@athabascau.ca "Always do right. This will gratify some people, and astound the rest." -- Samuel Clemens -- This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed. --- From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 17:23:12 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2855C106564A for ; Thu, 13 Oct 2011 17:23:12 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 973EC8FC0C for ; Thu, 13 Oct 2011 17:23:11 +0000 (UTC) Received: from [46.206.35.1] (46.206.35.1) by groupware.itac.at (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 31EB88; Thu, 13 Oct 2011 19:23:33 +0200 From: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= To: Zhihao Yuan , freebsd-emulation@freebsd.org X-Mailer: Modest 3.90.7 References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-ID: <1318526624.3029.4.camel@Nokia-N900-42-11> Date: Thu, 13 Oct 2011 19:23:45 +0200 Message-Id: <1318526625.3029.5.camel@Nokia-N900-42-11> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B0206.4E971E7D.015B,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: Subject: Re: VirtualBox 4.0.12 still gives me NS_ERROR_FAILURE X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 17:23:12 -0000 On Do., 13. Okt. 2011 13:30:02 CEST, Zhihao Yuan wrote: > Hi, > > I know that it's commonly seen problem and I see lots of "solved" > threads in Google. But the thing is, after I made sure the world and > kernel are synchronized, everything, kmod are rebuilt, I'm in vboxusers > grounp, but I still get this error whenever I want to start a VM. I > don't get it... You could try to have a look at your ~/VM Machines/machine/logs/VBox.log to see what causes the problem. From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 17:09:42 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD5BA1065670 for ; Thu, 13 Oct 2011 17:09:42 +0000 (UTC) (envelope-from karel@lovetemple.net) Received: from mta-13.siol.net (mta-13.siol.net [193.189.160.143]) by mx1.freebsd.org (Postfix) with ESMTP id 297CE8FC0A for ; Thu, 13 Oct 2011 17:09:41 +0000 (UTC) Received: from mail-7.siol.net ([10.10.10.108]) by mta-13.siol.net with ESMTP id <20111013165342.IQPD6018.mta-13.siol.net@mail-7.siol.net>; Thu, 13 Oct 2011 18:53:42 +0200 Received: from gate.unitedpeople.net ([109.182.60.160]) by mail-7.siol.net with ESMTP id <20111013165342.PCHG28735.mail-7.siol.net@gate.unitedpeople.net>; Thu, 13 Oct 2011 18:53:42 +0200 Received: from tp.unitedpeople.net (tp.unitedpeople.net [192.168.0.149]) by gate.unitedpeople.net (8.14.5/8.14.5) with ESMTP id p9DGrdff024505; Thu, 13 Oct 2011 18:53:40 +0200 (CEST) (envelope-from karel@lovetemple.net) Message-ID: <4E971793.20900@lovetemple.net> Date: Thu, 13 Oct 2011 18:53:39 +0200 From: Karel Miklav User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:7.0.1) Gecko/20111005 Thunderbird/7.0.1 MIME-Version: 1.0 To: Cy Schubert References: <201110121938.p9CJcV5k004332@slippy.cwsent.com> In-Reply-To: <201110121938.p9CJcV5k004332@slippy.cwsent.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Cloudmark-Analysis: v=1.1 cv=I8HckyK7Pv8xQYTw9+c+M9ybjra5/y8zvlHFOZZNRho= c=1 sm=0 a=rJyM5NEl_58A:10 a=UbaPUn-jkZ8A:10 a=ZEoGS5-bsn0A:10 a=8nJEP1OIZ-IA:10 a=n4Y02hGUr7FcPZU33t0A:9 a=wPNLvfGTeEIA:10 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117 X-Mailman-Approved-At: Thu, 13 Oct 2011 18:22:16 +0000 Cc: freebsd-emulation@freebsd.org Subject: Re: Oracle's VirtualBox kernel module labelled 'crap' X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 17:09:42 -0000 On 12.10.2011 21:38, Cy Schubert wrote: > Have people had problems under FreeBSD or is this a Linux-only issue? Avoiding lock-ins and funny deals I ended exclusively using VirtualBox emulating Windoze and FreeBSD on both platforms. It's a clean way to have Unix tools on Windoze and do some easy video editing and real-time audio inside FreeBSD and more. I only had problems running Windoze 95 and OSX as guests. Good luck, KM From owner-freebsd-emulation@FreeBSD.ORG Thu Oct 13 18:27:31 2011 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8A101065672 for ; Thu, 13 Oct 2011 18:27:31 +0000 (UTC) (envelope-from lichray@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 693088FC13 for ; Thu, 13 Oct 2011 18:27:31 +0000 (UTC) Received: by eyd10 with SMTP id 10so408235eyd.13 for ; Thu, 13 Oct 2011 11:27:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Mfxfevqr51BhFov73ng8rUsxxf54lT3UPHV3BPW8k7w=; b=ctW0/m+BB1quXt/Wr57eXfcC1NpZoWdAxF/snT0QpZblwSy23BvOuh2p3eoY61COCg Yh+gNjD/T2IFOF1AvUSwkcIpysv2ChAy48YyXDaaSkfoVsIg44Cv2bw5Wz4B03yv0VIu A5XdBim6NtDoPafgQvDkFiJQaIBbRSxAeol00= MIME-Version: 1.0 Received: by 10.213.27.212 with SMTP id j20mr211165ebc.65.1318530450104; Thu, 13 Oct 2011 11:27:30 -0700 (PDT) Received: by 10.213.113.10 with HTTP; Thu, 13 Oct 2011 11:27:30 -0700 (PDT) In-Reply-To: <1318526625.3029.5.camel@Nokia-N900-42-11> References: <1318526625.3029.5.camel@Nokia-N900-42-11> Date: Thu, 13 Oct 2011 13:27:30 -0500 Message-ID: From: Zhihao Yuan To: =?UTF-8?Q?Bernhard_Fr=C3=B6hlich?= X-Mailman-Approved-At: Thu, 13 Oct 2011 18:30:42 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: VirtualBox 4.0.12 still gives me NS_ERROR_FAILURE X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Oct 2011 18:27:32 -0000 2011/10/13 Bernhard Fr=C3=B6hlich > On Do., 13. Okt. 2011 13:30:02 CEST, Zhihao Yuan > wrote: > > > Hi, > > > > I know that it's commonly seen problem and I see lots of "solved" > > threads in Google. But the thing is, after I made sure the world and > > kernel are synchronized, everything, kmod are rebuilt, I'm in vboxusers > > grounp, but I still get this error whenever I want to start a VM. I > > don't get it... > > You could try to have a look at your ~/VM Machines/machine/logs/VBox.log = to > see what causes the problem. > > I named my VM as 'test' and I saw no log file, no deeper directory under ~/VM Machines/test, and the log viewer says 'no log file found'. --=20 Zhihao Yuan, nickname lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/