From owner-freebsd-questions Fri May 3 12: 6:21 2002 Delivered-To: freebsd-questions@freebsd.org Received: from www.clubplus.net (ns1.clubplus.net [216.191.22.194]) by hub.freebsd.org (Postfix) with ESMTP id 269F837B41C; Fri, 3 May 2002 12:06:13 -0700 (PDT) Received: from skytrackercanada.com (cust29.209.188.66.dsl.accessv.com [209.188.66.29] (may be forged)) by www.clubplus.net (8.11.4/8.11.1) with ESMTP id g43J5m318744; Fri, 3 May 2002 15:05:49 -0400 Received: (from david@localhost) by skytrackercanada.com (8.12.3/8.12.3) id g43K6aKZ000953; Fri, 3 May 2002 16:06:36 -0400 (EDT) (envelope-from david) Date: Fri, 3 May 2002 16:06:32 -0400 From: David Banning To: freebsd-questions@FreeBSD.ORG Cc: questions@FreeBSD.ORG Subject: Re: mounting linprocfs gives error Message-ID: <20020503160632.A89782@mail.clubplus.net> References: <20020503111257.A3919@mail.clubplus.net> <20020503180233.A16817@bsag.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020503180233.A16817@bsag.ch>; from hanspeter_roth@hotmail.com on Fri, May 03, 2002 at 06:02:33PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > # kldstat; > > d Refs Address Size Name > > 1 6 0xc0000000 40000000 kernel > > 2 1 0xc1369000 a000 ibcs2.ko > > 3 1 0xc138b000 2000 rtc.ko > > 4 2 0xc138e000 14000 linux.ko > > 5 1 0xc13b3000 9000 vmmon_up.ko > > 6 1 0xc13bf000 4000 if_tap.ko > > linprocfs.ko is missing but linux.ko is present. su-2.03# cd /modules su-2.03# ls -ld lin* -r-xr-xr-x 1 root wheel 139148 Apr 26 03:42 linprocfs.ko -r-xr-xr-x 1 root wheel 1041699 Apr 26 03:42 linux.ko > Can you load linprocfs by kldload? su-2.03# kldload linprocfs kldload: can't load linprocfs: Exec format error > Maybe linux_enable is required in /etc/rc.conf. It is; # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. ifconfig_rl0="209.188.66.29" linux_enable="YES" ibcs2_enable="YES" svr4_enable="YES" Still baffled - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message