• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Problem with scheduled task

gijsbert

Basic Pleskian
When running a scheduled task from within Plesk I get the message "completed with error". If I run the same command from a shell there is no problem and the cronjob gets executed the way it should be.

The cronjob is:

wget --no-check-certificate -O /dev/null -q https://<url>/<page.php>

This is what I see in panel.log:

[2016-10-12 13:16:24] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/cron_task_executor' '-u' '<username>' '-c' 'wget --no-check-certificate -O /dev/null -q https://<url>/<page.php>' '--env' 'SHELL=/usr/local/psa/bin/chrootsh'] with exit code [1]
[2016-10-12 13:16:24] ERR [1] '/usr/local/psa/admin/bin/cron_task_executor' '-u' '<username>' '-c' 'wget --no-check-certificate -O /dev/null -q https://<url>/<page.php>' '--env' 'SHELL=/usr/local/psa/bin/chrootsh' failed with code 1.

Any idea what is going wrong inside the panel?
 
Back
Top