From owner-freebsd-questions@FreeBSD.ORG Thu Aug 28 16:35:00 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CCE515B for ; Thu, 28 Aug 2014 16:35:00 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (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 543F81E7D for ; Thu, 28 Aug 2014 16:35:00 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id et14so3205090pad.30 for ; Thu, 28 Aug 2014 09:34:58 -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=p8gHt+7VaqTxM9H80lG8R4kUaFm+6/yqbOzGy1hjyvE=; b=TL520298WNgexb9qGYI+W/a9FKoi6GJ+C5+wJrkpfeLi3/Y5gQGDH7kGstyhiPTs7o Ifyu159Fhxwd70wDBh7EsOLwLDxEKZmU3ZNQUUwA4bXkXPf7o+p7U1vATGvWidxZ+cq8 l45RzY+LAPQjPVezCLFsXQucSOxyWcYeby1rbs3ETDBXS2mz61bTCsToAHkuA808luCt /1yWTFikH95Wr3C7xP5e81IAaFTTCFdI50RcBH7DqlrpL3/fnyPs8zKsAvF5/4NfQWTi QDJ/tLcKQZrXEdw9cnpCTCEKkTP3RbZkdyNWuLc3s1XkijZSkyZ9wm5I7uClhJDwaBLQ 6H1w== MIME-Version: 1.0 X-Received: by 10.68.132.10 with SMTP id oq10mr7683682pbb.132.1409243697899; Thu, 28 Aug 2014 09:34:57 -0700 (PDT) Received: by 10.70.118.132 with HTTP; Thu, 28 Aug 2014 09:34:57 -0700 (PDT) In-Reply-To: <53FF4E13.6060703@hiwaay.net> References: <53FF4E13.6060703@hiwaay.net> Date: Thu, 28 Aug 2014 11:34:57 -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 16:35:00 -0000 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 and you want to permanently change these permissions, you should follow those instructions instead. -- Adam