• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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