Hello all! I''ve got shorewall-4.4.15 installed and when i try restart, start, stop or check it next error appear linux:/etc/shorewall # shorewall trace check Checking... IN===> CONFIG_PATH=/etc/shorewall:/usr/share/shorewall Processing /etc/shorewall/params ... ERROR: Internal error in Shorewall::Config::get_params at /usr/share/shorewall/Shorewall/Config.pm line 2912 at /usr/share/shorewall/Shorewall/Config.pm line 811 Shorewall::Config::fatal_error(''Internal error in Shorewall::Config::get_params at /usr/share...'') called at /usr/share/shorewall/Shorewall/Config.pm line 845 Shorewall::Config::assert(0) called at /usr/share/shorewall/Shorewall/Config.pm line 2912 Shorewall::Config::get_params() called at /usr/share/shorewall/Shorewall/Config.pm line 2935 Shorewall::Config::get_configuration(0) called at /usr/share/shorewall/Shorewall/Compiler.pm line 577 Shorewall::Compiler::compiler(''script'', '''', ''directory'', '''', ''verbosity'', 1, ''timestamp'', 0, ''debug'', ...) called at /usr/share/shorewall/compiler.pl line 111 With shorewall-4.4.14 same configs work well. What is wrong? ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev
On 12/1/10 4:17 AM, Andrew Zhoglo wrote:> Hello all! > > I''ve got shorewall-4.4.15 installed and when i try restart, start, stop > or check it next error appear > > linux:/etc/shorewall # shorewall trace check > Checking... > IN===> CONFIG_PATH=/etc/shorewall:/usr/share/shorewall > Processing /etc/shorewall/params ... > ERROR: Internal error in Shorewall::Config::get_params at > /usr/share/shorewall/Shorewall/Config.pm line 2912 at > /usr/share/shorewall/Shorewall/Config.pm line 811 > Shorewall::Config::fatal_error(''Internal error in > Shorewall::Config::get_params at /usr/share...'') called at > /usr/share/shorewall/Shorewall/Config.pm line 845 > Shorewall::Config::assert(0) called at > /usr/share/shorewall/Shorewall/Config.pm line 2912 > Shorewall::Config::get_params() called at > /usr/share/shorewall/Shorewall/Config.pm line 2935 > Shorewall::Config::get_configuration(0) called at > /usr/share/shorewall/Shorewall/Compiler.pm line 577 > Shorewall::Compiler::compiler(''script'', '''', ''directory'', '''', > ''verbosity'', 1, ''timestamp'', 0, ''debug'', ...) called at > /usr/share/shorewall/compiler.pl line 111 > > With shorewall-4.4.14 same configs work well. What is wrong?Please: a) shorewall show -f capabilities > /etc/shorewall/caps b) tar -zcf shorewall.tgz /etc/shorewall c) Send me the shorewall.tgz file Thanks, -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev
On 12/01/2010 07:17 AM, Andrew Zhoglo wrote:> Hello Tom! > > > 01.12.2010 17:13, Tom Eastep пишет: >> On 12/01/2010 06:47 AM, Andrew Zhoglo wrote: >>> Hello Tom! >>> Distro is opensuse-11.3 with last updates. >> >> Hello Andrew, >> >> What is the output of ''env''?Andrew, This is the problem: mc=() { . /usr/share/mc/mc-wrapper.sh } The Shorewall compiler is trying to parse the output of ''env'' and is choking on the above. -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev
> > This is the problem: > > mc=() { . /usr/share/mc/mc-wrapper.sh > } > > The Shorewall compiler is trying to parse the output of ''env'' and is choking > on the above.Here is a patch that turns the assertion into a warning message. patch /usr/share/shorewall/Shorewall/Config.pm < ENV.patch -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev