My ubuntu version is 12.04.
I have installed clamav as root user using the below commands.
apt-get install clamav
apt-get install clamav-daemon
But when I use the below command
clamd PING
It gives below error message.
ERROR: initgroups() failed
Am I missed anything?
sudo service clamav-daemon stopTo start it again dosudo service clamav-daemon start– drevicko Sep 29 '12 at 11:26