printk flushing?
David S. Miller
davem en redhat.com
Vie Ene 28 02:21:06 CST 2000
Date: Thu, 27 Jan 2000 21:07:53 -0700 (MST)
From: Todd <todd en unm.edu>
is there any easy way to flush the printk buffers onto disk?
They don't go to disk, they go into the kernel circular message
buffer. Syslogd writes them to disk, it will only miss them
if the in-kernel buffer wraps around before syslogd can read
what is there.
or, put another way,
is there any way to ensure that relatively high volume printk statements
get cleanly output to logs?
Make the kernel message buffer larger in kernel/printk.c
Later,
David S. Miller
davem en redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo en vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Más información sobre la lista de distribución Ayuda