Bug 237252 - minor error in amavis-clamd.conf
Summary: minor error in amavis-clamd.conf
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: amavisd-new
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Steven Pritchard
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-04-20 13:40 UTC by Stefan Held
Modified: 2007-11-30 22:12 UTC (History)
2 users (show)

Fixed In Version: 2.5.1-1.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-06-29 14:03:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Stefan Held 2007-04-20 13:40:43 UTC
Description of problem:

The config file for /etc/clamd.d/amavisd.conf is borked.


service clamd.amavisd start
clamd.amavisd starten: ERROR: Parse error at line 2: Option LogSyslog requires
boolean argument.

service clamd.amavisd start
clamd.amavisd starten: ERROR: Parse error at line 14: Option FixStaleSocket
requires boolean argument.
ERROR: Can't open/parse the config file /etc/clamd.d/amavisd.conf

Version-Release number of selected component (if applicable):
0.90.2-1

How reproducible:
install current clamd and start service clamd.amavisd start

Actual results:

clamd.amavisd does not start

Expected results:

it should start :)

Additional info:

Comment 1 Nick Urbanik 2007-06-11 05:31:37 UTC
After making what might seem a reasonable change:
$ diff /etc/clamd.d/amavisd.conf~ /etc/clamd.d/amavisd.conf
2c2
< LogSyslog
---
> LogSyslog 1
14c14
< FixStaleSocket
---
> FixStaleSocket 1

I find clamd *still* is unhappy:
$ sudo service clamd.amavisd start
Starting clamd.amavisd: Running as user amavis (UID 105, GID 107)
and in /var/log/maillog:
Jun 11 15:29:37 www3 clamd[30966]: Log file size limited to 1048576 bytes. 
Jun 11 15:29:37 www3 clamd[30966]: Reading databases from /var/lib/clamav 
Jun 11 15:29:37 www3 clamd[30966]: Not supported data format 
and then clamd dies.

Comment 2 Nick Urbanik 2007-06-11 07:20:36 UTC
I've been able to restart clamd.amavisd after setting up freshclam and
/etc/freshclam.

The daily.cvd file seems to have been corrupted, even though
rpm -V clamav-update showed no errors.  After replacing it using freshclam,
clamd can start, and finally I can receive email again.

Comment 3 Steven Pritchard 2007-06-23 00:55:58 UTC
2.5.1-1.fc7 should be showing up in updates-testing soon.  Could you give it a 
try for me?

Comment 4 Steven Pritchard 2007-06-23 01:27:34 UTC
2.5.2-0.1.rc2 will be in rawhide soon also.

Comment 5 Fedora Update System 2007-06-27 03:49:54 UTC
amavisd-new-2.5.1-1.fc7 has been pushed to the Fedora 7 testing repository.  If problems still persist, please make note of it in this bug report.

Comment 6 Nick Urbanik 2007-06-28 20:07:45 UTC
It appears to work so far.  The other issue with clamav-data-0.90.2-1 probably
deserves a bug report of its own.

Comment 7 Steven Pritchard 2007-06-28 20:13:50 UTC
(In reply to comment #6)
> The other issue with clamav-data-0.90.2-1 probably
> deserves a bug report of its own.

I could be wrong, but that would probably get closed with NOTABUG.  I think 
you need to run freshclam manually once to get clamd or clamscan to work 
properly.

Again, I could be totally wrong about that though.

Comment 8 Nick Urbanik 2007-06-28 20:37:52 UTC
clamd should run without freshclam having to be run first.  See bug 246151.

Comment 9 Fedora Update System 2007-06-29 14:03:15 UTC
amavisd-new-2.5.1-1.fc7 has been pushed to the Fedora 7 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Nick Urbanik 2007-06-29 14:53:13 UTC
(In reply to comment #9)
> amavisd-new-2.5.1-1.fc7 has been pushed to the Fedora 7 stable repository.  If
problems still persist, please make note of it in this bug report.

Sorry, I should have made it clearer: when I said "it seems to work so far", I
meant amavisd-new-2.5.1-1.fc7.


Note You need to log in before you can comment on or make changes to this bug.