...
> 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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to