Hi, I''ve the following installed.... shorewall-1.2-5 iptables-1.2.5-1 I''m running the RH rawhide kernel. Linux misty.greshko.com 2.4.17-0.13 #1 Fri Feb 1 10:47:57 EST 2002 i686 When I try to start shorewall I get the following [egreshko@misty egreshko]$ cat shorefail Processing /etc/shorewall/shorewall.conf ... Processing /etc/shorewall/params ... Starting Shorewall... Loading Modules... Initializing... iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 | 1 << 3)'' failed. ./S25shorewall: line 1: 6358 Aborted iptables `echo $@ | sed ''s/!/! /g''` iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks == (1 << 0 | 1 << 3)'' failed. ./S25shorewall: line 1: 6365 Aborted iptables `echo $@ | sed ''s/!/! /g''` Terminated Any pointers? Ed P.S. I had an older version of shorewall running on the "stock" RH 7.2 kernel.
On Wednesday 06 February 2002 07:56 am, Ed Greshko wrote:> Hi, > > I''ve the following installed.... > > shorewall-1.2-5 > iptables-1.2.5-1 > > I''m running the RH rawhide kernel. > > Linux misty.greshko.com 2.4.17-0.13 #1 Fri Feb 1 10:47:57 EST 2002 i686 > > When I try to start shorewall I get the following > > [egreshko@misty egreshko]$ cat shorefail > Processing /etc/shorewall/shorewall.conf ... > Processing /etc/shorewall/params ... > Starting Shorewall... > Loading Modules... > Initializing... > iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks > =3D=3D (1 << 0 | 1 << 3)'' failed. > ./S25shorewall: line 1: 6358 Aborted iptables `echo $@ | > sed ''s/!/! /g''` > iptables: libiptc/libip4tc.c:384: do_check: Assertion `h->info.valid_hooks > =3D=3D (1 << 0 | 1 << 3)'' failed. > ./S25shorewall: line 1: 6365 Aborted iptables `echo $@ | > sed ''s/!/! /g''` > Terminated > > Any pointers? >Looks like an iptables (helper library) problem to me. Possible=20 incompatibility between your iptables and kernel. -Tom --=20 Tom Eastep \ A Firewall for Linux 2.4.* AIM: tmeastep \ http://www.shorewall.net ICQ: #60745924 \ teastep@shorewall.net
On Wed, 6 Feb 2002, Tom Eastep wrote:> Looks like an iptables (helper library) problem to me. Possible > incompatibility between your iptables and kernel.I should have checked Bugzilla first..... "iptables is b0rked in rawhide kernels right now; will be fixed once 2.4.18pre8 comes out" Oh well.... Ed