Bugzilla – Bug 145944
nf_conntrack hangs the system
Last modified: 2006-03-07 09:39:45 UTC
If one tries to load nf_netfilter the system will hang. Test it on 2 machines, both running opensuse 10.0 with the latest updates.
perex, can you take a look please? Thanks!
Can you elaborate what nf_netfilter is (e.g. what commands you use to load it)?
(In reply to comment #3) sorry. Is about nf_conntrack :( modprobe nf_conntrack
Thanks. Please, provide also the exact kernel version: cat /proc/version rpm -qi kernel-default
router:~ # cat /proc/version Linux version 2.6.13-15.7-smp (geeko@buildhost) (gcc version 4.0.2 20050901 (prerelease) (SUSE Linux)) #1 SMP Tue Nov 29 14:32:29 UTC 2005 router:~ # rpm -qa | grep kernel kernel-update-tool-0.9-10 kernel-smp-nongpl-2.6.13-15.7 kernel-smp-2.6.13-15.7
The x86_64 UP version of this kernel works here. Could you try 'nosmp' boot parameter for kernel to disable smp and try modprobe nf_conntrack module again?
Any attemps to boot with nosmp failed with kernel panic :( I tried both x86_64 and x86. both failed when loading scsi drivers.
Could you boot the smp kernel with these parameters "vga=normal splash=0 single" and then do these commands: /etc/init.d/syslog stop modprobe nf_conntrack Do you see any error messages (oops) then?
The bug is probably fixed.