• [^] # Re: bootlogd

    Posté par . En réponse au message sorties init.d et logs. Évalué à 1.

    Le seul hic, c'est que ça ne fonctionne pas avec les nouveaux /dev/console.
    man bootlogd :

    BUGS
    Bootlogd works by redirecting the console output from the console device. It copies that output to the real console device and a logfile. There is no standard way to find out the real console device if you have a new-style /dev/console device (major 5, minor 1). Bootlogd tries to parse the kernel command line, looking for console=lines and deducts the real console device from that. If that syntax is ever changed by the kernel, or a console-type is used bootlogd does not know about, bootlogd will not work.

    Existe-t-il une alternative dans ce cas ?