From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 18:25:17 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A174DC6 for ; Thu, 28 Aug 2014 18:25:17 +0000 (UTC) Received: from mail-pa0-x234.google.com (mail-pa0-x234.google.com [IPv6:2607:f8b0:400e:c03::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC121CB1 for ; Thu, 28 Aug 2014 18:25:17 +0000 (UTC) Received: by mail-pa0-f52.google.com with SMTP id eu11so3553150pac.39 for ; Thu, 28 Aug 2014 11:25:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/MZbdUQwn3O+Osc5F+bO1Fg1Rz0r7tPWT0ZNX/fCy5I=; b=o4k//6nx4ks10yR64XA/jrC3zsmqoI2ROf2zTNOc/BgjwG/lz1rTLBDhCddK0OOdQR 5th3xTISPryR6Dpfx+wF+/ec6BZ4SxAPBq7l1i9c+ciChJrvZqslIbfbpRDU2pESaKQW zRcgScONC/PPZQ0MLaRhEWpr+4LpYlxt5MT57sq3DC57kLw9Xcbfwqj0DWkXbO58OoUy lsU5rvaM3Vl4J6RF7c7eyW4FdpR8+BOumZRj/8nLb2x2XqWJhUBaUcuoQifEAv6RGVXJ 4PfMFXu/NTO/WJr7b1ENKzWs6oPgZPdd4sN6wrFLSuNCWlvgYFowRIYcbeZkCAB2k8FU Wm7Q== MIME-Version: 1.0 X-Received: by 10.68.57.144 with SMTP id i16mr8739884pbq.48.1409250313319; Thu, 28 Aug 2014 11:25:13 -0700 (PDT) Received: by 10.70.118.132 with HTTP; Thu, 28 Aug 2014 11:25:13 -0700 (PDT) In-Reply-To: <53FF719C.4040905@hiwaay.net> References: <53FF4E13.6060703@hiwaay.net> <53FF719C.4040905@hiwaay.net> Date: Thu, 28 Aug 2014 13:25:13 -0500 Message-ID: Subject: Re: Virtualbox questions .... From: Adam Vande More To: "William A. Mahaffey III" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD Questions !!!! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 18:25:17 -0000 On Thu, Aug 28, 2014 at 1:14 PM, William A. Mahaffey III wrote: > > I followed the directions in order, & the 1st thing it did was load the > kernel module .... > > > [root@kabini1, /etc, 1:13:41pm] 539 % kldstat > Id Refs Address Size Name > 1 20 0xffffffff80200000 1611638 kernel > 2 1 0xffffffff81812000 a890 geom_stripe.ko > 3 1 0xffffffff8181d000 3cb8 amdtemp.ko > 4 1 0xffffffff81a12000 121fa ipfw.ko > 5 1 0xffffffff81a25000 9fd4 linprocfs.ko > 6 1 0xffffffff81a2f000 46f64 linux.ko > 7 1 0xffffffff81a76000 3615f vboxdrv.ko > [root@kabini1, /etc, 1:13:44pm] 540 % > > > Note last entry .... > > > > On 08/28/14 11:34, Adam Vande More wrote: > >> On Thu, Aug 28, 2014 at 10:43 AM, William A. Mahaffey III > > >> wrote: >> >> >>> I just pkg-installed virtualbox-ose virtualbox-ose-additions >>> virtualbox-ose-kmod & whatever they wanted as dependencies. I followed >>> most >>> of the directions at https://www.freebsd.org/doc/en_US.ISO8859-1/books/ >>> handbook/virtualization-host-virtualbox.html, until I got down to the >>> part about changing permissions for |/dev/vboxnetctl .... there is no >>> such >>> animal on my box (FBSD 9.3 64-bit, new install) .... >>> >> >> Because you don't have the kernel module loaded. Assuming you are >> diligently following the instructions > > See above and below: "To use the kernel modules that allow bridged or host-only networking, add the following to /etc/rc.conf and reboot the computer:" -- Adam