Date: Sun, 01 Dec 2002 15:13:55 -0800 From: Terry Lambert <tlambert2@mindspring.com> To: suken woo <wsk@mail.gddsn.org.cn> Cc: freebsd-current <freebsd-current@freebsd.org>, freebsd-emulation <freebsd-emulation@freebsd.org> Subject: Re: Linux mode is not enabled help Message-ID: <3DEA97B3.CBC3A801@mindspring.com> References: <3DEA36BA.3010806@mail.gddsn.org.cn>
next in thread | previous in thread | raw e-mail | index | archive | help
suken woo wrote: > after cvsup'd recent,the Linux emulator was disabled.rebuild it , > get the same error: > Linux mode is not enabled. > Loading linux kernel module now... > kldload: can't load linux: No such file or directory This is common in -current. You either have to give an absolute path to the module file, or it has to be in one of the new path locations. The loader has the same problem, when you try to load a kernel installed in "/". There is apparently a problem with the parsing of the path elements, though I have not bothered to find out what it is. I don't think "current directory" works, either; maybe it's one of those over-zealous security things that keep happening. To see your current path: sysctl kern.module_path -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3DEA97B3.CBC3A801>