2001-11-09 21:21:46

by Luigi Genoni

[permalink] [raw]
Subject: binfmt_misc and 2.4.13|14

HI,
Has it been noticed that loading binfmt_misc module with 2.4.13|14
kernel the procfs entries
/proc/sys/fs/binfmt_misc/register
/proc/sys/fs/binfmt_misc/status
are not created anymore?

so the directory /proc/sys/fs/binfmt_misc is emtpy, and I do not know how
to manage this module.
Some hints?

Luigi Genoni



2001-11-09 22:45:03

by Chris Vandomelen

[permalink] [raw]
Subject: Re: binfmt_misc and 2.4.13|14



On Fri, 9 Nov 2001, Luigi Genoni wrote:

> HI,
> Has it been noticed that loading binfmt_misc module with 2.4.13|14
> kernel the procfs entries
> /proc/sys/fs/binfmt_misc/register
> /proc/sys/fs/binfmt_misc/status
> are not created anymore?
>
> so the directory /proc/sys/fs/binfmt_misc is emtpy, and I do not know how
> to manage this module.
> Some hints?

mount -t binfmt_misc none /proc/sys/fs/binfmt_misc

Or add to /etc/fstab:

none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0

Chris