From owner-freebsd-questions@FreeBSD.ORG Thu Oct 27 22:23:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 9CA0916A420 for ; Thu, 27 Oct 2005 22:23:40 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E1AA43D6E for ; Thu, 27 Oct 2005 22:23:33 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t5so124525wxc for ; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QbUqxzjmkTVE67QF2+TNAlsFpHRE94yxGblJjm5VG6UfaOUcIZMeTjoKyTu8/7r98izYmY3TUMtGk2wDlL11dtQc7Ey89K85u19k5uPPNSlJv2yV8eOgNzqKKnqtyiVMYAKu8dJhcD0W42Y6o2I1IlLT4sqxEzOxdwYOwwL++DU= Received: by 10.70.62.2 with SMTP id k2mr1503222wxa; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) Received: by 10.70.104.18 with HTTP; Thu, 27 Oct 2005 15:23:33 -0700 (PDT) Message-ID: <35c231bf0510271523nbe10726hb8132ead6494794@mail.gmail.com> Date: Thu, 27 Oct 2005 15:23:33 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: freebsd-questions@freebsd.org In-Reply-To: <20051027220749.GB428@rabbit> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051027220749.GB428@rabbit> Subject: Re: linux: command not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2005 22:23:40 -0000 On 10/27/05, Mark Bucciarelli wrote: > I'm trying to load the linux kernel module to install java. > > When I type linux, I get a command not found error. > > Do I need to install a port or is this an issue with my kernel > configuration? The "linux" script is no longer in FreeBSD -- you can load linux.ko by runn= ing: kldload /boot/kernel/linux.ko