From owner-freebsd-questions@FreeBSD.ORG Mon Aug 1 00:51:16 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 A0CAC16A41F for ; Mon, 1 Aug 2005 00:51:16 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C4BE43D46 for ; Mon, 1 Aug 2005 00:51:15 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by rproxy.gmail.com with SMTP id i8so1191927rne for ; Sun, 31 Jul 2005 17:51:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=srNdNofdbQ81L8jHDPjpoFSXxih+9sG56TQB9R9TY56sxegB9IughtKfxv691ZIRvHW+VEl8G/kxXt/3RnvD0hFHtNKrI+7/Jco/4zP5y/X0I/ESFMB8IwrgBEYOONmNPToo6xnZd2sbsLWrvAJipt3LSRk37iLHIeO1IrDFAIg= Received: by 10.38.11.5 with SMTP id 5mr468712rnk; Sun, 31 Jul 2005 17:51:13 -0700 (PDT) Received: from ringworm.mechee.com ([71.102.0.97]) by mx.gmail.com with ESMTP id h19sm3841221rnb.2005.07.31.17.51.12; Sun, 31 Jul 2005 17:51:13 -0700 (PDT) From: "Michael C. Shultz" To: andrew@mediashell.org, freebsd-questions@freebsd.org Date: Sun, 31 Jul 2005 17:50:58 -0700 User-Agent: KMail/1.8.1 References: <42ED6BFF.40900@mediashell.org> In-Reply-To: <42ED6BFF.40900@mediashell.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507311751.01837.ringworm01@gmail.com> Cc: Subject: Re: linux_base install error 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: Mon, 01 Aug 2005 00:51:16 -0000 On Sunday 31 July 2005 17:25, andrew@mediashell.org wrote: > installing linux_base and get error: > /===> linux_base-rh-7.3 depends on executable: rpm - found > Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: Exec format error > The linux kernel module could not be loaded. > Please enable linux mode manually and retry. > / > I have already added an entry in rc.conf and am running generic kernel > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Maybe your linux.ko module isn't matched with your kernel, do you always rebuild the modules when you rebuild the kernel? -Mike