You are not logged in.
Pages: 1
I've installed clamav and tried to start it through the rc.d script but it doesn't start.
It seems to be down to the line:
if [ "$START_CLAMD" == "yes" ]; thenreturning false. If I comment that line out it starts ok,
Starting clamav just from the command line (just running clamd) also works.
Has anyone else had this problem?
Offline
Have you edited /etc/conf.d/clamav?
Offline
In what way?
If you mean removing the Example line then yes, otherwise it wouldn't start from the command line.
Offline
/etc/conf.d/clamav, not /etc/clamav/clamd.conf.
Files in conf.d are configuration files for /etc/rc.d daemon scripts.
Offline
That fixed it, thanks
Offline
Pages: 1