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
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!