Hi Thomas. But I read the GUI.

1) "Schedule Cron time for ASSP Restart (ReStartSchedule)" has the 
value: "noschedule"

2) "Interval for RebuildSpamdb (DoRebuildSpamdb)" has the value: "4" 
(every four hours). And I'm receiving the SpamReuild Report regulary.

3) Restart Timeout (RestartEvery) had value "0"
I tried empty value but it refused to acceppt empty, so I used 
"86400000"

*** But the error persists and messages continue ...

Adm Error: Worker_10001:
Invalid number of columns in time entry (5 or 6)

I googled that error message:
"Invalid number of columns in time entry (5 or 6)"
and it is in Cron.pm (perl module):
----------------------------------------------
...
my $time_array = ref($time) ? $time : [ split(/\s+/,$time) ];
     die "Invalid number of columns in time entry (5 or 6)\n"
       if ($#$time_array != 4 && $#$time_array !=5);
...
----------------------------------------------

Here in Brazil, we are at SUMMER TIME (daylight saving time (DST) )
# date
Fri Nov 25 15:34:25 BRST 2011

Could it be related with this error?

Thanks!

---
Francisco

> ------------------------------
>
> Message: 4
> Date: Fri, 25 Nov 2011 07:13:15 +0100
> From: Thomas Eckardt
> Subject: [Assp-test] Antwort: Error: Worker_10001: Invalid number of
> columns in time entry (5 or 6)
> To: ASSP development mailing list
> Message-ID:
>
> Content-Type: text/plain; charset="us-ascii"
>
> Check your settings in 'RestartSchedule' and 'RebuildSchedule'. Read 
> the
> GUI !!!
>
> Thomas
>
> Von: Francisco Miralha da Silveira
> An:
> Datum: 25.11.2011 04:31
> Betreff: [Assp-test] Error: Worker_10001: Invalid number of columns
> in time entry (5 or 6)
>
> Hi there!
>
> I would like to know if anyone of you already saw this:
>
> ASSP 2 logs are being inflated with lots of messages about 
> Worker_10001
> died.
>
> Nov-25-11 00:16:03 W_1 201.33.26.124 [denyExtreme]
> connection from 201.33.26.124 denied by
> PenaltyBox Extreme '201.33.26.124'
> Nov-25-11 00:16:03 Adm Worker_10001 started
> Nov-25-11 00:16:03 Adm Error: Worker_10001: Invalid number of columns
> in time entry (5 or 6)
> Nov-25-11 00:16:03 Adm Info: auto restart died worker Worker_10001
> Nov-25-11 00:16:03 Adm Worker_10001 started
> Nov-25-11 00:16:03 Adm Error: Worker_10001: Invalid number of columns
> in time entry (5 or 6)
> Nov-25-11 00:16:03 Adm Info: auto restart died worker Worker_10001
> Nov-25-11 00:16:04 Adm Worker_10001 started
> Nov-25-11 00:16:04 Adm Error: Worker_10001: Invalid number of columns
> in time entry (5 or 6)
> Nov-25-11 00:16:04 Adm Info: auto restart died worker Worker_10001
> ...
>
> ( ASSP version 2.1.1(11278) / Perl 5.10.1 / FreeBSD 7.2-Release )


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to