Shorewall 4.1.6 is available for download and testing. http://www.shorewall.net/pub/shorewall/development/4.1/shorewall-4.1.6/ ftp://ftp.shorewall.net/pub/shorewall/development/4.1/shorewall-4.1.6/ Warning: The ''classify'' option in /etc/shorewall/tcdevices had change in an incompatible way. Read the release notes carefully. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom When tcfilters has an erroneous entry in the source ports column e.g. eth0:33 1.1.1.1 2.2.2.2 tcp 22 shh The following messages are produced: Use of uninitialized value in getservbyname at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 260, <$currentfile> line 11. Use of uninitialized value in concatenation (.) or string at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 263, <$currentfile> line 11. Note, both rev. 8330 & 8331 have been applied. Steven. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Steven Jan Springl wrote:> Tom > > When tcfilters has an erroneous entry in the source ports column e.g. > > eth0:33 1.1.1.1 2.2.2.2 tcp 22 shh > > The following messages are produced: > > Use of uninitialized value in getservbyname > at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 260, <$currentfile> > line 11. > > Use of uninitialized value in concatenation (.) or string > at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 263, <$currentfile> > line 11. > > Note, both rev. 8330 & 8331 have been applied.Thanks, Steven. The attached patch fixes the problem -Tom PS -- The same bug is present in 4.0. -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom Eastep wrote:> Steven Jan Springl wrote: >> Tom >> >> When tcfilters has an erroneous entry in the source ports column e.g. >> >> eth0:33 1.1.1.1 2.2.2.2 tcp 22 shh >> >> The following messages are produced: >> >> Use of uninitialized value in getservbyname at >> /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 260, >> <$currentfile> line 11. >> >> Use of uninitialized value in concatenation (.) or string at >> /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 263, >> <$currentfile> line 11. >> >> Note, both rev. 8330 & 8331 have been applied. > > Thanks, Steven. The attached patch fixes the problem > >Crap -- I forgot to attach the patch and then I overwrote it with the 4.0 patch. But you can get it from SVN (8332). Sorry, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom Eastep wrote:> PS -- The same bug is present in 4.0.It turns out that the bug isn''t visible in 4.0 because the incorrect function is not called in a way that exposes the defect. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom Tcfilters entry eth0:33 - - - produces the following messages: RTNETLINK answers: Invalid argument We have an error talking to the kernel ERROR: Command "tc filter add dev eth0 protocol ip parent 1:0 pref 10 u32 flowid 1:33" Failed Steven. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Steven Jan Springl wrote:> Tom > > Tcfilters entry > > eth0:33 - - - > > produces the following messages: > > RTNETLINK answers: Invalid argument > We have an error talking to the kernel > ERROR: Command "tc filter add dev eth0 protocol ip parent 1:0 pref 10 u32 > flowid 1:33" Failed >This bug can be reproduced with other files as well. Patch attached. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom The following erroneous rule: ACCEPT lan $FW tcp ssh - ! produces the following message: Use of uninitialized value in string eq at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 137, <$currentfile> line 50. Steven. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
On Mon, Mar 24, 2008 at 03:25:36PM +0000, Steven Jan Springl wrote:> The following erroneous rule: > > ACCEPT lan $FW tcp ssh - ! > > produces the following message: > > Use of uninitialized value in string eq > at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 137, <$currentfile> > line 50.You''re turning up a lot of these. Is there some automation involved in finding them? ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
On Monday 24 March 2008 15:29, Andrew Suffield wrote:> On Mon, Mar 24, 2008 at 03:25:36PM +0000, Steven Jan Springl wrote: > > The following erroneous rule: > > > > ACCEPT lan $FW tcp ssh - ! > > > > produces the following message: > > > > Use of uninitialized value in string eq > > at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 137, > > <$currentfile> line 50. > > You''re turning up a lot of these. Is there some automation involved in > finding them?No, just manually slogging through all the different config options, trying valid and invalid entries. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Steven Jan Springl wrote:> Tom > > The following erroneous rule: > > ACCEPT lan $FW tcp ssh - ! > > produces the following message: > > Use of uninitialized value in string eq > at /usr/share/shorewall-perl/Shorewall/IPAddrs.pm line 137, <$currentfile> > line 50.Thanks, Steven The attached seems to fix it. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tom Eastep wrote:> Shorewall 4.1.6 is available for download and testing.With shorewall-perl-4.1.6 + following patches from svn I get error when trying to restart RTNETLINK answers: Invalid argument We have an error talking to the kernel ERROR: Command "tc filter add dev bond0.207 parent 1:0 protocol ip pref 10 u32 match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 0x0000 0xffc0 at 2 match u8 0x10 0xff at 33 flowid 1:11" Failed /sbin/shorewall: line 723: 755 Terminated $SHOREWALL_SHELL ${VARDIR}/.restart $debugging restart Patch200: shorewall-perl-4.1.6-r8330-IPAddrs.pm.patch Patch201: shorewall-perl-4.1.6-r8331-Tc.pm.patch Patch202: shorewall-perl-4.1.6-r8332-IPAddrs.pm.patch Patch203: shorewall-perl-4.1.6-r8332-Tc.pm.patch Patch204: shorewall-perl-4.1.6-r8339-Config.pm.patch Patch205: shorewall-perl-4.1.6-r8340-Config.pm.patch Patch206: shorewall-perl-4.1.6-r8341-IPAddrs.pm.patch Patch207: shorewall-perl-4.1.6-r8342-Chains.pm.patch Patch208: shorewall-perl-4.1.6-r8344-Chains.pm.patch Patch209: shorewall-perl-4.1.6-r8344-IPAddrs.pm.patch Patch210: shorewall-perl-4.1.6-r8344-Tc.pm.patch Patch211: shorewall-perl-4.1.6-r8345-Chains.pm.patch Patch212: shorewall-perl-4.1.6-r8345-Tc.pm.patch Patch213: shorewall-perl-4.1.6-r8346-Chains.pm.patch Patch214: shorewall-perl-4.1.6-r8347-IPAddrs.pm.patch - -- Tuomo Soini <tis@foobar.fi> Foobar Linux services +358 40 5240030 Foobar Oy <http://foobar.fi/> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFH6PjNTlrZKzwul1ERArBUAJ4n/kLPZ25Uq65RBjJ1qCMp9FI6UwCfU31W eknD5kBOX0jgdmALSNij7yE=10FC -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tuomo Soini wrote:> Tom Eastep wrote: >> Shorewall 4.1.6 is available for download and testing. > > With shorewall-perl-4.1.6 + following patches from svn I get error when > trying to restart > > RTNETLINK answers: Invalid argument > We have an error talking to the kernel > ERROR: Command "tc filter add dev bond0.207 parent 1:0 protocol ip > pref 10 u32 match ip protocol 6 0xff match u8 0x05 0x0f at 0 match u16 > 0x0000 0xffc0 at 2 match u8 0x10 0xff at 33 flowid 1:11" Failed > /sbin/shorewall: line 723: 755 Terminated > $SHOREWALL_SHELL ${VARDIR}/.restart $debugging restart > > Patch200: shorewall-perl-4.1.6-r8330-IPAddrs.pm.patch > Patch201: shorewall-perl-4.1.6-r8331-Tc.pm.patch > Patch202: shorewall-perl-4.1.6-r8332-IPAddrs.pm.patch > Patch203: shorewall-perl-4.1.6-r8332-Tc.pm.patch > Patch204: shorewall-perl-4.1.6-r8339-Config.pm.patch > Patch205: shorewall-perl-4.1.6-r8340-Config.pm.patch > Patch206: shorewall-perl-4.1.6-r8341-IPAddrs.pm.patch > Patch207: shorewall-perl-4.1.6-r8342-Chains.pm.patch > Patch208: shorewall-perl-4.1.6-r8344-Chains.pm.patch > Patch209: shorewall-perl-4.1.6-r8344-IPAddrs.pm.patch > Patch210: shorewall-perl-4.1.6-r8344-Tc.pm.patch > Patch211: shorewall-perl-4.1.6-r8345-Chains.pm.patch > Patch212: shorewall-perl-4.1.6-r8345-Tc.pm.patch > Patch213: shorewall-perl-4.1.6-r8346-Chains.pm.patch > Patch214: shorewall-perl-4.1.6-r8347-IPAddrs.pm.patch > > >The attached patch should fix you up. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Tom Eastep wrote:> The attached patch should fix you up.Yes, it did fix it, thanks. - -- Tuomo Soini <tis@foobar.fi> Foobar Linux services +358 40 5240030 Foobar Oy <http://foobar.fi/> -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFH6UO0TlrZKzwul1ERAvJJAJ0TT7z58wiPFP0IHP6ht15YgwCoswCeMvpd ZE1YO+3vk12IH2gWN1tIYLo=164X -----END PGP SIGNATURE----- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
Tom Erroneous policy: wan all : produces the following messages: Use of uninitialized value in pattern match (m//) at /usr/share/shorewall-perl/Shorewall/Actions.pm line 235, <$currentfile> line 15. Use of uninitialized value in hash element at /usr/share/shorewall-perl/Shorewall/Policy.pm line 249, <$currentfile> line 15. Use of uninitialized value in exists at /usr/share/shorewall-perl/Shorewall/Policy.pm line 252, <$currentfile> line 15. Use of uninitialized value in concatenation (.) or string at /usr/share/shorewall-perl/Shorewall/Policy.pm line 252, <$currentfile> line 15. Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Steven Jan Springl wrote:> Erroneous policy: > > wan all : > > produces the following messages:This problem also exists in 4.0. Patch attached. Thanks, Steven! -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Tom Erroneous interfaces entry: dup : produces the following message: Use of uninitialized value in join or string at /usr/share/shorewall-perl/Shorewall/Zones.pm line 619, <$currentfile> line 20. Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Steven Jan Springl wrote:> Tom > > Erroneous interfaces entry: > > dup : > > produces the following message:I detect a trend here :-) Patch attached. Thanks, Steven -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Tom The trend continues with tcrules entry: : - 2.2.2.2 which produces messages: Use of uninitialized value in string eq at /usr/share/shorewall-perl/Shorewall/Tc.pm line 82, <$currentfile> line 38. Use of uninitialized value in string eq at /usr/share/shorewall-perl/Shorewall/Tc.pm line 88, <$currentfile> line 38. Use of uninitialized value in string eq at /usr/share/shorewall-perl/Shorewall/Tc.pm line 94, <$currentfile> line 38. Use of uninitialized value in pattern match (m//) at /usr/share/shorewall-perl/Shorewall/Tc.pm line 100, <$currentfile> line 38. Use of uninitialized value in pattern match (m//) at /usr/share/shorewall-perl/Shorewall/Tc.pm line 104, <$currentfile> line 38. Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Steven Jan Springl wrote:> Tom > > The trend continues with tcrules entry: > > : - 2.2.2.2 > >Patch attached. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
On Wednesday 26 March 2008 16:23, Tom Eastep wrote:> Steven Jan Springl wrote: > > Tom > > > > The trend continues with tcrules entry: > > : - 2.2.2.2 > > Patch attached. > > Thanks, > -TomTom I am having problems with this patch. The first hunk refers to field $connbytes which does not exit in my copy of Tc.pm I removed references to $connbytes from the hunk so that the patch would apply. Running a shorewall check still produces the original error messages. I then downloaded all the shorewall-perl programs that have changed in the last 5 days from svn: Chains.pm Compiler.pm Config.pm IPAddrs.pm Policy.pm Providers.pm Proxyarp.pm Tc.pm Zones.pm Again, running shorewall check still produces the original error messages. Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Steven Jan Springl wrote:> I am having problems with this patch. The first hunk refers to field > $connbytes which does not exit in my copy of Tc.pm > I removed references to $connbytes from the hunk so that the patch would > apply. > Running a shorewall check still produces the original error messages. > > I then downloaded all the shorewall-perl programs that have changed in the > last 5 days from svn: > Chains.pm Compiler.pm Config.pm IPAddrs.pm Policy.pm Providers.pm > Proxyarp.pm Tc.pm Zones.pm > > Again, running shorewall check still produces the original error messages.Let''s just forget this issue then until 4.1.7. Because these bugs are present in 4.0 as well as 4.1, I have to provide fixes in at least two different threads each time that you report one. a) 4.0 (this is a must. I have to create and test a change, add it to the changes file and add it to the release notes). b) trunk (this is also a must. I have to create and test a change, add it to the changes file and add it to the release notes). In order to give you a patch against 4.1.6 I would have to create and test yet one more change and I would have to maintain a cumulative development thread including all of the patches that I''ve sent you. I just don''t have time for that, especially since your report one problem at a time and wait for my fix before reporting another problem. One thing you could do to help me would be to batch up bugs, reporting several in one report. That way, it would save me the overhead of multiple update/document/test/commit cycles on each thread affected by the bugs and might buy me back the time to give you patches against the current development release. Thanks, -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
On Thursday 27 March 2008 00:44, Tom Eastep wrote:> Steven Jan Springl wrote: > > I am having problems with this patch. The first hunk refers to field > > $connbytes which does not exit in my copy of Tc.pm > > I removed references to $connbytes from the hunk so that the patch would > > apply. > > Running a shorewall check still produces the original error messages. > > > > I then downloaded all the shorewall-perl programs that have changed in > > the last 5 days from svn: > > Chains.pm Compiler.pm Config.pm IPAddrs.pm Policy.pm Providers.pm > > Proxyarp.pm Tc.pm Zones.pm > > > > Again, running shorewall check still produces the original error > > messages. > > Let''s just forget this issue then until 4.1.7. > > Because these bugs are present in 4.0 as well as 4.1, I have to provide > fixes in at least two different threads each time that you report one. > > a) 4.0 (this is a must. I have to create and test a change, add it to the > changes file and add it to the release notes). > > b) trunk (this is also a must. I have to create and test a change, add it > to the changes file and add it to the release notes). > > In order to give you a patch against 4.1.6 I would have to create and test > yet one more change and I would have to maintain a cumulative development > thread including all of the patches that I''ve sent you. I just don''t have > time for that, especially since your report one problem at a time and wait > for my fix before reporting another problem. > > One thing you could do to help me would be to batch up bugs, reporting > several in one report. That way, it would save me the overhead of multiple > update/document/test/commit cycles on each thread affected by the bugs and > might buy me back the time to give you patches against the current > development release. > > Thanks, > -TomTom I am happy to wait until 4.1.7 and then revisit this issue. It might be best if I suspend testing until 4.1.7, and then apply the patches from svn as you release them. Hopefully that will keep my copy of Shoreall in step with yours. I will batch up any further bugs that I find. If I aim to produce no more than one report in any 24 hour period, would this be acceptable? Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
Steven Jan Springl wrote:> I am happy to wait until 4.1.7 and then revisit this issue. It might be best > if I suspend testing until 4.1.7, and then apply the patches from svn as you > release them. Hopefully that will keep my copy of Shoreall in step with > yours. > > I will batch up any further bugs that I find. If I aim to produce no more than > one report in any 24 hour period, would this be acceptable?Thanks, Steven I''m happy if you batch up a group of problem then wait until I respond. That way, if I''m busy with other issues (like my real job), then I don''t feel compelled to get back to you so quickly. But daily reports would be fine too, provided that you don''t expect me to always give you a one-day response. -Tom -- Tom Eastep \ Nothing is foolproof to a sufficiently talented fool Shoreline, \ http://shorewall.net Washington USA \ teastep@shorewall.net PGP Public Key \ https://lists.shorewall.net/teastep.pgp.key ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
On Friday 28 March 2008 01:57, Tom Eastep wrote:> Steven Jan Springl wrote: > > I am happy to wait until 4.1.7 and then revisit this issue. It might be > > best if I suspend testing until 4.1.7, and then apply the patches from > > svn as you release them. Hopefully that will keep my copy of Shoreall in > > step with yours. > > > > I will batch up any further bugs that I find. If I aim to produce no more > > than one report in any 24 hour period, would this be acceptable? > > Thanks, Steven > > I''m happy if you batch up a group of problem then wait until I respond. > That way, if I''m busy with other issues (like my real job), then I don''t > feel compelled to get back to you so quickly. But daily reports would be > fine too, provided that you don''t expect me to always give you a one-day > response. > > -TomTom I don''t expect quick responses, especially not for fairly insignificant bugs against a test release. I don''t run 4.1 in production. All I would ask is, that you let me know if you expect to take you more than a couple of days to release a patch. Steven. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It''s the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace