• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Resolved ERROR: Dr.Web Updater: failed to download files ! return code 105

@Sebahat.hadzhi I adjusted the /etc/hosts file on several servers and switched to this IP:

Code:
195.161.158.50  update.geo.drweb.com

But this doesn't seem to help: I received this error again this morning:

/etc/cron.daily/drweb-update:
ERROR: Dr.Web Updater: failed to download files !
run-parts: /etc/cron.daily/drweb-update exited with return code 105

@SleepTri how can I adjust the time period of the daily cronjob for drweb? I checked crontab - but there are no entries.
 
Can everyone who is still experiencing the issue on a daily basis confirm what's the time zone set for their servers? As well as the schedule of the cron.daily task:

Code:
cat /etc/crontab  | grep daily

Thanks in advance.
 
Last edited:
@SleepTri how can I adjust the time period of the daily cronjob for drweb? I checked crontab - but there are no entries.
You're looking in the wrong place. cron has two ways to start things: The per-user crontab and the system-wide /etc/crontab, which in turn runs the scripts in /etc/cron.hourly, daily, weekly and monthly.
At the start of the line for cron.daily, I changed 25 6 to 40 5 for 5:40. Please do not use the same time :)
(CET DST btw)
 
Can everyone who is still experiencing the issue on a daily basis confirm what's the time zone set for their servers? As well as the schedule of the cron.daily task:

Code:
cat /etc/crontab  | grep daily

Thanks in advance.

25 6 * * * root test -x /usr/sbin/anacron || { cd / && run-parts --report /etc/cron.daily; }
 
You're looking in the wrong place. cron has two ways to start things: The per-user crontab and the system-wide /etc/crontab, which in turn runs the scripts in /etc/cron.hourly, daily, weekly and monthly.
At the start of the line for cron.daily, I changed 25 6 to 40 5 for 5:40. Please do not use the same time :)
(CET DST btw)
Thank you very much @mow - I switxh to 25 5 now - I hope that will fix the problem.
 
Thank you very much @mow - I switxh to 25 5 now - I hope that will fix the problem.
Unfortunately it didn't for me - but now I got return code 103 which, according to /opt/drweb/update.pl, is EXIT_STATUS_CONNECT_ERROR => 103,
Worse is that I keep getting this error even now running /etc/cron.daily/drweb-update manually.

Update: I checked all the round-robin IPs of update.geo.drweb.com:
update.geo.drweb.com has address 85.10.234.30
update.geo.drweb.com has address 195.161.158.50
update.geo.drweb.com has address 195.133.219.93
update.geo.drweb.com has address 195.133.219.91
update.geo.drweb.com has address 81.176.67.172
update.geo.drweb.com has address 213.59.3.178

All but the first one of these are in Russia. That might have something to do with it.

The first one is actually at hetzner, just a few hops away from our server.
So I put that IP in /etc/hosts and was able to update manually.
 
Unfortunately it didn't for me - but now I got return code 103 which, according to /opt/drweb/update.pl, is EXIT_STATUS_CONNECT_ERROR => 103,
Worse is that I keep getting this error even now running /etc/cron.daily/drweb-update manually.

Update: I checked all the round-robin IPs of update.geo.drweb.com:
update.geo.drweb.com has address 85.10.234.30
update.geo.drweb.com has address 195.161.158.50
update.geo.drweb.com has address 195.133.219.93
update.geo.drweb.com has address 195.133.219.91
update.geo.drweb.com has address 81.176.67.172
update.geo.drweb.com has address 213.59.3.178

All but the first one of these are in Russia. That might have something to do with it.

The first one is actually at hetzner, just a few hops away from our server.
So I put that IP in /etc/hosts and was able to update manually.
I also received this message from a server where I switched the execution time for the daily cronjob from 6:25 to 5:25:

/etc/cron.daily/drweb-update:
ERROR: Dr.Web Updater: failed to download files !
run-parts: /etc/cron.daily/drweb-update exited with return code 103

So same result with return code 103.

@Sebahat.hadzhi any update/support from Plesk on this? I would like to fix this issue finally because it is annoying me every day for several weeks now.
 
@chris-design , can you and @mow confirm the location of the server you are experiencing the issue? Also, can you please edit the logging verbosity in /etc/drweb/drweb32.ini and set it to Debug:

Bash:
# grep -i loglevel /etc/drweb/drweb32.ini
# LogLevel = {Quiet|Error|Warning|Info|Verbose|Debug}
LogLevel = Info

@chris-design If I remember correctly you already tried adjusting the hosts file and that didn't work for you, but have you tried with another IP address other than the first one? If not, could you please try rotating the IP address on a daily basis and confirm if there's any scenario in which you do not encounter the error?
 
@chris-design , can you and @mow confirm the location of the server you are experiencing the issue? Also, can you please edit the logging verbosity in /etc/drweb/drweb32.ini and set it to Debug:
The server is at hetzner's datacenter in Falkenstein, Germany. The working drweb server 85.10.234.30 is in hetzner's datacenter in Nuremberg.
I don't think increasing the log level will be of much help since 103 is a connection issue where the connection already fails at the TCP level - some of the other servers don't even ping.
 
It would be nice if there will be a solution! I am experience the same error already for some time now. First with code 105 and now code 103.
Server is a strato server located in germany. Maybe that helps.

Regards Tjerk
 
It's been the same for me for several weeks. Partly error 105, partly error 103. On average, I get these emails 2 to 3 times a week.
 
Back
Top