From owner-freebsd-virtualization@FreeBSD.ORG Sat Nov 15 16:13:00 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 753FEDDB for ; Sat, 15 Nov 2014 16:13:00 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mout.gmx.net", Issuer "TeleSec ServerPass DE-1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D2809C2 for ; Sat, 15 Nov 2014 16:13:00 +0000 (UTC) Received: from portis.head.local ([109.193.238.174]) by mail.gmx.com (mrgmx001) with ESMTPSA (Nemesis) id 0MQiVh-1XPzig2g7Z-00U0AA; Sat, 15 Nov 2014 17:12:52 +0100 Message-ID: <54677B7B.4080202@gmx.com> Date: Sat, 15 Nov 2014 17:12:43 +0100 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Peter Ross , freebsd-virtualization@freebsd.org Subject: Re: VIMAGE and VirtualBox networking question References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:CsL2nKhB5NwA+cWGJ4Krm7o6DHzj2xWUhd2GgflF3AL/88xTHaJ AWGwhUdxx9rfVh2cmuzhlFyfxHFPv24CH0MXq3wQJz+ws8jMTzUfPgWaC1O3kELOS2U3bah YiPBJLrFVj2lbW4/mWzLXdTZskGD5m8N3iI3MAZFsTm3VuDhkSJEQ7wUC2xJTw5vHQ+X/4+ k15a8S96HK+GfWZDruxVw== X-UI-Out-Filterresults: notjunk:1; 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: Sat, 15 Nov 2014 16:13:00 -0000 On 11/11/14 00:39, Peter Ross wrote: > Nikos Vassiliadis wrote: > >> On 11/05/14 00:29, Manas Bhatnagar wrote: > >>> Install ports tree in a temporary location (another computer or >>> something), grab the required folder and move it to the computer that >>> you want to install the port on and do 'make install clean' ? >>> probably won't work like that, you would need to make sure the >>> directories for dependencies are there too :o) > >> Tried to do this with a full ports tree and I stopped it after gcc >> started to build. > > BTW: You need /usr/src available for the creation of the package. > Preferably matching the kernel you want to install it.. > > I do this regularly (but without VIMAGE) in a jail where I build all my > packages. ("make install" and "pkg create" in a script) > > I do all updates from source. I only update kernel, user land and ports > when security is at risk. Usually independent from each other. > > But VirtualBox is an exception. I update kernel and VirtualBox at the > same time. > > I was not brave enough to enable VIMAGE and VirtualBox on the same > server. But I may do that soon. I plan a major reconfiguration ca. end > of the year. I hope it is stable enough. Hi, Just want to add that everything works as expected with VIMAGE and VBox.