From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 11 16:01:36 2009 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 59E46106566B for ; Wed, 11 Nov 2009 16:01:36 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 1488A8FC0C for ; Wed, 11 Nov 2009 16:01:35 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.50) id 1N8FdN-000824-1p for freebsd-emulation@freebsd.org; Wed, 11 Nov 2009 17:01:25 +0100 Received: from 78-1-155-113.adsl.net.t-com.hr ([78.1.155.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 17:01:25 +0100 Received: from ivoras by 78-1-155-113.adsl.net.t-com.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 11 Nov 2009 17:01:25 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Ivan Voras Date: Wed, 11 Nov 2009 17:00:45 +0100 Lines: 31 Message-ID: References: <20091111154233.5c9d08ed.daichi@ongs.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 78-1-155-113.adsl.net.t-com.hr User-Agent: Thunderbird 2.0.0.21 (X11/20090612) In-Reply-To: <20091111154233.5c9d08ed.daichi@ongs.co.jp> Sender: news Subject: Re: VirtualBox 3.0.51.r22902 on CURRENT/amd64 leads system freeze within bridge networking 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, 11 Nov 2009 16:01:36 -0000 Daichi GOTO wrote: > I have tried to use VirtualBox 3.0.51.r22902 within bridge > networking. In any ways, VirtualBox gets system freeze. I'm using virtualbox-3.0.51.r23073 and it works fine, though with a difference to your setup: > > Environment: > VirtualBox 3.0.51.r22902 > FreeBSD 9.0-CURRENT (Fri Nov 6 10:09:25 JST 2009) amd64 Mine is 8.0-RC2 > Core2Quad Q8300 (xVT not supported version) VT is supported on mine. > Method #1 > kldload vboxdrv > kldload vboxnetflt > kldload vboxnetadp > VirtualBox -> Bridge Networking -> choose of re0 > (re0 is used on host) > GuestOS starts boot and host gets freeze immediately I'm only loading vboxdrv and vboxnetflt. My guest is WinXP 32-bit. Are you sure it's a freeze and not a panic/break to debugger in text console?