Subject: Re: /dev/ksyms not configured?
To: None <tech-kern@netbsd.org>
From: Matthew Mondor <mm_lists@pulsar-zone.net>
List: tech-kern
Date: 03/02/2007 16:53:53
On Fri, 2 Mar 2007 20:49:31 +0000 (GMT)
Stephen Borrill <netbsd@precedence.co.uk> wrote:
> I'm trying to modload -s a lkm and I'm getting
> modload: /dev/ksyms: Device not configured
Hmm odd, I do see in GENERIC:
pseudo-device ksyms # /dev/ksyms
You also should have:
cr--r--r-- 1 root wheel 101, 0 Oct 5 2004 /dev/ksyms
However I wonder if this could be related (from ksyms(4) man page):
BUGS
No LKM modules can be loaded or unloaded while /dev/ksyms is open.
Although the proper error shouldn't be "not configured" in this case
normally, and I'm not sure what could be holding the device open if so,
maybe verify using fstat(1)...
--
Matt