• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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