Date: Sat, 11 Sep 2004 14:01:43 -0500 From: "Conrad J. Sabatier" <conrads@cox.net> To: freebsd-hackers@freebsd.org Cc: vxp <vxp@digital-security.org> Subject: Re: help with a module, please.. Message-ID: <20040911140143.2ff53420@dolphin.local.net> In-Reply-To: <20040910222135.K2527@digital-security.org> References: <20040910212926.V2370@digital-security.org> <20040911035133.GA74157@cre85086tuf.rose.agilent.com> <20040910222135.K2527@digital-security.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 10 Sep 2004 22:23:16 -0400 (EDT), vxp <vxp@digital-security.org> wrote: > > digital-security# pwd > /usr/home/vxp/mycode/reboot > digital-security# ls -l icmp.ko > -rwxr-xr-x 1 vxp vxp 7548 Sep 10 21:31 icmp.ko > digital-security# kldload ./icmp.ko > kldload: can't load ./icmp.ko: No such file or directory > digital-security# I may be wrong, but perhaps it has something to do with the fact that the module is not in the correct module path? Try this: sysctl kern.module_path=/usr/home/vxp/mycode/reboot kldload icmp -- Conrad J. Sabatier <conrads@cox.net> -- "In Unix veritas"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040911140143.2ff53420>