Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30177 - Clamd not stopping properly.
Summary: Clamd not stopping properly.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Antivirus Team
URL:
Whiteboard:
Keywords:
Depends on: 32448
Blocks:
  Show dependency tree
 
Reported: 2003-10-02 09:56 UTC by Brett Simpson
Modified: 2004-03-02 07:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brett Simpson 2003-10-02 09:56:46 UTC
Using the following line in /etc/init.d/clamd doesn't stop clamd properly.
start-stop-daemon --stop --quiet --pidfile /var/run/clamd.pid

Instead a killall line along with another line to remove the socket file is needed.
                killall clamd        
                rm -f /"$path in /etc/clamav.conf"/clamd.sock
Comment 1 Dominik Stadler (RETIRED) gentoo-dev 2003-12-05 08:58:36 UTC
This bug seems to be the same as Bug 32448
Comment 2 Heitzso 2004-01-20 08:06:05 UTC
This is wicked.  Every time my box restarts clamd goes dead.  I have to thrash it to bring it back up.  I'll hand edit my /etc/init.d/clamd script but it really should get fixed upstream in the gentoo distribution.
Comment 3 Hanno Böck gentoo-dev 2004-02-16 16:00:45 UTC
already tried 0.67?
I commited some fixes a while ago about that.
Comment 4 Brett Simpson 2004-02-17 14:23:58 UTC
I'm using 0.67 in production for two mail servers.
Comment 5 Hanno Böck gentoo-dev 2004-03-02 07:14:36 UTC
seems to be an outdated bug