Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2002 16:06:32 -0400
From:      David Banning <david@skytrackercanada.com>
To:        freebsd-questions@FreeBSD.ORG
Cc:        questions@FreeBSD.ORG
Subject:   Re: mounting linprocfs gives error
Message-ID:  <20020503160632.A89782@mail.clubplus.net>
In-Reply-To: <20020503180233.A16817@bsag.ch>; from hanspeter_roth@hotmail.com on Fri, May 03, 2002 at 06:02:33PM %2B0200
References:  <20020503111257.A3919@mail.clubplus.net> <20020503180233.A16817@bsag.ch>

next in thread | previous in thread | raw e-mail | index | archive | help
> > # 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020503160632.A89782>