• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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