• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.

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