From owner-freebsd-questions@FreeBSD.ORG Sat Jul 5 06:11:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84DB937B401 for ; Sat, 5 Jul 2003 06:11:03 -0700 (PDT) Received: from mail.dtek.chalmers.se (osiris.medic.chalmers.se [129.16.30.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 542F943F85 for ; Sat, 5 Jul 2003 06:11:02 -0700 (PDT) (envelope-from moro@dtek.chalmers.se) Received: from moro.dtek.chalmers.se (moro.dtek.chalmers.se [129.16.30.44]) by mail.dtek.chalmers.se (Postfix) with ESMTP id E69BF3B2A6; Sat, 5 Jul 2003 15:11:00 +0200 (MEST) Received: by moro.dtek.chalmers.se (Postfix, from userid 133119) id AB1B04F889; Sat, 5 Jul 2003 15:11:00 +0200 (MEST) Received: from localhost (localhost [127.0.0.1]) by moro.dtek.chalmers.se (Postfix) with ESMTP id 8E6C956F4C; Sat, 5 Jul 2003 15:11:00 +0200 (MEST) Date: Sat, 5 Jul 2003 15:11:00 +0200 (MEST) From: Stefan Moro To: Khairil Yusof In-Reply-To: <1057408164.1137.8.camel@daemon.home.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: linux module problem.. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 13:11:03 -0000 On 5 Jul 2003, Khairil Yusof wrote: > On Sat, 2003-07-05 at 07:08, Stefan Moro wrote: > > I'm running FreeBSD 4.8-stable. When i try to load the Linux module to the > > kernel with kldload it fails. > > You should try using the abi script for this, > > #/etc/rc.d/abi start linux_enable=YES > > for more options > > #/etc/rc.d/abi rcvar > > To start it automatically put it in your /etc/rc.conf > linux_enable="YES" Thanks for your help but it seems that the /etc/rc.d directory does not exist. I can't install the linux_base from the ports because kldload fails, if that helps. Putting linux_enable="YES" in my rc.conf doesn't start it either. Thanks, //Stefan