Re: UML broken - runaway loop modprobe binfmt-464c

From: AmÃrico Wang
Date: Mon Feb 15 2010 - 06:35:06 EST


On Mon, Feb 15, 2010 at 04:47:49PM +1000, Adam Nielsen wrote:
> Hi all,
>
> I've been forced to upgrade an old machine running a couple of UML VMs,
> but I can't for the life of me figure out how to make them work on the
> new machine.
>
> I've compiled the latest kernel from kernel.org with ARCH=um and when I
> run it says this a few times and then stops:
>
> request_module: runaway loop modprobe binfmt-464c
>
> From Google it appears the cause of this is when you run a 64-bit system
> with a 32-bit kernel, but I'm running a 64-bit kernel with a 32-bit
> system. I vaguely recall something about IA32 emulation in the normal
> kernel build, but I can't see anything like that in the UML kernel
> config.
>
> Does anyone know what might fix this?
>

So you are using 32-bit modprobe binary and 64-bit kernel?

This will not work, since kernel binfmt_elf module checks
if e_machine is EM_X86_64.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/