Re: [PATCH] binfmt_misc.c, kernel-2.4.12

From: Alexander Viro (viro@math.psu.edu)
Date: Mon Oct 22 2001 - 01:47:39 EST


On Mon, 22 Oct 2001, Albert Bartoszko wrote:

> Linux xxxx 2.4.12-ac3 #1 Sun Oct 21 13:50:52 CEST 2001 i686 unknown
> # insmod binfmt_misc
> Using /lib/modules/2.4.12-ac3/kernel/fs/binfmt_misc.o
> # echo ':Java:M::\xca\xfe\xba\xbe::/usr/local/bin/javawrapper:'
> >/proc/sys/fs/binfmt_misc/register
> bash: /proc/sys/fs/binfmt_misc/register: No such file or directory
> # lsmod
> Module Size Used by
> binfmt_misc 5680 1
> #rmmod binfmt_misc
> binfmt_misc: Device or resource busy # ?????
>
> Very high C. But this don't work for me.

Check that your modules.conf contains

post-install binfmt_misc mount -t binfmt_misc none /proc/sys/binfmt_misc
pre-remove binfmt_misc umount /proc/sys/binfmt_misc

That should've been there for quite a while, actually. Keith?

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



This archive was generated by hypermail 2b29 : Tue Oct 23 2001 - 21:00:29 EST