Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2014 23:59:17 GMT
From:      Darren Henderson <darren.henderson@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189846: start clamav-milter start-up dependency issue prevents start up at boot and slows boot
Message-ID:  <201405152359.s4FNxHQM093791@cgiserv.freebsd.org>
Resent-Message-ID: <201405160000.s4G000gb053739@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405152359.s4FNxHQM093791>