Shorewall 4.4.16 Beta 1 is now available for testing. 4.4.16 Beta 1 is unusual because it contains no new features. It rather implements a significant change in the way that the params file is processed. Given that I had to release 4.4.15.1 right after 4.4.15, I think it is important to try to clean up the new 4.4.15 params file implementation and possibly to port that cleanup back to 4.4.15. So if you are in a position to test a Beta release and you make use of a params file, I encourage you to try 4.4.16 Beta 1 and help me insure that params file processing is reliable going forward. 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
Hi Tom! I installed the 4.4.16 Beta 1 from the RPM and when I did a restart I got this: Compiling... ERROR: Internal error in Shorewall::Config::get_params at /usr/share/shorewall/Shorewall/Config.pm line 2945 My setup is pretty vanilla and I have nothing in my params file. Anyway, I have scurried back to 4.4.15! neal On Thu, Dec 2, 2010 at 9:07 PM, Tom Eastep <teastep@shorewall.net> wrote:> Shorewall 4.4.16 Beta 1 is now available for testing. > > 4.4.16 Beta 1 is unusual because it contains no new features. It rather > implements a significant change in the way that the params file is > processed. Given that I had to release 4.4.15.1 right after 4.4.15, I > think it is important to try to clean up the new 4.4.15 params file > implementation and possibly to port that cleanup back to 4.4.15. > > So if you are in a position to test a Beta release and you make use of a > params file, I encourage you to try 4.4.16 Beta 1 and help me insure > that params file processing is reliable going forward. > > 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 > _______________________________________________ > Shorewall-devel mailing list > Shorewall-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-devel > >-- (\(\ That''s odd. That''s very odd. (^.^) Wouldn''t you say that''s very odd? (")") -------- When the going gets weird, the weird turn pro. ------------------------------------------------------------------------------ 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/3/10 4:36 AM, Neal Thomsen wrote:> Hi Tom! I installed the 4.4.16 Beta 1 from the RPM and when I did a > restart I got this: > > Compiling... > ERROR: Internal error in Shorewall::Config::get_params at > /usr/share/shorewall/Shorewall/Config.pm line 2945 > > My setup is pretty vanilla and I have nothing in my params file.Please post the output of ''/bin/sh -c export -p'' 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
Okay, I ran the the /bin/sh -c export -p and this is what I got: export BASH_ENV="/home/thomsen/.bashrc" export G_BROKEN_FILENAMES="1" export HISTSIZE="50" export HOME="/root" export HOSTNAME="cahp2.vet.upenn.edu" export INPUTRC="/etc/inputrc" export LANG="en_US.UTF-8" export LESSOPEN="|/usr/bin/lesspipe.sh %s" export LOGNAME="thomsen" export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:" export MAIL="/var/spool/mail/thomsen" export OLDPWD export PATH="/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/thomsen/bin" export PWD="/home/thomsen/temp" export SHELL="/bin/bash" export SHLVL="3" export SSH_CLIENT="130.91.88.141 49996 22" export SSH_CONNECTION="130.91.88.141 49996 130.91.88.241 22" export SSH_TTY="/dev/pts/0" export TERM="xterm-color" export USER="thomsen" export _="/bin/sh" I did /bin/su, installed the beta and the did the export thing hope this helps, if you need anything else i can try and get it. neal On Fri, Dec 3, 2010 at 9:08 AM, Tom Eastep <teastep@shorewall.net> wrote:> On 12/3/10 4:36 AM, Neal Thomsen wrote: > > Hi Tom! I installed the 4.4.16 Beta 1 from the RPM and when I did a > > restart I got this: > > > > Compiling... > > ERROR: Internal error in Shorewall::Config::get_params at > > /usr/share/shorewall/Shorewall/Config.pm line 2945 > > > > My setup is pretty vanilla and I have nothing in my params file. > > Please post the output of ''/bin/sh -c export -p'' > > 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 > _______________________________________________ > Shorewall-devel mailing list > Shorewall-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-devel > >-- (\(\ That''s odd. That''s very odd. (^.^) Wouldn''t you say that''s very odd? (")") -------- When the going gets weird, the weird turn pro. ------------------------------------------------------------------------------ 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/3/10 7:07 AM, Neal Thomsen wrote:> > hope this helps, if you need anything else i can try and get it.Thanks Neal, I was still unable to reproduce the problem so I''ve uploaded Beta 2 which contains debugging code. When the failure occurs, rather than raising a fatal error, the debugging output is produced and compilation continues. So it should work okay for you and will help get the information I need. 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
Hello again! I downloaded the Beta 2 RPM and installed it - this is the output when I ran it: I''m on Centos 5.something and so after I rpm -fvh i do /etc/rc.d/init.d/shorewall restart just so you know. ====Compiling... WARNING: Bug in get_params() Params export CONFDIR="/etc/shorewall" export HOME="/home/thomsen" export HOSTNAME="cahp2.vet.upenn.edu" export LANG="en_US.UTF-8" export LOGNAME="root" export LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.sh=01;32:*.csh=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.cpio=01;31:*.jpg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:" export MAIL="/var/spool/mail/thomsen" export OLDPWD export PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin" export PWD="/home/thomsen/temp" export SHELL="/bin/bash" export SHLVL="2" export SHOREWALL_INIT_SCRIPT="1" export SUDO_COMMAND="/etc/rc.d/init.d/shorewall restart" export SUDO_GID="500" export SUDO_UID="500" export SUDO_USER="thomsen" export TERM="xterm-color" export USER="root" export USERNAME="root" Element in error: export CONFDIR="/etc/shorewall" Shorewall configuration compiled to /var/lib/shorewall/.restart Restarting Shorewall.... done. === Shorewall seems to be running okay: ===Shorewall-4.4.16-Beta2 Status at cahp2.vet.upenn.edu - Fri Dec 3 16:02:07 EST 2010 Shorewall is running State:Started (Fri Dec 3 15:57:21 EST 2010) from /etc/shorewall/ === So I am keeping it running and didn''t go back to 4.4.15. Anything else you need let me know. neal On Fri, Dec 3, 2010 at 2:06 PM, Tom Eastep <teastep@shorewall.net> wrote:> On 12/3/10 7:07 AM, Neal Thomsen wrote: > > > > > hope this helps, if you need anything else i can try and get it. > > Thanks Neal, > > I was still unable to reproduce the problem so I''ve uploaded Beta 2 > which contains debugging code. When the failure occurs, rather than > raising a fatal error, the debugging output is produced and compilation > continues. So it should work okay for you and will help get the > information I need. > > 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 > _______________________________________________ > Shorewall-devel mailing list > Shorewall-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-devel > >-- (\(\ That''s odd. That''s very odd. (^.^) Wouldn''t you say that''s very odd? (")") -------- When the going gets weird, the weird turn pro. ------------------------------------------------------------------------------ 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/3/10 1:06 PM, Neal Thomsen wrote:> Hello again! > > I downloaded the Beta 2 RPM and installed it - this is the output when > I ran it: > I''m on Centos 5.something and so after I rpm -fvh i do > /etc/rc.d/init.d/shorewall restart > just so you know.That was the tip I needed. I booted up Centos 5.4 and immediately reproduced and corrected the problem. Beta 3 is now ready for testing. Thanks for your help Neal. -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 \________________________________________________ ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: New IBM DB2 features make compatibility easy. Learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more - all designed to run applications on both DB2 and Oracle platforms. http://p.sf.net/sfu/oracle-sfdev2dev
Glad I could help. I just downloaded and installed Beta 3 and it works for me. Thanks for all the work you do on Shorewall! neal On Fri, Dec 3, 2010 at 5:19 PM, Tom Eastep <teastep@shorewall.net> wrote:> On 12/3/10 1:06 PM, Neal Thomsen wrote: > > Hello again! > > > > I downloaded the Beta 2 RPM and installed it - this is the output when > > I ran it: > > I''m on Centos 5.something and so after I rpm -fvh i do > > /etc/rc.d/init.d/shorewall restart > > just so you know. > > That was the tip I needed. I booted up Centos 5.4 and immediately > reproduced and corrected the problem. > > Beta 3 is now ready for testing. > > Thanks for your help Neal. > > -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 \________________________________________________ > > > > ------------------------------------------------------------------------------ > Oracle to DB2 Conversion Guide: New IBM DB2 features make compatibility > easy. > Learn about native support for PL/SQL, new data types, scalar functions, > improved concurrency, built-in packages, OCI, SQL*Plus, data movement > tools, > best practices and more - all designed to run applications on both DB2 and > Oracle platforms. http://p.sf.net/sfu/oracle-sfdev2dev > _______________________________________________ > Shorewall-devel mailing list > Shorewall-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/shorewall-devel > >-- (\(\ That''s odd. That''s very odd. (^.^) Wouldn''t you say that''s very odd? (")") -------- When the going gets weird, the weird turn pro. ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d
On 12/3/10 5:38 PM, Neal Thomsen wrote:> Glad I could help. I just downloaded and installed Beta 3 and it works > for me. > > Thanks for all the work you do on Shorewall!You are most welcome. -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 \________________________________________________ ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d