Philipp Rusch wrote: > Here is the .restart script as attachment. > Thank you again for your time, Tom. >
Philipp, This appears to be a bash problem: test:~ # /home/teastep/.restart start Starting Shorewall.... Segmentation fault test:~ # less /home/teastep/.restart start test:~ # ll /bin/sh lrwxrwxrwx 1 root root 4 Apr 14 08:26 /bin/sh -> bash test:~ # which ash /bin/ash test:~ # ash /home/teastep/.restart start Starting Shorewall.... I killed the script after a couple of minutes but it was running normally. The Segmentation fault with bash occurred almost immediately. test:~ # bash /home/teastep/.restart start Starting Shorewall.... Segmentation fault test:~ # So setting SHOREWALL_SHELL=/bin/ash may help. Have you tried my suggestion of configuring a single IPSEC zone? -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ [EMAIL PROTECTED] PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
