https://bugzilla.novell.com/show_bug.cgi?id=638803 https://bugzilla.novell.com/show_bug.cgi?id=638803#c10 --- Comment #10 from dev001x _ <pgngw+dev001+novell.com@f-m.fm> 2010-09-16 15:25:05 UTC --- (In reply to comment #9)
This is already in progress, so relatively soon.
great, thanks. these are production systems that are now down, so the complete fix will be very much appreciated. as I do *not* see an updated xtables-addons in 11.3-test, the lack of which breaks ipset atm, rather than presume (will the build system automatically, eventually take care of this?), I'll mention here -- uname -a Linux test 2.6.34.7-0.2-xen #1 SMP 2010-09-14 14:21:06 +0200 i686 i686 i386 GNU/Linux ipset -V ipset v4.2, protocol version 4. FATAL: Module ip_set not found. ipset v4.2: Couldn't verify kernel module version! rpm -q --whatprovides `which ipset` xtables-addons-1.27-1.3.i586 lsmod | egrep -i "ipset|ip_set|ipt_set" (empty) expecting, instead, lsmod | egrep -i "ipset|ip_set|ipt_set" ipt_set 1671 12 compat_xtables 6637 2 xt_ipv4options,ipt_set ip_set_setlist 4647 2 ip_set_nethash 10068 5 ip_set_iphash 8251 5 ip_set 16339 7 ipt_set,ip_set_setlist,ip_set_nethash,ip_set_iphash strace ipset -V .. fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0), ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb788a000 write(1, "ipset v4.2, protocol version 4.\n", 32ipset v4.2, protocol version 4. ) = 32 socket(PF_INET, SOCK_RAW, IPPROTO_RAW) = 3 getsockopt(3, SOL_IP, 0x53 /* IP_??? */, 0xbff8b2a4, 0xbff8b2ac) = -1 ENOPROTOOPT (Protocol not available) stat64("/sbin/modprobe", {st_mode=S_IFREG|0755, st_size=59816, ...}) = 0 open("/proc/sys/kernel/modprobe", O_RDONLY|O_LARGEFILE) = 4 brk(0) = 0x8051000 brk(0x8072000) = 0x8072000 read(4, "/sbin/modprobe\n", 1024) = 15 close(4) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb76ed938) = 3708 wait4(-1, FATAL: Module ip_set not found. [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], 0, NULL) = 3708 --- SIGCHLD (Child exited) @ 0 (0) --- write(2, "ipset v4.2: ", 12ipset v4.2: ) = 12 write(2, "Couldn't verify kernel module ve"..., 38Couldn't verify kernel module version!) = 38 write(2, "\n", 1 ) = 1 exit_group(1) = ? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.