Hi.
We just had an issue where freshclam would run for an hour with high CPU usage on most servers - except for 2.
I read that killing freshclam, deleting daily.cld and starting freshclam again would solve the issue.
When running
, two of our servers said the file didn't exist.
I rechecked that ClamAV had been installed in cPanel, and it was installed on both servers. I tried reinstalling it, but that didn't help.
It seems like ClamAV is installed in /usr/local/cpanel/3rdparty/bin/ instead of /usr/bin/.
I did check that /usr/local/cpanel/3rdparty/bin/freshclam also existed on the other servers, and it did, so it seems to have existed in two places. /usr/bin/freshclam is not a symlink of /usr/local/cpanel/3rdparty/bin/freshclam on those servers.
Are we missing out on anything or is this expected behaviour?
We just had an issue where freshclam would run for an hour with high CPU usage on most servers - except for 2.
I read that killing freshclam, deleting daily.cld and starting freshclam again would solve the issue.
When running
Code:
killall /usr/bin/freshclam
I rechecked that ClamAV had been installed in cPanel, and it was installed on both servers. I tried reinstalling it, but that didn't help.
It seems like ClamAV is installed in /usr/local/cpanel/3rdparty/bin/ instead of /usr/bin/.
Code:
[[email protected] ~]# locate freshclam
/usr/local/cpanel/3rdparty/bin/freshclam
/usr/local/cpanel/3rdparty/etc/freshclam.conf
/usr/local/cpanel/3rdparty/share/man/man1/freshclam.1
/usr/local/cpanel/3rdparty/share/man/man5/freshclam.conf.5
Are we missing out on anything or is this expected behaviour?