• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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