2006/10/27, Erik Mouw <[EMAIL PROTECTED]>: > Nope, what you see is printk() ratelimiting. Syslog tells when messages > got repeated, printk() ratelimit actually suppresses messages in order > to prevent DoS attacks. To get most if not all messages, use: > > echo 1 > /proc/sys/kernel/printk_ratelimit > > Or put this in /etc/sysctl.conf: > > kernel/printk_ratelimit=1 > > This will tell the kernel that it can allow a printk() approximately > every jiffie.
For me, it has no effect. I did [EMAIL PROTECTED] ak]# echo 1 > /proc/sys/kernel/printk_ratelimit_burst [EMAIL PROTECTED] ak]# echo 1 > /proc/sys/kernel/printk_ratelimit and I still get nothing but Oct 28 00:28:26 cs78142018 kernel: printk: 113 messages suppressed. messages. -- Alexander _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
