Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
Summary: Default clamd conf file is broken
https://bugzilla.redhat.com/show_bug.cgi?id=459954
Summary: Default clamd conf file is broken Product: Fedora EPEL Version: el5 Platform: All OS/Version: Linux Status: NEW Severity: medium Priority: medium Component: amavisd-new AssignedTo: steve@silug.org ReportedBy: jlquinn@optonline.net QAContact: extras-qa@fedoraproject.org CC: fedora-perl-devel-list@redhat.com Estimated Hours: 0.0 Classification: Fedora
Description of problem:
/etc/clam.d/amavisd.conf has syntax errors that prevent
Version-Release number of selected component (if applicable):
amavisd-new-2.4.5-1.el5
How reproducible:
[root@mail1 ~]# service clamd.amavisd start Starting clamd.amavisd: ERROR: Parse error at line 2: Option LogSyslog requires boolean argument. ERROR: Can't open/parse the config file /etc/clamd.d/amavisd.conf [FAILED]
After fixing this option to be:
LogSyslog yes
then
[root@mail1 amavisd-new-2.4.5]# service clamd.amavisd start Starting clamd.amavisd: ERROR: Parse error at line 14: Option FixStaleSocket requires boolean argument. ERROR: Can't open/parse the config file /etc/clamd.d/amavisd.conf [FAILED]
Fixing this to be:
FixStaleSocket yes
allows clamd to start correctly.
Steps to Reproduce: 1. 2. 3.
Actual results:
Expected results:
Additional info:
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=459954
Michael Stahnke mastahnke@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mastahnke@gmail.com Status Whiteboard| |ActualBug
Please do not reply directly to this email. All additional comments should be made in the comments box of this bug.
https://bugzilla.redhat.com/show_bug.cgi?id=459954
Johan Kok johan-fedora@deds.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED CC| |johan-fedora@deds.nl Resolution| |DUPLICATE Last Closed| |2011-06-09 01:31:08
--- Comment #1 from Johan Kok johan-fedora@deds.nl 2011-06-09 01:31:08 EDT --- Thank you for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.
*** This bug has been marked as a duplicate of bug 430177 ***
perl-devel@lists.fedoraproject.org