• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Issue task-async-executor

ozc

New Pleskian
Debian 9.13
Plesk Obsidian Version 18.0.39

I can no longer install or remove extensions. The task get stuck indefinitely. Same thing happen when i try to detect a wordpress installation or when I want to export a database.

In task-manager.log

Code:
task=262 process=262 trace=6411:616a33531be01 Starting as 'run-plesk-task-262.service' systemd unit with command: [/opt/psa/admin/bin/php /opt/psa/admin/plib/scripts/task-async-executor.php -task-id 1971]
task=262 process=262 trace=6411:616a33531be01 Start failed: Failed to start the process: exit status 1 (/usr/bin/systemd-run: unrecognized option '--quiet')

task=263 process=263 trace=6358:616a33baa2c30 Starting as 'run-plesk-task-263.service' systemd unit with command: [/opt/psa/admin/bin/php /opt/psa/admin/plib/scripts/task-async-executor.php -task-id 1972]
task=263 process=263 trace=6358:616a33baa2c30 Start failed: Failed to start the process: exit status 1 (/usr/bin/systemd-run: unrecognized option '--quiet')

task=264 process=264 trace=21827:616a39ed25862 Starting as 'run-plesk-task-264.service' systemd unit with command: [/opt/psa/admin/bin/php /opt/psa/admin/plib/scripts/task-async-executor.php -task-id 1973]
task=264 process=264 trace=21827:616a39ed25862 Start failed: Failed to start the process: exit status 1 (/usr/bin/systemd-run: unrecognized option '--quiet')

How can I fix this error ?
Regards.
 
Did you perform a dist-upgrade from Debian 8 recently? What's your output of apt-cache policy systemd?

Make sure systemd package is upgraded. See also the KB.
 
Back
Top