• 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

Anacron job 'cron.daily' on

Jim

Basic Pleskian
I keep getting emails like this:
/etc/cron.daily/drweb-update:

ERROR: Dr.Web Updater: can not send HUP signal to Dr.Web daemon (pid=13867, error=No such process) !
See Dr.Web Updater log file for details.​

I followed this article : http://kb.odin.com/en/124416
but I still keep getting these emails, any suggestions?
 
Check under which user drwebd daemon is working with

# ps aux |grep drwebd

Updater should be started from the same user or from root.
Check it.
 
Check under which user drwebd daemon is working with

# ps aux |grep drwebd

Updater should be started from the same user or from root.
Check it.
after running your command, I got this
root 22629 0.0 0.1 5504 736 pts/0 S+ 12:18 0:00 grep drwebd
 
Looks like drwebd service is not started on your server. Start it with

# /etc/init.d/drwebd start

or in Plesk interface.
 
It is antivirus for mail. You can completely remove this component with autoinstaller - Tools&Settings -> Updates and Upgrades
 
Back
Top