Re: bug: kernel timer added twice ad 000000000110052c.

2000-12-16 Thread Tommy Wu
Andrew Morton ¼g¹D: > > > > ksymoops -m /usr/src/linux/System.map < oops.txt > > > Did you do that? I just done for this. There is no any log file contain such message After I run 'modprobe ip_conntrack', the kernel only show message to console, no any log... and system halt.

Re: bug: kernel timer added twice ad 000000000110052c.

2000-12-16 Thread Tommy Wu
Andrew Morton ¼g¹D: > > Seems somehow SPARC-specific. I suggest that you add a BUG() st the end of >kernel/timer.c:add_timer(). Then run the outut through ksymoops. Them > report it on the kernel list. > > bug: > spin_unlock_irqrestore(&timerlist_lock, flags); > printk("

Re: bug: kernel timer added twice ad 000000000110052c.

2000-12-15 Thread Tommy Wu
Ingo Oeser ¼g¹D: > > > I got the message as subject when I load the ip_conntrack/iptable_nat modules > > for kernel 2.4.0-test9 to test12. All have the same problem. > Don't do that. > Recompile the modules _ALWAYS_ along with the kernel you compile > and use. Yes, I do that everytime, but

Re: bug: kernel timer added twice ad 000000000110052c.

2000-12-15 Thread Ingo Oeser
On Fri, Dec 15, 2000 at 08:24:58PM +0800, Tommy Wu wrote: > I got the message as subject when I load the ip_conntrack/iptable_nat modules > for kernel 2.4.0-test9 to test12. All have the same problem. Don't do that. Recompile the modules _ALWAYS_ along with the kernel you compile and use. R