From owner-freebsd-emulation@FreeBSD.ORG Tue Dec 22 22:18:19 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 8FEAD106566C; Tue, 22 Dec 2009 22:18:19 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-pz0-f185.google.com (mail-pz0-f185.google.com [209.85.222.185]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8978FC21; Tue, 22 Dec 2009 22:18:19 +0000 (UTC) Received: by pzk15 with SMTP id 15so4524879pzk.3 for ; Tue, 22 Dec 2009 14:18:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=7wy/sr4+qmbSCxY66H/wiJXVSsH2FJJVgrLLp0X81aw=; b=dvWgFEu1R/elc/9g3+Tf1+e8ZLpeV1+cCP7kzTUsXe54neGbLQNvaOvX9522xt8VPW NB0V7sRFzvqZfH1IGbRtBPQX8Tm5sUc5t4q9I/f1K39r4nSDKaKF0KsRVWK1P+MStBjt VCmYDUO98B5SlQ5EXbkLv7u/pwcYKEzQiC4LU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=AeJGbtJAznvcFIUaBdGb2jJtiWxsoFgIx1zdeiR9UYzdMv5xU2u5lzZKdTV2f6vsAI aKx3Plm3LfrQqJwwTgOf/MG8UKP7PFlnqQUtheQb5zJqq+JszsbxJHGu5UV1YutBnPob Hzm2vNKvA6FMs1VeXEtVLyu18X9fUinTEBCYE= MIME-Version: 1.0 Received: by 10.143.21.41 with SMTP id y41mr6166733wfi.209.1261520299011; Tue, 22 Dec 2009 14:18:19 -0800 (PST) In-Reply-To: <4B314208.30409@eskk.nu> 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> Date: Tue, 22 Dec 2009 16:18:18 -0600 Message-ID: <6201873e0912221418w1c8dd64cnc681b3d22402dcab@mail.gmail.com> From: Adam Vande More To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:18:19 -0000 > >> 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? 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