Re: [ILUG] Re: Kernel panic

From: Niall O Broin (niall at domain linux.ie)
Date: Mon 14 May 2001 - 14:33:18 IST


On Mon, May 14, 2001 at 12:22:14PM +0100, Eamonn Shinners wrote:

> OK, did a few things, aic-7xxx is now compiled into the kernel, and the disks
> are now located and probed etc., etc.
>
> The problem is that it now bombs out with the following;
>
> kmod:failed to exec /sbin/modprob -s -k binfmt-464c, errno=8

Is that the EXACT error message ? If so, it's very curious. The path to
modprobe is /sbin/modprobe and not /sbin/modprob. This is changeable by
writing to /proc/sys/kernel/modprobe, but you've not done that, have you ?
This error occurs when the kernel decides that it needs to have a module
called binfmt-464c (I've no idea what that is - a locate for 464 on my box
produces nothing) and when it tries to exec modprobe, it dies because it
can't find it. The only light I could throw on that is if /sbin/modprob is a
typo on your behalf and in fact the error is

kmod:failed to exec /sbin/modprobe -s -k binfmt-464c, errno=8

Error number 8 is "Exec format error" - ENOEXEC and if exec can't find what
it should exec it returns ENOENT, not ENOEXEC. Bit of a mystery - does that
binfmt-464c thing ring any bells with you ?

Regards,

Niall



This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:10:17 GMT