• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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