From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 12 20:50:01 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A59E21065672 for ; Sun, 12 Aug 2012 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 663DB8FC16 for ; Sun, 12 Aug 2012 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q7CKo1ud068991 for ; Sun, 12 Aug 2012 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q7CKo100068990; Sun, 12 Aug 2012 20:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 12 Aug 2012 20:50:01 GMT Resent-Message-Id: <201208122050.q7CKo100068990@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Polstra Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5824C106564A for ; Sun, 12 Aug 2012 20:42:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4380C8FC12 for ; Sun, 12 Aug 2012 20:42:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q7CKglVs028264 for ; Sun, 12 Aug 2012 20:42:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id q7CKgknD028263; Sun, 12 Aug 2012 20:42:46 GMT (envelope-from nobody) Message-Id: <201208122042.q7CKgknD028263@red.freebsd.org> Date: Sun, 12 Aug 2012 20:42:46 GMT From: John Polstra To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/170569: sysutils/sec does not start automatically at boot time X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Aug 2012 20:50:01 -0000 >Number: 170569 >Category: ports >Synopsis: sysutils/sec does not start automatically at boot time >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: Sun Aug 12 20:50:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: John Polstra >Release: 9.0-RELEASE-p4 >Organization: >Environment: FreeBSD rock.polstra.com 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #29: Sun Aug 12 12:04:16 PDT 2012 jdp@rock.polstra.com:/usr/obj/usr/src/sys/ROCK amd64 >Description: Among other ports, I have a standard installation of sysutils/sec on this machine. Here are the relevant lines in /etc/rc.conf: sec_enable="YES" sec_flags="-syslog=daemon -debug=4 -intevents \ -input=/var/log/auth.log -input=/var/log/maillog" When I reboot the machine, sec does not start up. All of my other daemon-based ports start as they should. There are no error messages concerning sec. After the machine has booted, I can start sec manually without any problems: rock# /usr/local/etc/rc.d/sec status sec is not running. rock# /usr/local/etc/rc.d/sec start Performing sanity check of sec configuration: OK Starting sec. SEC (Simple Event Correlator) 2.5.1 Changing working directory to / Reading configuration from /usr/local/etc/sec.conf rock# I cannot see anything unusual in sec's startup script, yet it consistently is ignored by the rc subsystem at boot time. >How-To-Repeat: Install sysutils/sec. Add "sec_enable=YES" to /etc/rc.conf. Reboot. See if sec starts up automatically. >Fix: >Release-Note: >Audit-Trail: >Unformatted: