• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

clamav

R

roberto@

Guest
Hi,

I'm using plesk on debian 3.1 and I isntalled clamav. There is a problem with freshclam. See below our logs..

--
ClamAV update process started at Sun Mar 5 12:25:06 2006
main.cvd is up to date (version: 36, sigs: 44686, f-level: 7, builder: tkojm)
daily.cvd updated (version: 1315, sigs: 1195, f-level: 7, builder: sven)
Database updated (45881 signatures) from db.local.clamav.net (IP: 193.206.139.37)
ERROR: Clamd was NOT notified: Can't connect to clamd through /var/run/clamav/clamd.ctl
---
In /var/run/clamav/ I have only freshclam.pid

Also, I have no files named clamd.ctl on the server

Suggestions?

Thanks.
 
Clamd is not running on your system. On most systems, you can start this with a /sbin/service clamd start. I'm not 100% sure about Debian, as I'm used to the other methods I use... Another way would be to use slocate to find clamd, then run it directly. Just be aware that it runs as a different user for me...

qmailq 24936 0.0 4.9 45820 24972 ? S Jan24 9:33 clamd
 
Back
Top