>After installing 2.2.0 (final), I receive the following messege upon
>reboot:
>Kmod: failed to exec /sbin/modprobe -s -k binfmt-464c, errno=8
>request_module[binfmt-464c]: fork failed, errorno=11
errno=8 means "exec format error". binfmt-464c is ELF format ("EL" =
0x46 0x4C).
Sounds like you built your kernel without ELF support, and your
modprobe is an ELF binary.
--
Henrik Storner | "Software engineering is a race between engineers
<storner@image.dk> | who try to create foolproof software and the
| universe which is trying to create bigger fools.
| So far, the universe is winning..."
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/