To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
cc: (bcc: Wayne Brown/Corporate/Altec)
Subject: Warning in ac6
>Also the file /proc/sys/fs/binfmt_misc seems to be missing on my
>machine. How would I remedy this problem?
To answer one of your questions: /proc/sys/fs/binfmt_misc is a directory, not a
file. If you mean that this directory is present but empty, try this:
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
and see if the register and status files appear in it. If the directory isn't
there at all, make certain you have CONFIG_BINFMT_MISC=y in your .config file.
Wayne
-
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/