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