• # man syslog.conf

    Posté par . En réponse au message problème de redirection des printk() sur ma console série. Évalué à 2.

    Extrait du man de syslog.conf:


    ACTIONS
    ...
    Terminal and Console
    If the file you specified is a tty, special tty-handling is done, same
    with /dev/console.
    ...
    EXAMPLES
    ...
    kern.* /var/adm/kernel
    kern.crit @finlandia
    kern.crit /dev/console
    kern.info;kern.!err /var/adm/kernel-info
    ...


    The third rule directs these messages to the actual console, so the
    person who works on the machine will get them, too.