Re: Chyba po instalaci noveho kernelu


To Konference Debian <czdebian-l zavinac debian bod cz>
From Martin Slouf <xslom03 zavinac vse bod cz>
Date Wed, 12 Nov 2003 08:38:08 +0100 (CET)

tohle sem nasel v googlu:

> kmod: runaway modprobe loop assumed and stopped
> kmod: failed to exec /sbin/modprobe -s -k binfmt-4c46, errno = 8

Modprobe and insmod MUST be executable without loading any modules. Your
modprobe is in ELF format but ELF is not linked into the kernel (wants to
load binfmt-4c46).

You MUST have at least ELF or a.out linked in the kernel (not modules) and
modprobe MUST be in that format. Since a.out is obsolete reconfigure the
kernel to link in ELF support.


a jeste:

# CONFIG_BINFMT_ELF is not set is your problem

m.



Partial thread listing: