Hi there! Since 3 Weeks I have the ASSP 2.0 in use and I´m really happy with him. Today I see this in the logfile: Sep-8-08 18:42:09 [Main_Thread] info: Loop in Worker_2 was not active for 2629 seconds Sep-8-08 18:42:09 [Main_Thread] info: Loop in Worker_5 was not active for 1321 seconds
Is this bad or what kind of problem I have. Thanx Martin -----Ursprüngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL PROTECTED] Gesendet: Montag, 8. September 2008 06:23 An: [email protected] Betreff: Assp-test Digest, Vol 14, Issue 4 Send Assp-test mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/assp-test or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Assp-test digest..." Today's Topics: 1. [idea] ASN filtering (GrayHat) 2. Unexpected Signal & Perl 5.10 & assp 2.0 (5.18) (Pascal Dreissen) 3. 2 days with .17 and memory/cpu issues solved (marrco) 4. mod_inst.pl environment variable (Michael Thomas - Mathbox) 5. Re: mod_inst.pl environment variable (Michael Thomas - Mathbox) 6. Re: mod_inst.pl environment variable (Micheal Espinola Jr) 7. Re: mod_inst.pl environment variable (Michael Thomas - Mathbox) ---------------------------------------------------------------------- Message: 1 Date: Thu, 4 Sep 2008 15:44:57 +0200 From: "GrayHat" <[EMAIL PROTECTED]> Subject: [Assp-test] [idea] ASN filtering To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" First of all, let me sum up how and why I came out with this idea This morning, while lurking on various newsgroups, I found the following link http://www.theregister.co.uk/2008/09/03/cyber_crime_reports/ now, maybe "the register" probably isn't the most trustable source of infos around, but they made a good point; what raised my interest in any case was one of the linked reports, that is http://hostexploit.com/downloads/Atrivo%20white%20paper%20082808ac.pdf now, while looking at it, I came out with an idea; if you know that a given ASN is *bad* why don't just setup things so that you'll refuse emails from that ASN ? I know that's a "null routing" task, but sometimes, for various reasons you can't just redirect all the packets from a given ASN to the sink, so why not adding to ASSP the ability to filter by ASnumber ? We already have the FBMTV mechanism, which is unique to ASSP, so why don't we add another unique feature like that :) ? To make a long story short, here's how such a feature may work, let's say you have an additional section inside the ASSP control panel reading "ASNumber filtering" (or whatever Fritz will like to call it), the section may be something like *dropdown*: ASNumber filter: disable/monitor/score/block *textbox*: Origin ASN to be filtered: ..... *textbox*: Peer ASN to be filtered: .... *textbox* Reject message for bad ASNs: .... the dropdown will allow to disable/enable the filter and tell to ASSP how to use it (monitor/score/block), while the two other textboxes will allow to enter a list of ASNumber (separated by pipe) which will be filtered by ASSP; and btw the third box will allow to enter a message to be used to reject incoming sessions in case the filter is set to block; to setup the filtering, my first idea was using the DNS lists published by the Team Cymru here http://www.team-cymru.org/Services/ip-to-asn.html but, while reading the above page, I found that there already is a ppm which will query those lists and ease things; I'm referring to http://search.cpan.org/~mikegrb/Net-Abuse-Utils/lib/Net/Abuse/Utils.pm so, the idea is to use the above ppm to obtain the ASN from the IP and then allow ASSP to make a decision about the incoming session basing its judgement on the ASNumber, or, at least to score the incoming email in case the ASN is a "bad" one Comments welcome ------------------------------ Message: 2 Date: Thu, 4 Sep 2008 20:55:56 +0200 From: Pascal Dreissen <[EMAIL PROTECTED]> Subject: [Assp-test] Unexpected Signal & Perl 5.10 & assp 2.0 (5.18) To: ASSP mailing list development <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Sep-4-08 20:52:43 [Main_Thread] warning: got unexpected signal WINCH in Main_Thread: package - IO::Poll, file - /usr/local/per510/lib/ perl5/5.10.0/x86_64-linux-thread-multi/IO/Poll.pm, line - 86! Summary of my perl5 (revision 5 version 10 subversion 0) configuration: Platform: osname=linux, osvers=2.6.18-92.1.10.el5, archname=x86_64-linux- thread-multi uname='linux cp.applemooz.nl 2.6.18-92.1.10.el5 #1 smp tue aug 5 07:42:41 edt 2008 x86_64 x86_64 x86_64 gnulinux ' config_args='-Dusethreads -Dprefix=/usr/local/per510' hint=recommended, useposix=true, d_sigaction=define useithreads=define, usemultiplicity=define useperlio=define, d_sfio=undef, uselargefiles=define, usesocks=undef use64bitint=define, use64bitall=define, uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -fno-strict- aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE - D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe - I/usr/local/include' ccversion='', gccversion='4.1.2 20071124 (Red Hat 4.1.2-42)', gccosandvers='' intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='cc', ldflags =' -L/usr/local/lib' libpth=/usr/local/lib /lib /usr/lib /lib64 /usr/lib64 /usr/local/ lib64 libs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.5.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.5' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E' cccdlflags='-fPIC', lddlflags='-shared -O2 -L/usr/local/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY PERL_DONT_CREATE_GVSV PERL_IMPLICIT_CONTEXT PERL_MALLOC_WRAP USE_64_BIT_ALL USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES USE_PERLIO USE_REENTRANT_API Built under linux Met vriendelijke groet / Best regards, Pascal Dreissen Virus Inside Switch To Apple -------------- next part -------------- An HTML attachment was scrubbed... ------------------------------ Message: 3 Date: Sat, 6 Sep 2008 11:14:49 +0200 From: "marrco" <[EMAIL PROTECTED]> Subject: [Assp-test] 2 days with .17 and memory/cpu issues solved To: "'ASSP development mailing list'" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Thx fritz, i 'm using 1.4.1.1.17 for 2+ days with windows and all memory leak and cpu issues are solved. Fast, low mem use and working great. ------------------------------ Message: 4 Date: Sun, 7 Sep 2008 00:35:44 -0400 From: "Michael Thomas - Mathbox" <[EMAIL PROTECTED]> Subject: [Assp-test] mod_inst.pl environment variable To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, This may have been mentioned before and I missed it, but here it is. When running the mod_inst.pl I was getting two perl error messages: Use of uninitialized value in concatenation (.) or string at mod_inst.pl line 216. Use of uninitialized value in concatenation (.) or string at mod_inst.pl line 218. Add the line (with your appropriate location): set ProgramFiles=C:\Program Files Before the line: perl mod_inst.pl Michael Thomas Mathbox 978-687-3300 1-877-MATHBOX (Toll Free) ------------------------------ Message: 5 Date: Sun, 7 Sep 2008 00:41:49 -0400 From: "Michael Thomas - Mathbox" <[EMAIL PROTECTED]> Subject: Re: [Assp-test] mod_inst.pl environment variable To: "'ASSP development mailing list'" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Hi, Sorry. I should have added "In the Install.cmd file add the line..." Michael Thomas Mathbox 978-687-3300 1-877-MATHBOX (Toll Free) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Michael > Thomas - Mathbox > Sent: Sunday, September 07, 2008 12:36 AM > To: [email protected] > Subject: [Assp-test] mod_inst.pl environment variable > > Hi, > > This may have been mentioned before and I missed it, but here it is. > > When running the mod_inst.pl I was getting two perl error messages: > Use of uninitialized value in concatenation (.) or string at > mod_inst.pl line 216. > Use of uninitialized value in concatenation (.) or string at > mod_inst.pl line 218. > > Add the line (with your appropriate location): > set ProgramFiles=C:\Program Files > > Before the line: > perl mod_inst.pl > > Michael Thomas > Mathbox > 978-687-3300 > 1-877-MATHBOX (Toll Free) > > > -------------------------------------------------------------- > ----------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge Build the coolest Linux based applications with Moblin SDK & > win great prizes Grand prize is a trip for two to an Open Source event > anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > ------------------------------ Message: 6 Date: Sun, 07 Sep 2008 22:37:57 -0400 From: Micheal Espinola Jr <[EMAIL PROTECTED]> Subject: Re: [Assp-test] mod_inst.pl environment variable To: ASSP development mailing list <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Please be careful if doing this. For one thing, %ProgramFiles% is something that should already be configured as an environment variable - as its required for many aspects of Windows to operate correctly. So - this should not be necessary (it certainly wasn't for me). Second, not everyone has "C:\Program Files" set as their %ProgramFiles% variable. This is particularly true if running ASSP on a 64-bit version of Windows. Michael, if you had to do this - I think there is something wrong with your environment variables or the configuration of your command shell. Michael Thomas - Mathbox wrote: > Hi, > > This may have been mentioned before and I missed it, but here it is. > > When running the mod_inst.pl I was getting two perl error messages: > Use of uninitialized value in concatenation (.) or string at mod_inst.pl > line 216. > Use of uninitialized value in concatenation (.) or string at mod_inst.pl > line 218. > > Add the line (with your appropriate location): > set ProgramFiles=C:\Program Files > > Before the line: > perl mod_inst.pl > > Michael Thomas > Mathbox > 978-687-3300 > 1-877-MATHBOX (Toll Free) > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Assp-test mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/assp-test > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 187 bytes Desc: OpenPGP digital signature ------------------------------ Message: 7 Date: Mon, 8 Sep 2008 00:23:00 -0400 From: "Michael Thomas - Mathbox" <[EMAIL PROTECTED]> Subject: Re: [Assp-test] mod_inst.pl environment variable To: "'ASSP development mailing list'" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="us-ascii" Micheal, Normally, I would agree: WinNT SP6a: No Win2K: Yes WinXP: Yes Win2K3: Yes This was a straight install of WinNT SP6. I honestly cannot say I remember it being set back when I ran it as THE OS. Michael Thomas Mathbox 978-687-3300 1-877-MATHBOX (Toll Free) > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Micheal Espinola Jr > Sent: Sunday, September 07, 2008 10:38 PM > To: ASSP development mailing list > Subject: Re: [Assp-test] mod_inst.pl environment variable > > Please be careful if doing this. For one thing, %ProgramFiles% is > something that should already be configured as an environment > variable - > as its required for many aspects of Windows to operate correctly. So - > this should not be necessary (it certainly wasn't for me). > > Second, not everyone has "C:\Program Files" set as their > %ProgramFiles% > variable. This is particularly true if running ASSP on a > 64-bit version > of Windows. > > Michael, if you had to do this - I think there is something wrong with > your environment variables or the configuration of your command shell. > > > Michael Thomas - Mathbox wrote: > > Hi, > > > > This may have been mentioned before and I missed it, but here it is. > > > > When running the mod_inst.pl I was getting two perl error messages: > > Use of uninitialized value in concatenation (.) or string > at mod_inst.pl > > line 216. > > Use of uninitialized value in concatenation (.) or string > at mod_inst.pl > > line 218. > > > > Add the line (with your appropriate location): > > set ProgramFiles=C:\Program Files > > > > Before the line: > > perl mod_inst.pl > > > > Michael Thomas > > Mathbox > > 978-687-3300 > > 1-877-MATHBOX (Toll Free) > > > > > > > -------------------------------------------------------------- > ----------- > > This SF.Net email is sponsored by the Moblin Your Move > Developer's challenge > > Build the coolest Linux based applications with Moblin SDK > & win great prizes > > Grand prize is a trip for two to an Open Source event > anywhere in the world > > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > > _______________________________________________ > > Assp-test mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/assp-test > > > > > > > ------------------------------ ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test End of Assp-test Digest, Vol 14, Issue 4 **************************************** ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
