Hi Folks,

anyone has a bell ringing with this error message ?
When doing a: shorewall refresh

# /sbin/shorewall refresh
Compiling...
Loading /usr/share/shorewall/functions...
Processing /etc/shorewall/params ...
Processing /etc/shorewall/shorewall.conf...
Loading Modules...
/usr/share/shorewall/functions: line 145: 27260 Segmentation fault
"$@" >/dev/null 2>&1
Initializing...
[... snip ...]

it's in this function:
#
# Suppress all output for a command
#
qt()
{
    "$@" >/dev/null 2>&1
}

A debug output shows me this:
+ qt /sbin/iptables -A fooX1234 -m conntrack --ctorigdst 192.168.1.1 -j
ACCEPT
+ /sbin/iptables -A fooX1234 -m conntrack --ctorigdst 192.168.1.1 -j ACCEPT
+ CONNTRACK_MATCH=Yes
+ qt /sbin/iptables -A fooX1234 -p tcp -m multiport --dports 21,22 -j ACCEPT
+ /sbin/iptables -A fooX1234 -p tcp -m multiport --dports 21,22 -j ACCEPT
+ MULTIPORT=Yes
+ qt /sbin/iptables -A fooX1234 -p tcp -m multiport --dports 21:22 -j ACCEPT
+ /sbin/iptables -A fooX1234 -p tcp -m multiport --dports 21:22 -j ACCEPT
+ XMULTIPORT=Yes
+ qt /sbin/iptables -A fooX1234 -m policy --pol ipsec --mode tunnel
--dir in -j ACCEPT
+ /sbin/iptables -A fooX1234 -m policy --pol ipsec --mode tunnel --dir
in -j ACCEPT
/usr/share/shorewall/functions: line 145: 32759 Segmentation fault
"$@" >/dev/null 2>&1
+ qt /sbin/iptables -A fooX1234 -m physdev --physdev-in eth0 -j ACCEPT
+ /sbin/iptables -A fooX1234 -m physdev --physdev-in eth0 -j ACCEPT
+ PHYSDEV_MATCH=Yes

Just FYI - I am not using any IPSec stuff - as only OpenVPN comes to
service in my networks.

Here the Shorewall version number:
/sbin/shorewall version
3.2.4

It doesn't seem to make any issue though - as everything works as required.
This is on a cross-upgraded Debian to Ubuntu 6.06.1 LTS,
but this error showed up only after the last libc6 upgrade.




-- 
------------------------------------------------------------------------
| Joerg Mertin              :  [EMAIL PROTECTED]                (Home)|
| in Forchheim/Germany      :  [EMAIL PROTECTED]                  (Alt1)|
| Stardust's LiNUX System   :                                          |
| Web: http://www.solsys.org                                           |
------------------------------------------------------------------------
PGP Fingerprint: AF0F FB75 997B 025F 4538 5AD6 9888 5D97 170B 8B7A

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to