• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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