Re: [expert] modprobe: Can't locate module binfmt-00

2000-08-22 Thread Tony McGee


I'm pretty sure this error message means that the kernel can't understand a
type of executable that needs to be run. A fix suggested on the
kernel mailing list required an addition of the line 'alias binfmt-
binfmt_aout' to your /etc/modules.conf file.

Tony

On Mon, 21 Aug 2000, BillK pushed some tiny letters in this order:
> Hi,
> I get the following in /var/log/messages whenever ppd goes up or
> down(using kppp on MD 7.1):
> 
> Aug 21 16:30:35 Ralph modprobe: modprobe: Can't locate module
> binfmt-
> 
> Does anyone know what this module is, does or belong to so I can track
> it down?
> 
> BillK




Re: [expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread Paul Weber

I will be out of the office from August 22  through August. 27.  I will have limited 
opportunity to respond to email until then.

Thank you.




Re: [expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread Anton Graham

Submitted 22-Aug-00 by BillK:
> Tony McGee wrote:
> Thanks Tony, I have found a binfmt-aout, misc and java in the modules/fs
> directories.  Do you have any more info or pointers to info that may
> help me understand what these modules do and which I actually need?

binfmt_aout is for executing old style a.out type binaries.  Many older
programs that were based on libc5 use this format.  binfmt_java is
depecated (i.e. do not use it).  It's functionality is now included in
binfmt_misc.

Finally, binfmt_misc is support for miscellaneous binaries.
Essentially, you register the "magic-cookie" of the binary type with the
kernel (for example, a DOS file's .com extension, a java .class, or even
the MZ that is the first two characters of a dos/win .exe file) and
define what wrapper program is used to execute them.  With this
mechanism, it is possible to automagically launch dosemu to run dos
programs, WINE to run Windows binaries, or a Java VM to run java
applications.

-- 
Anton GrahamGPG ID: 0x18F78541
<[EMAIL PROTECTED]> RSA key available upon request
 
Death comes on every passing breeze, 
He lurks in every flower; 
Each season has its own disease, 
Its peril -- every hour.  
  -- Reginald Heber





Re: [expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread Paul Weber

I will be out of the office from August 22  through August. 27.  I will have limited 
opportunity to respond to email until then.

Thank you.




Re: [expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread BillK

Tony McGee wrote:
Thanks Tony, I have found a binfmt-aout, misc and java in the modules/fs
directories.  Do you have any more info or pointers to info that may
help me understand what these modules do and which I actually need?

BillK

> 
> I'm pretty sure this error message means that the kernel can't understand a
> type of executable that needs to be run. A fix suggested on the
> kernel mailing list required an addition of the line 'alias binfmt-
> binfmt_aout' to your /etc/modules.conf file.
> 
> Tony
>




[expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread BillK

Hi,
I get the following in /var/log/messages whenever ppd goes up or
down(using kppp on MD 7.1):

Aug 21 16:30:35 Ralph modprobe: modprobe: Can't locate module
binfmt-

Does anyone know what this module is, does or belong to so I can track
it down?

BillK




[expert] modprobe: Can't locate module binfmt-00

2000-08-21 Thread BillK

Hi,
I get the following in /var/log/messages whenever ppd goes up or down
(using kppp on MD 7.1):

Aug 21 16:30:35 Ralph modprobe: modprobe: Can't locate module
binfmt-

Does anyone know what this module is, does or belong to so I can track
it down?

BillK