Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hi, there is a workaround to prevent this messages are displayed. You can
configure kernel messages log level. Try this:
1) nano /etc/rc.local
2) Add this line (numeric values are separated with a TAB character):
echo "4 4 1 7" > /proc/sys/kernel/printk
After reboot, kernel warning messages will not appear in console anymore (but
you can still query them using 'dmesg' command).
Leandro