Re: modprobe: Can't locate module binfmt-e0ff

2002-10-02 Thread nate

ThanhVu Nguyen said:
 In my /etc/syslog, I have these lines ... not really sure what they mean
 or how to fix it

looks like it may be related to this:
http://packages.debian.org/unstable/admin/binfmt-support.html

if your not encountering any problems while using your system those
messages are safe to ignore. the kernel tries to load things it
thinks you need on demand(kernel module loader). Many times in
my experience it tries to load things I really don't need/want so
I turn it off(which requires running a kernel with the kernel
module loader(CONFIG_KMOD in 2.2.19) disabled. I've been running
in this configuration for a few years. In most cases you'll have
to recompile the kernel to disable this option, I am not aware
of any default debian kernels which come with it disabled.

nate




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: modprobe: Can't locate module binfmt-e0ff

2002-10-02 Thread Colin Watson

On Tue, Oct 01, 2002 at 11:34:57PM -0700, nate wrote:
 ThanhVu Nguyen said:
  In my /etc/syslog, I have these lines ... not really sure what they mean
  or how to fix it
  
  Oct  1 06:55:24 HaLong modprobe: modprobe: Can't locate module
  binfmt-e0ff
 
 looks like it may be related to this:
 http://packages.debian.org/unstable/admin/binfmt-support.html

No, that seems highly unlikely (speaking as the maintainer of that
package).

When you try to execute something and the kernel can't find anything to
handle it, it makes a last-ditch attempt to find a handler by taking the
first two bytes of the file, converting them to hexadecimal, prepending
binfmt-, and trying to load that module. That's what ThanhVu is
seeing. You can safely ignore it, or find out what's trying to execute
those files and stop it from doing so.

You *could* use binfmt-support to map --magic '\xe0\xff' to /bin/false
or something, but that's a pretty tangential relationship. :)
Alternatively, if you can't find whatever's doing the rogue execute and
you don't care, just 'alias binfmt-e0ff off' in /etc/modutils/aliases
and run update-modules, which will shut the kernel up about this.

-- 
Colin Watson  [[EMAIL PROTECTED]]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




modprobe: Can't locate module binfmt-e0ff

2002-10-01 Thread ThanhVu Nguyen

In my /etc/syslog, I have these lines ... not really sure what they mean
or how to fix it 

Oct  1 06:55:24 HaLong modprobe: modprobe: Can't locate module
binfmt-e0ff
Oct  1 06:55:24 HaLong modprobe: modprobe: Can't locate module
binfmt-e0ff
Oct  1 06:57:11 HaLong modprobe: modprobe: Can't locate module
binfmt-e0ff
Oct  1 06:57:11 HaLong modprobe: modprobe: Can't locate module
binfmt-e0ff


Anyone has any suggestion ?   

I am running Sid. 

TIA


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]