From owner-freebsd-emulation@FreeBSD.ORG Mon Dec 21 22:55:03 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 2C7AB1065692 for ; Mon, 21 Dec 2009 22:55:03 +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 DAFD98FC16 for ; Mon, 21 Dec 2009 22:55:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id E1FD95E251 for ; Mon, 21 Dec 2009 23:37:23 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.591 X-Spam-Level: X-Spam-Status: No, score=-1.591 tagged_above=-999 required=5 tests=[AWL=-0.283, BAYES_00=-2.599, MISSING_HEADERS=1.292, 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 4ctPlg8D+29X for ; Mon, 21 Dec 2009 23:37:20 +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 DBE2C5E013 for ; Mon, 21 Dec 2009 23:37:20 +0100 (CET) Message-ID: <4B2FF8A0.8080009@eskk.nu> Date: Mon, 21 Dec 2009 23:37:20 +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 References: <4B2F60BA.7010002@bsdforen.de> In-Reply-To: <4B2F60BA.7010002@bsdforen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: 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: Mon, 21 Dec 2009 22:55:03 -0000 Following the suggestion here: http://forums.freebsd.org/showpost.php?p=45664&postcount=5 To load two kernel modules via a script in /etc/rc.d/ Produces the following: WARNING: Ignoring old-style startup script /etc/rc.d/ I found the answer here: http://sourceforge.net/tracker/index.php?func=detail&aid=2896643&group_id=151951&atid=782616 At the moment I load vboxnetflt via /boot/loader.conf and I then load vboxnetadp manually before I start virtualbox. I would like a suggestion on how to load both modules automaticly! Thanks /Leslie