On Tue, Sep 09, 2003 at 08:55:18PM +0200, dittigas wrote: > And, on Debian Unstable install seems to fail with: > > FATAL: Module binfmt_misc not found. > update-binfmts: warning: Couldn't load the binfmt_misc module. > > Manually running update-binfmts --enable gives: > > update-binfmts --enable > FATAL: Module binfmt_misc not found. > update-binfmts: warning: Couldn't load the binfmt_misc module.
Your kernel probably does not support binfmt-misc . binfmt-misc is support in the kernel for using basically any binary (executable) format using an external intereter. Wine can thus be used to execute directly win32 executables. If the error bothers you: update-binfmts is part of a separate debian package (update-binfmts ?) that includes some scripts to allow programs to register themselves as hadlers for such executable formats. Remove this package (IIRC wine recommends it, but does not depend on it) then this error should be gone) -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
