From owner-freebsd-virtualization@FreeBSD.ORG Tue Nov 4 17:14:26 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 865FFE1A for ; Tue, 4 Nov 2014 17:14:26 +0000 (UTC) Received: from mx1.scaleengine.net (beauharnois2.bhs1.scaleengine.net [142.4.218.15]) by mx1.freebsd.org (Postfix) with ESMTP id 63FCEFBC for ; Tue, 4 Nov 2014 17:14:26 +0000 (UTC) Received: from [172.16.1.137] (50-206-19-250-static.hfc.comcastbusiness.net [50.206.19.250]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 9380268EB4 for ; Tue, 4 Nov 2014 17:14:25 +0000 (UTC) Message-ID: <54590971.9080800@freebsd.org> Date: Tue, 04 Nov 2014 12:14:25 -0500 From: Allan Jude User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: freebsd-virtualization@freebsd.org Subject: Re: VIMAGE and VirtualBox networking question References: <5458F7ED.4030205@gmx.com> In-Reply-To: <5458F7ED.4030205@gmx.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Nov 2014 17:14:26 -0000 On 11/04/2014 10:59, Nikos Vassiliadis wrote: > Hi people:) > > I just tried to use VirtualBox on my system and I used the fastest way > "pkg install" etc. My kernel is VIMAGE-enabled and I have had some > instant reboots while trying to setup VirtualBox networking. > > I suppose I just have to build the module for a VIMAGE kernel, right? > > Thanks! > > Nikos > _______________________________________________ > freebsd-virtualization@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization > To unsubscribe, send any mail to > "freebsd-virtualization-unsubscribe@freebsd.org" The problem is likely that the virtualbox kernel modules needs to be exactly in sync with your kernel. The official pkgs build against the oldest version of the supported branch (10.0), so the module will probably not work on 10.1. Since you are compiling a custom kernel, you should probably build VirtualBox from source to get an exactly matched kernel module, and see if that solves your issues. -- Allan Jude