On 5/18/05, Christian Birkholm Clausen <[EMAIL PROTECTED]> wrote: > Hey guys, > > So, 2.6.11.9 working good on my IBM T42. One small thing though; syslog, > kern.log and debug are growing rapidly. Upto 117mb since yesterday pr. > file approximately... :( Seem to get filled with alot of usb and isa > logging. 10-15 pr. second. I turned off every debugging feature I could > find in the kernel and recompiled. But it hasn't helped. Can't find any > bad settings in syslog.cong, but then again I'm not sure that that's the > right place to look. Guess it's a kernel-thing.. > > Examples from syslog: > > May 16 20:40:31 localhost kernel: evbug.c: Event. Dev: > usb-0000:00:1d.1-2/input0, Type: 4, Code: 4, Value: 65585
Try to prevent evbug module loaded automatically and unload it in the meantime. # rmmod evbug -- andika