From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 18:27:35 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 5BBE2F11 for ; Thu, 28 Aug 2014 18:27:35 +0000 (UTC) Received: from mail-qg0-f41.google.com (mail-qg0-f41.google.com [209.85.192.41]) (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 1750A1CE6 for ; Thu, 28 Aug 2014 18:27:34 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id i50so1182524qgf.28 for ; Thu, 28 Aug 2014 11:27:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=B1iQTtWo03GPFAaa4VJX7cpOOVtYlQvuHTR9RSldfcQ=; b=FWdQQHsO7/R/Gaq82ZXsItMCCD/554B+4na4rV6kGIgjm1n7+/b69+Zw8mCw1pkHll 7G4wzTjk+eD+iEBQ+D0CAEBA9fUtu/XUoer6ycP3aygXw7WLk/P47Ib4GZ+cPjZMS8gS hwaNEs+f+tDAm8uULfFxZJTGhzl62bpCcsXHhMhGG3sMdYvapyeMq2LGDSRk9KksPuDX FGUbGFRtKZksC8Vp2I2NuRYI3JJGr82y2JtH84zbq5nEQZf70Y/rhzpEVhDUb1yS5d+8 tdYpkhPtxTC9Tx/KMzEqs2t7PNjT681sppT9Y8B2gtAQqi9dL8AMkpznbvJa/J7waMGO oqcw== X-Gm-Message-State: ALoCoQlNFcwho2nJjx2BP4rxjHVnB33QJFZXemx1FVo2YgA1M2JjrjEJyMDUi4iSKlRP8ETXz+fV X-Received: by 10.224.19.138 with SMTP id a10mr9059832qab.98.1409250110606; Thu, 28 Aug 2014 11:21:50 -0700 (PDT) Received: from [192.168.2.65] ([96.236.21.80]) by mx.google.com with ESMTPSA id 106sm6681536qgo.16.2014.08.28.11.21.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 28 Aug 2014 11:21:49 -0700 (PDT) Subject: Re: Virtualbox questions .... Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 From: Paul Kraus In-Reply-To: <53FF719C.4040905@hiwaay.net> Date: Thu, 28 Aug 2014 14:21:48 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <72D08E5E-3EEF-45ED-804E-0288EFEF1F6E@kraus-haus.org> References: <53FF4E13.6060703@hiwaay.net> <53FF719C.4040905@hiwaay.net> To: "William A. Mahaffey III" X-Mailer: Apple Mail (2.1878.6) 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:27:35 -0000 On Aug 28, 2014, at 14:14, William A. Mahaffey III = wrote: > I followed the directions in order, & the 1st thing it did was load = the kernel module .... >=20 >=20 > [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 % >=20 > Note last entry =85. IIRC, there are at least 2 kernel modules. One for the VM itself and the = other for the network stack for the VM. I would try rebooting and see if = it loads after a reboot. [pkraus@host2 ~]$ cat /etc/rc.conf=20 hostname=3D"host2=94 vboxnet_enable=3D"YES" [pkraus@host2 ~]$ kldstat Id Refs Address Size Name 1 19 0xffffffff80200000 1323408 kernel 2 1 0xffffffff81524000 2084f8 zfs.ko 3 2 0xffffffff8172d000 5c68 opensolaris.ko 4 3 0xffffffff81734000 5b120 vboxdrv.ko 5 2 0xffffffff81812000 2d0d vboxnetflt.ko 6 2 0xffffffff81815000 87b2 netgraph.ko 7 1 0xffffffff8181e000 1579 ng_ether.ko 8 1 0xffffffff81820000 4046 vboxnetadp.ko [pkraus@host2 ~]$=20 I see three vbox modules. FreeBSD 9.1 and [pkraus@host2 ~]$ VBoxManage --version 4.2.12_OSEr84980 [pkraus@host2 ~]$=20 -- Paul Kraus paul@kraus-haus.org