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
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