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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070515/4458c608/attachment.html>
On 5/15/07, Rajeev R Veedu <rajeev at 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 at centos.org > http://lists.centos.org/mailman/listinfo/centos > >Please post those lines from your config file. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070515/d1666097/attachment.html>
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
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.confHad 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. -- Ovidiu Lixandru linux360
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 at madboa.com <> http://www.madboa.com/