Thread: cron problems
View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 10:26 AM
kraniak
 
Posts: n/a
Default Re: cron problems

There are nothing in errpt. I look for this signal in execution log of
cobol binaries, diferent progs show a message with a code error
referencing to a sigkill.In case of scripts ( recursive ls for testing
) output list is broken.
I remember that in cpu overload system begin to send kills to different
processes ; this behaviour is similar, but cpu load is normal.

thanks



Laurenz Albe wrote:
> kraniak <carlesguri@gmail.com> wrote:
> > I have a strange problem with cron in a Aix 5.3..0.4 box. I have a lot
> > of cron jobs (250) running in a aix 5.1 box and there is no problem
> > but when I put the same crontab on a AIX 5.3 box, system send to some
> > jobs a SIGKILL signal. I look cron.log and no limit is reached ans this
> > ocurr with differend kind of jobs , shell scripts, cobol binaries ...
> > I just diag system for possibly memory bugs (all ok) and there is no
> > environment difference betwen systems.

>
> How can you tell that the processes received SIGKILL?
> Do you have any evidence?
>
> Anything in errpt?
>
> Yours,
> Laurenz Albe


Reply With Quote