From owner-freebsd-current@FreeBSD.ORG Tue Feb 23 18:03:46 2010 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 22B271065695 for ; Tue, 23 Feb 2010 18:03:46 +0000 (UTC) (envelope-from shuvaev@physik.uni-wuerzburg.de) Received: from mailrelay.rz.uni-wuerzburg.de (mailrelay.rz.uni-wuerzburg.de [132.187.3.28]) by mx1.freebsd.org (Postfix) with ESMTP id C7A418FC24 for ; Tue, 23 Feb 2010 18:03:45 +0000 (UTC) Received: from virusscan.mail (localhost [127.0.0.1]) by mailrelay.mail (Postfix) with ESMTP id 3B28B5ACDA; Tue, 23 Feb 2010 19:03:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by virusscan.mail (Postfix) with ESMTP id 38D3F5ACCC; Tue, 23 Feb 2010 19:03:41 +0100 (CET) X-Virus-Scanned: by amavisd-new at uni-wuerzburg.de Received: from mail.physik.uni-wuerzburg.de (wthp192.physik.uni-wuerzburg.de [132.187.40.192]) by mailmaster.uni-wuerzburg.de (Postfix) with ESMTP id 1A0955D7DF; Tue, 23 Feb 2010 19:03:41 +0100 (CET) Received: from wep4035 ([132.187.37.35]) by mail.physik.uni-wuerzburg.de (Lotus Domino Release 8.5.1FP1) with ESMTP id 2010022319033966-42704 ; Tue, 23 Feb 2010 19:03:39 +0100 Received: by wep4035 (sSMTP sendmail emulation); Tue, 23 Feb 2010 19:03:39 +0100 Date: Tue, 23 Feb 2010 19:03:39 +0100 From: Alexey Shuvaev To: Ian FREISLICH Message-ID: <20100223180339.GA71618@wep4035.physik.uni-wuerzburg.de> References: MIME-Version: 1.0 In-Reply-To: Organization: Universitaet Wuerzburg User-Agent: Mutt/1.5.20 (2009-06-14) X-MIMETrack: Itemize by SMTP Server on domino1/uni-wuerzburg(Release 8.5.1FP1|January 05, 2010) at 02/23/2010 07:03:40 PM, Serialize by Router on domino1/uni-wuerzburg(Release 8.5.1FP1|January 05, 2010) at 02/23/2010 07:03:40 PM, Serialize complete at 02/23/2010 07:03:40 PM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: current@freebsd.org Subject: Re: Virtualbox X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 23 Feb 2010 18:03:46 -0000 On Tue, Feb 23, 2010 at 06:20:22PM +0200, Ian FREISLICH wrote: > Hi > > Has anyone managed to make Virtualbox work on 9-Current? Since > installing 3.1.2-OSE VMs, all brand new, abort on startup. > > The last part of the log seems pertinent: > > 00:00:15.481 !!Assertion Failed!! > 00:00:15.481 Expression: paPages[i].Phys != 0 && paPages[i].Phys != NIL_RTHCPHYS && !(paPages[i].Phys & PAGE_OFFSET_MASK) > 00:00:15.481 Location : /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.1.2_OSE/src/VBox/VMM/MMHyper.cpp(610) int MMR3HyperMapPages(VM*, void*, RTR0PTR, size_t, const SUPPAGE*, const char*, RTGCPTR64*) > 00:00:15.482 i=0x0 Phys=0000000000000000 Heap > > Does anyone have any ideas? > Me not. Just FYI: ~> VBoxManage startvm WinXP --type sdl VirtualBox Command Line Management Interface Version 3.1.2_OSE (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. Waiting for the remote session to open... Remote session has been successfully opened. ~> uname -a FreeBSD wep4035 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r202285: Thu Jan 14 19:04:21 CET 2010 root@wep4035:/usr/obj/usr/src/sys/GENERIC amd64 ~> sysctl vm.pmap.pg_ps_enabled vm.pmap.pg_ps_enabled: 1 ~> cat /boot/loader.conf loader_logo="beastie" ichsmb_load="YES" snd_hda_load="YES" speaker_load="YES" i915_load="YES" linux_load="YES" vboxdrv_load="YES" The virtial machine was newly created and installed already on this CURRENT. 0.02$, Alexey.