From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 22 22:45:39 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73EF2106568D; Tue, 22 Dec 2009 22:45:39 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id E52EC8FC17; Tue, 22 Dec 2009 22:45:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 1210E5E0BA; Tue, 22 Dec 2009 23:45:38 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -2.241 X-Spam-Level: X-Spam-Status: No, score=-2.241 tagged_above=-999 required=5 tests=[AWL=0.359, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id E42C5Ebm9BT8; Tue, 22 Dec 2009 23:45:35 +0100 (CET) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 296C45E072; Tue, 22 Dec 2009 23:45:35 +0100 (CET) Message-ID: <4B314C10.4040009@eskk.nu> Date: Tue, 22 Dec 2009 23:45:36 +0100 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.5) Gecko/20091221 Thunderbird/3.0 MIME-Version: 1.0 To: Adam Vande More References: <4B2F60BA.7010002@bsdforen.de> <4B2FF8A0.8080009@eskk.nu> <4B312A6D.4040907@FreeBSD.org> <4B31378D.2010801@eskk.nu> <4B313B01.1040900@FreeBSD.org> <4B314208.30409@eskk.nu> <6201873e0912221418w1c8dd64cnc681b3d22402dcab@mail.gmail.com> In-Reply-To: <6201873e0912221418w1c8dd64cnc681b3d22402dcab@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: Loading kernel modules for virtualbox via script X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 22:45:39 -0000 On 2009-12-22 23:18, Adam Vande More wrote: > > > It started with the tread below > > http://forums.freebsd.org/showpost.php?p=45664&postcount=5 > > > I asumed it was the accepted way to resolve this matter, therefore I > just asked for a way to automate it when the script in /etc/rc.d/ > failed on 8.0. > > I'll start a new tread and describe what I've done. > > /Les > > > Yeah, that post is basically irrelevant to your described issue. Vbox > has changed a lot since then, #1 being it's in the ports tree now. > You've not actually related what the core issue is though. > vboxnetadp.ko is needed for host-only networking mode, most people don't > need this and quite useless for almost anything. Are you aware of this? No, I wasn't aware of this! > > You also stated " I load vboxnetflt.ko in /boot/loader.conf and load > vboxnetadp.ko manually after I've logged in." > > Do not do this. This why crontab didn't work for you. > > > -- > Adam Vande More