From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 3 10:55:28 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 C6FB61065672 for ; Thu, 3 Sep 2009 10:55:28 +0000 (UTC) (envelope-from gustau.perez@gmail.com) Received: from dash.upc.es (dash.upc.es [147.83.2.50]) by mx1.freebsd.org (Postfix) with ESMTP id 39C6C8FC16 for ; Thu, 3 Sep 2009 10:55:27 +0000 (UTC) Received: from ackerman2.upc.es (ackerman2.upc.es [147.83.2.244]) by dash.upc.es (8.14.1/8.13.1) with ESMTP id n837e0hR002918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Thu, 3 Sep 2009 09:40:00 +0200 Received: from [147.83.40.234] ([147.83.40.234]) (authenticated bits=0) by ackerman2.upc.es (8.13.8/8.13.8) with ESMTP id n837dxLo029938 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 3 Sep 2009 09:39:59 +0200 Message-ID: <4A9F8E66.7020408@gmail.com> Date: Thu, 03 Sep 2009 09:37:42 +0000 From: Gustau Perez User-Agent: Thunderbird 2.0.0.17pre (X11/20090808) MIME-Version: 1.0 CC: freebsd-emulation@freebsd.org References: <4A8EB3D2.7010109@shapeshifter.se> <4A9E6481.9070200@shapeshifter.se> In-Reply-To: <4A9E6481.9070200@shapeshifter.se> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (dash.upc.es [147.83.2.50]); Thu, 03 Sep 2009 09:40:00 +0200 (CEST) Subject: Re: VirtualBox bridged adapter (vboxnetflt) 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, 03 Sep 2009 10:55:28 -0000 Fredrik Lindberg wrote: > > Test if you're interested and report failures/successes. Hi, tried your patches against FreeBSD 8.0BETA3/i386-SMP. When selecting an interface and configuring it as a bridged one, it finds all my host interfaces. I can select one of them (in my case bge0), but when I try to start the vm it gives me the following error : ******************* Failed to open/create the internal network 'HostInterfaceNetworking-bge0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). Unknown error creating VM (VERR_SUPDRV_COMPONENT_NOT_FOUND). Details Result Code : NS_ERROR_FAILURE (0x80004005) Component : Console Interface : IConsole {0a51994b-cbc6-4686-94eb-d4e4023280e2} ******************* Your previous set of patches worked fine. I'll try in a 7.2-STABLE in a while a let you know my results. Greets, Gus