[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Raq3 Mysterious Death at 04:11 am every day(almost!!) HELPPPP..



>
> My Raq3 server started to crash and death on every day
> at around 04:11 am. I noticed that cron jobs start
> running around that time. Any idea on what may be
> creating this crash and death? where  should I start
> looking?. Could that be a hack?
> I appreciate any quick help before my clients kick me
> out of business..
>

it is probley logrotate more likly analog when it runs that in the spilt
logs

IF you want to stop it form chrahed at 4
go to /etc/crontab
commment out
02 4 * * * root run-parts /etc/cron.daily
eg
#02 4 * * * root run-parts /etc/cron.daily

all stats etc will stop after this its just tempory

then go to cd /etc/cron.daily
manauly run the scripts in there eg
./tmpwatch &

and watch top
I bet it most likly dies at
logrotate

if so and you do not use the stats in the gui then turn them off
eg if you use webilzar then
go to /usr/local/sbin
mv analog to anlog.old
pico analog
place this in it
#!/bin/sh
exit 0
save chmod 755 analog
then uncomment the line in /etc/crontab

this should fix if you are ok without the stats in the gui