Victor-(e)k esan zuen: > linchamiento publico XD!!!, de todas formas la solucion no es esta, ya > me estra??aba a mi que fuera en /proc, la solucion creo que es la otra > que han apuntado, lo que queda claro es hay que hacer un taller de > debian un poco avanzado en el gaztetxe, un saludo >
bueno, bueno tampoc ha sido para tanto (en lo del curso totalmente contigo) del /usr/src/linux/Documentation/sysctl/kernel.txt: printk: The four values in printk denote: console_loglevel, default_message_loglevel, minimum_console_level and default_console_loglevel respectively. These values influence printk() behavior when printing or logging error messages. See 'man 2 syslog' for more info on the different loglevels. - console_loglevel: messages with a higher priority than this will be printed to the console - default_message_level: messages without an explicit priority will be printed with this priority - minimum_console_loglevel: minimum (highest) value to which console_loglevel can be set - default_console_loglevel: default value for console_loglevel Note: a quick look in linux/kernel/printk.c will reveal that these variables aren't put inside a structure, so their order in-core isn't formally guaranteed and garbage values _might_ occur when the compiler changes. Por lo que yo entiendo (mira man 2 syslog) por hay tiene que andar los tiros (ahora mismono lo puedo probar)

