Just started to setup a new VPS (CENTOS 6.4 x86_64 kvm – s1 WHM 11.38.0 (build 7)) and am running into a problem with clamd.
I have installed the clamavconnector via the addons in WHM. I didn't see anything odd in the output.
When I restart EXIM I get the following:
I have confirmed that /usr/share/clamav is empty. I uninstalled / reinstalled clamavconnector via WHM and the folder is still empty.
I searched the forum and google and tried the following:
didn't resolve the issue. I also tried /scripts/upcp --force with no success.
If I run /usr/bin/freshclam I get the following
When I see what version of clamd is installed I get the following
I also find it odd that spamd is referenced in the Exim restart as I have disabled SpamAssassin.
I'm at a loss now, not sure what I need to do to resolve the issue.
Any help/guidance would greatly be appreciated.
I have installed the clamavconnector via the addons in WHM. I didn't see anything odd in the output.
When I restart EXIM I get the following:
Code:
root@s1 [~]# /etc/init.d/exim restart
Shutting down clamd: [FAILED]
Shutting down exim: [ OK ]
Shutting down spamd:][FAILED]
Starting clamd: LibClamAV Error: cli_loaddb(): No supported database files found in /usr/share/clamav
ERROR: Can't open file or directory
[FAILED]
Starting exim: [ OK ]
I have confirmed that /usr/share/clamav is empty. I uninstalled / reinstalled clamavconnector via WHM and the folder is still empty.
I searched the forum and google and tried the following:
Code:
cd /usr/local/cpanel/mod*/clam* (/usr/local/cpanel/modules-install/clamavconnector-Linux-x86_64)
./uninstall
./install
If I run /usr/bin/freshclam I get the following
Code:
ClamAV update process started at Wed May 15 07:20:11 2013
main.cvd is up to date (version: 54, sigs: 1044387, f-level: 60, builder: sven)
daily.cld is up to date (version: 17213, sigs: 1263724, f-level: 63, builder: neo)
bytecode.cld is up to date (version: 214, sigs: 41, f-level: 63, builder: neo)
Code:
root@s1 [~]# clamd --v
ClamAV 0.97.8
root@s1 [~]# which clamd
/usr/local/sbin/clamd
I'm at a loss now, not sure what I need to do to resolve the issue.
Any help/guidance would greatly be appreciated.