• 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)
 
Back
Top