• 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 ERROR: Dr.Web Updater: key file not found ! Plesk

eslammahmoud

New Pleskian
hello all

ERROR: Dr.Web Updater: key file not found !
See Dr.Web Updater log file for details.


This message appears in the mail every 30 minutes
How to stop it

Plesk Obsidian
Version 18.0.29
 
Redirect the output of the script to /dev/null:

For Dr.Web, change the following line in /etc/cron.daily/drweb-update file:

"${update_scr}" >$outfile 2>&1

to:

"${update_scr}" >/dev/null 2>&1
 
Back
Top