ports/189846: start clamav-milter start-up dependency issue prevents start up at boot and slows boot

Darren Henderson darren.henderson at gmail.com
Fri May 16 00:00:00 UTC 2014


>Number:         189846
>Category:       ports
>Synopsis:       start clamav-milter start-up dependency issue prevents start up at boot and slows boot
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 16 00:00:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Darren Henderson
>Release:        9.2-STABLE
>Organization:
>Environment:
FreeBSD olmec.nighttide.net 9.2-STABLE FreeBSD 9.2-STABLE #1 r264285: Tue Apr  8 21:06:50 EDT 2014     darren at olmec.nighttide.net:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
clamav-milter starts before clamd. This causes a 60 second count down as it waits for the socket and then errors out.
>How-To-Repeat:
Install clamav-milter-0.98.3_1, enable the milter and clamd and reboot system
>Fix:
Start-up script /usr/local/etc/rc.d/clamav-clamd has:

# PROVIDE: clamav_clamd

However /usr/local/etc/rc.d/clamav-milter has:

# REQUIRE: LOGIN clamd

It should be:

# REQUIRE: LOGIN clamav_clamd

which enforces the dependency.



>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list