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

Re: Re: /etc/cron.daily/logrotate



...
> run-parts: /etc/cron.daily/logrotate exited with return
> code 1
...
> if ps cax | grep -q mysqld; then
> exit 1
> fi 

This is one possible candidate; is there a mysqld process
running?

Try running "sh -x /etc/cron.daily/logrotate". This will
print out the lines as it executes, which means the ones
near the end are the culprits.

-- 
Jon Dowland



Reply to: