Date: Fri, 30 Jul 1999 15:35:08 +0200 (MET DST) From: "Vladimir Mencl, MK, susSED" <mencl@nenya.ms.mff.cuni.cz> To: Thomas Uhrfelt <thomas.uhrfelt@plymovent.se> Cc: freebsd-net@FreeBSD.ORG, freebsd-security@FreeBSD.ORG Subject: Re: your mail Message-ID: <Pine.GSO.4.10.9907301530400.6052-100000@nenya.ms.mff.cuni.cz> In-Reply-To: <LOBBJNJHKFOGCKJFKEKBGEAPCCAA.thomas.uhrfelt@plymovent.se>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 Jul 1999, Thomas Uhrfelt wrote: > modstat: /dev/lkm: Device not configured > What is wrong, there is a /dev/lkm, so I have no idea what to do right now? > Anyone? Well, the special file does exist, but device is not configured. That's because in 3.2, LKMs were dropped to change to .ko - kernel objets. That's the new format of kernel modules. You can load a .ko kernel module for loading old LKM kernel modules. kldload /modules/lkm.ko Now, the lkm interface should be up, and you should be able to succeed with SKIP. I hope there's no collisinion between the two schemes of kernel modules. Vladimir Mencl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.10.9907301530400.6052-100000>