Beta 1 is now available for testing. Problems Corrected: 1) Contains all defect repair included in 4.5.9.2. New Feature: 1) Shorewall now treats optional non-provider interfaces in a manner similar to provider interfaces. - They may have entries in /etc/shorewall/routes - They may be enabled/disabled using the ''enable'' and ''disable'' commands. - Shorewall-init will simply enable an optional interface when it comes up and disable it when it goes down. Thank you for testing. -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
Tom In the attached config. shorewall2A, interface ssp+ generates the following line in /var/lib/shorewall/.start start_interface_ssp+() { which produces the following error message: /var/lib/shorewall/.start: 1892: Syntax error: Bad function name ---------------------------------------------------------------------------------------------------- In the attached config. shorewall2A1, interface br0 is specified in tcclasses & tcdevices but is missing from the interfaces file. This config. produces the following messages: Use of uninitialized value $phyrdev in concatenation (.) or string at /usr/share/shorewall/Shorewall/Tc.pm line 2018. Use of uninitialized value $phyrdev in concatenation (.) or string at /usr/share/shorewall/Shorewall/Tc.pm line 2019. Use of uninitialized value $chain in hash element at /usr/share/shorewall/Shorewall/Zones.pm line 899. Use of uninitialized value $chain in substitution (s///) at /usr/share/shorewall/Shorewall/Zones.pm line 911. Use of uninitialized value in transliteration (tr///) at /usr/share/shorewall/Shorewall/Zones.pm line 912. Use of uninitialized value $chain in string eq at /usr/share/shorewall/Shorewall/Zones.pm line 914. Use of uninitialized value $chain in substitution (s///) at /usr/share/shorewall/Shorewall/Zones.pm line 918. Use of uninitialized value $chain in pattern match (m//) at /usr/share/shorewall/Shorewall/Zones.pm line 922. Use of uninitialized value $chain in join or string at /usr/share/shorewall/Shorewall/Zones.pm line 926. Use of uninitialized value $key in hash element at /usr/share/shorewall/Shorewall/Zones.pm line 940. Use of uninitialized value in numeric comparison (<=>) at /usr/share/shorewall/Shorewall/Zones.pm line 1610. Use of uninitialized value in numeric comparison (<=>) at /usr/share/shorewall/Shorewall/Zones.pm line 1610. Use of uninitialized value in numeric comparison (<=>) at /usr/share/shorewall/Shorewall/Zones.pm line 1610. Use of uninitialized value in numeric comparison (<=>) at /usr/share/shorewall/Shorewall/Zones.pm line 1610. ----------------------------------------------------------------------------- If a capabilities file is created it correctly sets CHECKSUM_TARGET=Yes. If the capabilities file is not created, the following tcrules file entry: CHECKSUM:T br0 eth0 ..... produces the following error message: ERROR: The CHECKSUM action requires Checksum Target in your kernel and iptables /etc/shorewall2/tcrules (line 74) Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/20/2012 05:13 AM, Steven Jan Springl wrote:> In the attached config. shorewall2A, interface ssp+ generates the following > line in /var/lib/shorewall/.start > > start_interface_ssp+() { > > which produces the following error message: > > /var/lib/shorewall/.start: 1892: Syntax error: Bad function nameAttached is patch commit-ebb4e1f that ignores wildcard optional interfaces with respect to enable/disable.> > ---------------------------------------------------------------------------------------------------- > > In the attached config. shorewall2A1, interface br0 is specified in tcclasses & > tcdevices but is missing from the interfaces file. This config. produces the > following messages: > > Use of uninitialized value $phyrdev in concatenation (.) or string at > /usr/share/shorewall/Shorewall/Tc.pm line 2018. /Zones.pm >.. >> Use of uninitialized value in numeric comparison (<=>) at > /usr/share/shorewall/Shorewall/Zones.pm line 1610.Corrected by patch commit-67ae9df.> > ----------------------------------------------------------------------------- > > If a capabilities file is created it correctly sets CHECKSUM_TARGET=Yes. > > If the capabilities file is not created, the following tcrules file entry: > > CHECKSUM:T br0 eth0 ..... > > produces the following error message: > > ERROR: The CHECKSUM action requires Checksum Target in your kernel and > iptables /etc/shorewall2/tcrules (line 74) >Corrected by patch commit-f458e99. Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On Tuesday 20 Nov 2012 16:22:12 Tom Eastep wrote:> On 11/20/2012 05:13 AM, Steven Jan Springl wrote: > > In the attached config. shorewall2A, interface ssp+ generates the > > following line in /var/lib/shorewall/.start > > > > start_interface_ssp+() { > > > > which produces the following error message: > > > > /var/lib/shorewall/.start: 1892: Syntax error: Bad function name > > Attached is patch commit-ebb4e1f that ignores wildcard optional > interfaces with respect to enable/disable. > > > ------------------------------------------------------------------------- > > --------------------------- > > > > In the attached config. shorewall2A1, interface br0 is specified in > > tcclasses & tcdevices but is missing from the interfaces file. This > > config. produces the following messages: > > > > Use of uninitialized value $phyrdev in concatenation (.) or string at > > /usr/share/shorewall/Shorewall/Tc.pm line 2018. /Zones.pm > > .. > > > Use of uninitialized value in numeric comparison (<=>) at > > /usr/share/shorewall/Shorewall/Zones.pm line 1610. > > Corrected by patch commit-67ae9df. > > > ------------------------------------------------------------------------- > > ---- > > > > If a capabilities file is created it correctly sets CHECKSUM_TARGET=Yes. > > > > If the capabilities file is not created, the following tcrules file > > entry: > > > > CHECKSUM:T br0 eth0 ..... > > > > produces the following error message: > > > > ERROR: The CHECKSUM action requires Checksum Target in your kernel and > > iptables /etc/shorewall2/tcrules (line 74) > > Corrected by patch commit-f458e99. > > Thanks Steven, > -TomTom The first two patches resolve the issues. The third patch does not. Should it not be "$iptables -t mangle" instead of "iptables -t mangle" ? I have changed my code accordingly and it seems to work. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/20/2012 09:18 AM, Steven Jan Springl wrote:> The first two patches resolve the issues. > > The third patch does not. > > Should it not be "$iptables -t mangle" instead of "iptables -t mangle" ?Yes, it should.> > I have changed my code accordingly and it seems to work. >Okay -- my code also works if ''iptables'' is on the current PATH which allowed my testing to succeed. Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
Tom In the attached config. the providers entry: isp3 3 3 isp3 eth0 detect produces the following error message: /var/lib/shorewall/.start: 1971: Syntax error: ")" unexpected (expecting "fi") I have attached the appropriate block of code from /var/lib/shorewall/.start. Line 1971 is "*)". Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/20/2012 01:01 PM, Steven Jan Springl wrote:> In the attached config. the providers entry: > > isp3 3 3 isp3 eth0 detect > > produces the following error message: > > /var/lib/shorewall/.start: 1971: Syntax error: ")" unexpected (expecting "fi") > > I have attached the appropriate block of code from /var/lib/shorewall/.start. > > Line 1971 is "*)". >The attached patch corrects this and a couple of other issues. Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On Tuesday 20 Nov 2012 21:25:58 Tom Eastep wrote:> On 11/20/2012 01:01 PM, Steven Jan Springl wrote: > > In the attached config. the providers entry: > > > > isp3 3 3 isp3 eth0 detect > > > > produces the following error message: > > > > /var/lib/shorewall/.start: 1971: Syntax error: ")" unexpected (expecting > > "fi") > > > > I have attached the appropriate block of code from > > /var/lib/shorewall/.start. > > > > Line 1971 is "*)". > > The attached patch corrects this and a couple of other issues. > > Thanks Steven, > -TomTom Confirmed, the patch corrects the issue. Thanks. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/20/2012 01:32 PM, Steven Jan Springl wrote:> Confirmed, the patch corrects the issue.Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
Tom The attached config. generates the following iptables rule: -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 which produces the following error message: iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such file or directory Note, if OPTIMIZE=0 is specified, the error does not occur. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/21/2012 08:54 AM, Steven Jan Springl wrote:> Tom > > The attached config. generates the following iptables rule: > > -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 > > which produces the following error message: > > iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such file or > directory > > Note, if OPTIMIZE=0 is specified, the error does not occur.Steven, I''m unable to reproduce this problem. Attached is the output of ''fgrep excl firewall''. a) How does it differ from yours? b) Which Perl version are you running? 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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/22/2012 09:31 AM, Tom Eastep wrote:> On 11/21/2012 08:54 AM, Steven Jan Springl wrote: >> Tom >> >> The attached config. generates the following iptables rule: >> >> -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 >> >> which produces the following error message: >> >> iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such file or >> directory >> >> Note, if OPTIMIZE=0 is specified, the error does not occur. > > Steven, > > I''m unable to reproduce this problem. Attached is the output of ''fgrep > excl firewall''. > > a) How does it differ from yours? > b) Which Perl version are you running? >Update -- I am able to reproduce the problem on Beta 1 but not on my current pre-Beta2 code base. I''ll try to understand what I''ve changed that corrected the problem. -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/22/12 9:35 AM, "Tom Eastep" <teastep@shorewall.net> wrote:>On 11/22/2012 09:31 AM, Tom Eastep wrote: >> On 11/21/2012 08:54 AM, Steven Jan Springl wrote: >>> Tom >>> >>> The attached config. generates the following iptables rule: >>> >>> -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 >>> >>> which produces the following error message: >>> >>> iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such file or >>> directory >>> >>> Note, if OPTIMIZE=0 is specified, the error does not occur. >> >> Steven, >> >> I''m unable to reproduce this problem. Attached is the output of ''fgrep >> excl firewall''. >> >> a) How does it differ from yours? >> b) Which Perl version are you running? >> > >Update -- I am able to reproduce the problem on Beta 1 but not on my >current pre-Beta2 code base. I''ll try to understand what I''ve changed >that corrected the problem.Steven, Here is a patch that corrects the problem. Thanks, -Tom You do not need a parachute to skydive. You only need a parachute to skydive twice. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On Friday 23 Nov 2012 00:58:57 Tom Eastep wrote:> On 11/22/12 9:35 AM, "Tom Eastep" <teastep@shorewall.net> wrote: > >On 11/22/2012 09:31 AM, Tom Eastep wrote: > >> On 11/21/2012 08:54 AM, Steven Jan Springl wrote: > >>> Tom > >>> > >>> The attached config. generates the following iptables rule: > >>> > >>> -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 > >>> > >>> which produces the following error message: > >>> > >>> iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such file or > >>> directory > >>> > >>> Note, if OPTIMIZE=0 is specified, the error does not occur. > >> > >> Steven, > >> > >> I''m unable to reproduce this problem. Attached is the output of ''fgrep > >> excl firewall''. > >> > >> a) How does it differ from yours? > >> b) Which Perl version are you running? > > > >Update -- I am able to reproduce the problem on Beta 1 but not on my > >current pre-Beta2 code base. I''ll try to understand what I''ve changed > >that corrected the problem. > > Steven, > > Here is a patch that corrects the problem. >Tom The patch is missing. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/22/12 5:58 PM, "Steven Jan Springl" <steven@springl.ukfsn.org> wrote:>On Friday 23 Nov 2012 00:58:57 Tom Eastep wrote: >> On 11/22/12 9:35 AM, "Tom Eastep" <teastep@shorewall.net> wrote: >> >On 11/22/2012 09:31 AM, Tom Eastep wrote: >> >> On 11/21/2012 08:54 AM, Steven Jan Springl wrote: >> >>> Tom >> >>> >> >>> The attached config. generates the following iptables rule: >> >>> >> >>> -A eth0_fwd -m conntrack --ctstate NEW,INVALID,UNTRACKED -j ~excl5 >> >>> >> >>> which produces the following error message: >> >>> >> >>> iptables-restore v1.4.15: Couldn''t load target `~excl5'':No such >>file or >> >>> directory >> >>> >> >>> Note, if OPTIMIZE=0 is specified, the error does not occur. >> >> >> >> Steven, >> >> >> >> I''m unable to reproduce this problem. Attached is the output of >>''fgrep >> >> excl firewall''. >> >> >> >> a) How does it differ from yours? >> >> b) Which Perl version are you running? >> > >> >Update -- I am able to reproduce the problem on Beta 1 but not on my >> >current pre-Beta2 code base. I''ll try to understand what I''ve changed >> >that corrected the problem. >> >> Steven, >> >> Here is a patch that corrects the problem. >> > >Tom > >The patch is missing.Oops. -Tom You do not need a parachute to skydive. You only need a parachute to skydive twice. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On Friday 23 Nov 2012 02:59:10 Tom Eastep wrote:> >> > >> Steven, > >> > >> Here is a patch that corrects the problem. > > > >Tom > > > >The patch is missing. > > Oops. >Tom Confirmed, the patch corrects the issue. Thanks. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/23/2012 03:43 AM, Steven Jan Springl wrote:> On Friday 23 Nov 2012 02:59:10 Tom Eastep wrote: > > Confirmed, the patch corrects the issue. >Thanks, Steven -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
Tom In the attached config. the following stoppedrules entry: NOTRACK fw:1.1.1.1 - icmp generates the following iptables rule: -A OUTPUT -p 1 -s 1.1.1.1 -j CT --notrack When command "shorewall stop" is issued the following error message is produced: iptables-restore: line 31 failed In /var/log/syslog the following message appears: Nov 23 15:23:24 l4 kernel: [ 3496.562820] x_tables: ip_tables: CT target: only valid in raw table, not filter While investigating the above error, I noticed that when the following commands are issued: shorewall debug stop shorewall debug try /etc/shorewall2A4 shorewall debug clear The debug option is ignored and iptables-restore is used. Is this expected? Steven ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/23/12 7:35 AM, Steven Jan Springl wrote: the attached config. the following stoppedrules entry:> > NOTRACK fw:1.1.1.1 - icmp > > generates the following iptables rule: > > -A OUTPUT -p 1 -s 1.1.1.1 -j CT --notrack > > When command "shorewall stop" is issued the following error message is > produced: > > iptables-restore: line 31 failed > > In /var/log/syslog the following message appears: > > Nov 23 15:23:24 l4 kernel: [ 3496.562820] x_tables: ip_tables: CT target: only > valid in raw table, not filterPatch NOTRACK.patch attached.> > While investigating the above error, I noticed that when the following > commands are issued: > > shorewall debug stop > shorewall debug try /etc/shorewall2A4 > shorewall debug clear > > The debug option is ignored and iptables-restore is used. Is this expected?No. Patch DEBUG.patch attached. Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On Friday 23 Nov 2012 19:41:01 Tom Eastep wrote:> On 11/23/12 7:35 AM, Steven Jan Springl wrote: > > the attached config. the following stoppedrules entry: > > NOTRACK fw:1.1.1.1 - icmp > > > > generates the following iptables rule: > > > > -A OUTPUT -p 1 -s 1.1.1.1 -j CT --notrack > > > > When command "shorewall stop" is issued the following error message is > > produced: > > > > iptables-restore: line 31 failed > > > > In /var/log/syslog the following message appears: > > > > Nov 23 15:23:24 l4 kernel: [ 3496.562820] x_tables: ip_tables: CT target: > > only valid in raw table, not filter > > Patch NOTRACK.patch attached. > > > While investigating the above error, I noticed that when the following > > > > commands are issued: > > shorewall debug stop > > shorewall debug try /etc/shorewall2A4 > > shorewall debug clear > > > > The debug option is ignored and iptables-restore is used. Is this > > expected? > > No. Patch DEBUG.patch attached. > > Thanks Steven, > -TomTom Confirmed, the patches fix both issues. Thanks. Steven. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov
On 11/23/12 12:46 PM, Steven Jan Springl wrote:> > Confirmed, the patches fix both issues.Thanks Steven, -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 \________________________________________________ ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov