Debian Lenny - update-binfmts: warning: Couldn't load the binfmt_misc modul

  • Hallo,


    beim Starten des Servers im OpenVCP erhalte ich im Ausgabedialog den folgenden Hinweis:


    "Enabling additional executable binary formats: binfmt-supportFATAL: Could not load /lib/modules/2.6.33.2-vs2.3.0.36.30.4-netcup/modules.dep: No such file or directory
    update-binfmts: warning: Couldn't load the binfmt_misc module. "


    Die Maschine startet, der Status ist ok.


    Was muß ich tun?


    Gruß jo.

  • Zitat von jo2;19805

    Could not load /lib/modules/2.6.33.2-vs2.3.0.36.30.4-netcup/modules.dep: No such file or directory


    Du kannst auf einem V-Server generell kein Module laden. Ignoriere die Meldung einfach und wundere dich nicht, wenn irgendeine Anwendung nicht laufen will :)

    "Security is like an onion - the more you dig in the more you want to cry"

  • Hallo sim4000,


    Zitat von sim4000;19806

    Poste mal die komplette Ausgabe.


    Code
    Ausgabe Starting enhanced syslogd: rsyslogd.
    Starting OpenBSD Secure Shell server: sshd.
    Starting Postfix Mail Transport Agent: postfix.
    Starting periodic command scheduler: crond.
    Enabling additional executable binary formats: binfmt-supportFATAL: Could not load /lib/modules/2.6.33.2-vs2.3.0.36.30.4-netcup/modules.dep: No such file or directory
    update-binfmts: warning: Couldn't load the binfmt_misc module. 
    .

    Es soll nur postfix und dovecot laufen.


    Gruß jo.

  • Hallo vmk,


    Zitat von vmk;19807

    Ignoriere die Meldung einfach :)


    ok. Danke!


    Hat jemand eine Idee, wie ich den Urheber der Meldung herausfinden kann? Vielleicht habe ich ja doch etwas falsch gemacht.


    Gruß jo

  • Zitat von jo2;19809

    Hat jemand eine Idee, wie ich den Urheber der Meldung herausfinden kann? Vielleicht habe ich ja doch etwas falsch gemacht.


    Zitat

    Could not load /lib/modules/2.6.33.2-vs2.3.0.36.30.4-netcup/modules.dep: No such file or directoryupdate-binfmts: warning: Couldn't load the binfmt_misc module.

    Sagt doch alles ;)
    binfmt_misc ist ein Kernelmodul. Du kannst bei der von Netcup angewendeten Virtualisierungslösung aber keine eigenen Module einbinden.


    MfG
    Andre

  • Die Google Suche liefert einem: "Support for extra binary formats The binfmt_misc kernel module, contained in versions 2.1.43 and later of the Linux kernel, allows system administrators to register interpreters for various binary formats based on a magic number or their file extension, and cause the appropriate interpreter to be invoked whenever a matching file is executed. Think of it as a more flexible version of the #! executable interpreter mechanism. This package provides an 'update-binfmts' script with which package maintainers can register interpreters to be used with this module without having to worry about writing their own init.d scripts, and which sysadmins can use for a slightly higher-level interface to this module."


    Da eigentlich alle Programme, die ich kenne, nur den #! Mechanismus verwenden, um einen Interpreter zu definieren, braucht man also den Support dafür nicht.


    Mit dpkg -S /etc/init.d/binfmt-support findest du das Paket heraus, das die Userspace-Tools zur Verfügung stellt, und mit apt-get remove <Paketname> entfernst du es von deinem System.

  • Zitat von henk77;19828

    , braucht man also den Support dafür nicht.


    Mit dpkg -S /etc/init.d/binfmt-support findest du das Paket heraus, das die Userspace-Tools zur Verfügung stellt, und mit apt-get remove <Paketname> entfernst du es von deinem System.


    Hallo henk77,


    das Entfernen des Paketes klappte aus Anhieb und ein Neustart funktioniert nun ohne die genannte Fehlermeldung. Vielen Dank!


    Danke. Jo