• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

emails from cron

A

ArouG

Guest
Hi every body !

First, sorry fot my english spoken ... I'm french but, you know it : nobody's perfect !

I've create a task with crontab on linux server. There is Plex Parallels v10. I received this e-mail from cron (I suppose !?) :

1 :
Cron <root@s15462935> /usr/lib64/plesk-9.0/postfix-poplockdb-clean :
/bin/sh: /usr/lib64/plesk-9.0/postfix-poplockdb-clean
: No such file or directory

2 :
Cron <root@s15462935> /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1 :
/bin/sh: 1
: ambiguous redirect


This is my crontab :

crontab -l

2,12,22,32,42,52 * * * * /usr/lib64/plesk-9.0/postfix-poplockdb-clean
7,22,37,52 * * * * /usr/local/psa/admin/sbin/backupmng >/dev/null 2>&1
0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/secur-check
0 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/send-report weekly
10 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
15 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats day
15 1 * * 1 /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats week
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats month
15 1 1 * * /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats year
20 1 * * * /usr/local/psa/libexec/modules/watchdog/cp/clean-events
0 3 * * 7 /usr/local/psa/libexec/modules/watchdog/cp/clean-reports
5 * * * * /etc/cron2.sh

The only line i've created is - of course - the last one !

Doctor please ... is it heavy ?
What i had to do ?
 
Back
Top