• 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.

ERROR: Dr.Web (R) Updater: remote host update.msk.drweb.com closed connection variant

igraf

Regular Pleskian
hi
i have more error messages

drweb.ini settings
CronSummary = yes -> CronSummary = no
did no change

all these emails have arrived within 24 hours

Mails with header "Cron <drweb@xxx> /opt/drweb/update.pl"

ERROR: Dr.Web (R) Updater: timeout getting file drwtoday.vdb !
ERROR: Dr.Web (R) Updater: cannot get drwtoday.vdb with valid CRC32 (lst=6653BB96, actual=A3D106BF) !
ERROR: Dr.Web (R) Updater: failed to download new/updated files from http://update.us1.drweb.com/unix/500 !

ERROR: Dr.Web (R) Updater: remote host update.msk.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: remote host update.msk.drweb.com closed connection variant () !

ERROR: Dr.Web (R) Updater: remote host update.msk7.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: remote host update.msk7.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: remote host update.msk7.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: cannot download timestamp !
ERROR: Dr.Web (R) Updater: failed to download new/updated files from http://update.msk7.drweb.com/unix/500 !

ERROR: Dr.Web (R) Updater: failed to download new/updated files from http://update.msk.drweb.com/unix/500 !

ERROR: Dr.Web (R) Updater: remote host update.us1.drweb.com closed connection variant () !

ERROR: Dr.Web (R) Updater: remote host update.msk3.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: remote host update.msk3.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: remote host update.msk3.drweb.com closed connection variant () !
ERROR: Dr.Web (R) Updater: cannot download timestamp !
ERROR: Dr.Web (R) Updater: failed to download new/updated files from http://update.msk3.drweb.com/unix/500 !

ERROR: Dr.Web (R) Updater: cannot read file drwtoday.vdb !
ERROR: Dr.Web (R) Updater: cannot get drwtoday.vdb with valid CRC32 (lst=C04C2D55, actual=C616B340) !
ERROR: Dr.Web (R) Updater: failed to download new/updated files from http://update.us1.drweb.com/unix/500 !

can you ping the host, everything okay!

what can I do?
 
Last edited:
Check that these hostnames are accessible and resolvable from your server at least. And I think that it is DrWeb related problems and you may contact their support or look at their forum.
 
@Igor
do you know a solution where i can suppress these messages?
e.g. in cron?

CronSummary = no is already disabled
 
Last edited:
Look at /etc/cron.daily/drweb-update file and try to add '>/dev/null 2>&1' at the end of the line

exec /opt/drweb/update.pl
 
Look at /etc/cron.daily/drweb-update file and try to add '>/dev/null 2>&1' at the end of the line

exec /opt/drweb/update.pl

i have no file "drweb-update" in this directory /etc/cron.daily/
no other similar file

operating system centos
 
Last edited:
Hmmm...

# cat /etc/redhat-release
CentOS release 5.6 (Final)
# ll /etc/cron.daily/drweb-update
-rwxr-xr-x 1 root root 36 Nov 21 06:54 /etc/cron.daily/drweb-update

Do you have /etc/cron.d/drweb-update file?
 
@Igor
here my result

# ll /etc/cron.daily/drweb-update
ls: /etc/cron.daily/drweb-update: No such file or directory

# cd cron.daily
# dir
00webalizer 60sa-update logrotate mlocate.cron rpm
50plesk-daily awstats makewhatis.cron prelink
 
Last edited:
I got the same problem.

Operating System is Debian 64 Squeeze

There is no drweb-update in /etc/cron.daily/ or /etc/cron.d/

I found one in:
opt/psa/etc/

#!/bin/sh
exec /opt/drweb/update.pl > /dev/null 2>&1

but it doesnt works :(
 
Last edited by a moderator:
Back
Top