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

Dr Web Update Timing Out

Shawn M

Basic Pleskian
Any clue about this?

ERROR: Dr.Web (R) Updater: Unable to connect to update.msk5.drweb.com: Connection timed out !
 
First of all check that hostname update.msk5.drweb.com is accessible and resolvable from your server.
 
For example:

$ host update.msk5.drweb.com
update.msk5.drweb.com has address 87.242.75.74
update.msk5.drweb.com has address 83.222.3.90

$ ping update.msk5.drweb.com
PING update.msk5.drweb.com (83.222.3.90) 56(84) bytes of data.
64 bytes from 83.222.3.90: icmp_seq=0 ttl=50 time=125 ms
64 bytes from 83.222.3.90: icmp_seq=1 ttl=50 time=125 ms
64 bytes from 83.222.3.90: icmp_seq=2 ttl=50 time=125 ms

$ telnet update.msk5.drweb.com 80
Trying 87.242.75.74...
Connected to update.msk5.drweb.com.
Escape character is '^]'.
 
I found that sometimes it connects and sometimes it does not. I've pinged and it timed out and I've pinged and it's worked fine. any ideas?
 
Maybe there is problem with hostname resolution? Try to define more reliable nameservers in /etc/resolv.conf
 
You can use any good nameservers there. For example:

$ cat /etc/resolv.conf
nameserver 4.2.2.1
nameserver 4.2.2.3
nameserver 66.7.207.2
nameserver 66.7.206.2


$ host 4.2.2.1
1.2.2.4.in-addr.arpa domain name pointer vnsc-pri.sys.gtei.net.

$ host 66.7.207.2
2.207.7.66.in-addr.arpa domain name pointer ns1.dimenoc.com.
 
Back
Top