Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2000 19:14:47 +0600
From:      nnd@mail.nsk.ru
To:        current@freebsd.org
Subject:   Re: Can't "kldload" modules due to "symbol NDFREE undefined"
Message-ID:  <20000111191447.53354@mail.nsk.ru>
In-Reply-To: <20000111124448.9CB211CA0@overcee.netplex.com.au>; from Peter Wemm on Tue, Jan 11, 2000 at 08:44:48PM %2B0800
References:  <200001111221.SAA00652@wint.itfs.nsk.su> <20000111124448.9CB211CA0@overcee.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jan 11, 2000 at 08:44:48PM +0800, Peter Wemm wrote:
> > 	Can somebody with CURRENT system test 'kldload' some
> > of the above modules on his machine and post the results ?
> 
> First of all, can you try this please?
> 
> > nm /kernel | grep NDFREE
> c0186b64 T NDFREE
> 
> This is to check that NDFREE is actually defined in your /kernel..

 nm -o /kernel* | grep NDFREE

/kernel:c0176000 T NDFREE
/kernel.UP:c0173f3c T NDFREE
/kernel.old:c0175fc0 T NDFREE

 ls -l /kernel*

-r-xr-xr-x  1 root  wheel  1829054 11 ÑÎ× 13:20 /kernel
-rwxr-xr-x  1 root  wheel  2552869  5 ÑÎ× 20:36 /kernel.GENERIC
-r-xr-xr-x  1 root  wheel  1771990 11 ÑÎ× 13:22 /kernel.UP
-r-xr-xr-x  1 root  wheel  1828576 10 ÑÎ× 15:25 /kernel.old

	'kernel.UP' is nonSMP-kernel and 'kernel' -SMP one
otherwise their are the same.

	N.Dudorov


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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