I had updated clam antivirus recently (with YUM) and since then the following error is appear when my cron job runs
The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
ERROR: Can't parse the config file /etc/clamd.conf
Can you please help me to remove this error?
Thanks
Rajeev
On 5/15/07, Rajeev R Veedu rajeev@cracknell.com wrote:
I had updated clam antivirus recently (with YUM) and since then the following error is appear when my cron job runs
The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
ERROR: Can't parse the config file /etc/clamd.conf
Can you please help me to remove this error?
Thanks
Rajeev
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Please post those lines from your config file.
Rajeev R Veedu napsal(a):
I had updated clam antivirus recently (with YUM) and since then the following error is appear when my cron job runs
The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
ERROR: Can't parse the config file /etc/clamd.conf Can you please help me to remove this error?
Thanks
Rajeev, there are a few changes in clamd.conf. Please use clamd.conf.rpmnew and add your settings. David
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of David Hrbác( Sent: Tuesday, May 15, 2007 2:25 PM To: CentOS mailing list Subject: Re: [CentOS] problem with Clam AV
Rajeev R Veedu napsal(a):
I had updated clam antivirus recently (with YUM) and since then the
following error is appear when my cron job runs
The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires
boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean
argument.
ERROR: Can't parse the config file /etc/clamd.conf
Can you please help me to remove this error?
Thanks
Rajeev,
there are a few changes in clamd.conf. Please use clamd.conf.rpmnew and
add your settings.
David
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
Thank you very much for the support. The Problem fixed by changing the clamd.conf file as David said.
Once again thanks for all contributed. (Ovidiu Lixandru,Ben and others)
Best regards
Rajeev
Rajeev R Veedu wrote:
I had updated clam antivirus recently (with YUM) and since then the following error is appear when my cron job runs The cron job and the output is list below:
/usr/bin/freshclam --quiet -l /var/log/clam-update.log
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
ERROR: Can't parse the config file /etc/clamd.conf
Had them recently myself. You need to edit clamd.conf and add "yes" (or "no", as suited) to the lines it complains about. So "AllowSupplementaryGroups" should be replaced by "AllowSupplementaryGroups yes" and so on.
On Tue, 15 May 2007, Rajeev R Veedu wrote:
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
It used to be that
AllowSupplementaryGroups FixStaleSocket
were valid configuration options. That's been changed. It needs to be
AllowSupplementaryGroups yes FixStaleSocket yes
where "yes" can also be "no," depending on your preference.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Paul Heinlein Sent: Tuesday, May 15, 2007 6:34 PM To: Centos mailing list Subject: Re: [Centos] problem with Clam AV
On Tue, 15 May 2007, Rajeev R Veedu wrote:
ERROR: Parse error at line 44: Option AllowSupplementaryGroups requires boolean argument.
ERROR: Parse error at line 76: Option FixStaleSocket requires boolean argument.
It used to be that
AllowSupplementaryGroups FixStaleSocket
were valid configuration options. That's been changed. It needs to be
AllowSupplementaryGroups yes FixStaleSocket yes
where "yes" can also be "no," depending on your preference.
-- Paul Heinlein <> heinlein@madboa.com <> http://www.madboa.com/ _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
After updating the new clamav.config. (I have re-installed the clamav) I face a problem that it uses 85 to 100 of the CPU and it result in failure of saslauthd checking with following error.
May 17 10:08:06 mail pop3[27952]: badlogin: [192.168.1.50] plaintext d.walsh SASL(-13): authentication failure: checkpass failed
this error happens when about 5 no of CLAMSCAN runs (viewed with TOP command) and it stops when I remove the content filter in postfix.
is there any way we can reduce the CPU usage by clamscan so that other process will get some room to execute? I had used the default setting in clamd.conf except user as amavis. At least some guidance or suggestions?
best regards
Rajeev