From owner-freebsd-questions@FreeBSD.ORG Sat Aug 24 16:12:03 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 07AB4FD1 for ; Sat, 24 Aug 2013 16:12:03 +0000 (UTC) (envelope-from paul.hoffman@vpnc.org) Received: from hoffman.proper.com (IPv6.Hoffman.Proper.COM [IPv6:2605:8e00:100:41::81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D447825F2 for ; Sat, 24 Aug 2013 16:12:02 +0000 (UTC) Received: from [10.20.30.90] (50-1-98-185.dsl.dynamic.sonic.net [50.1.98.185]) (authenticated bits=0) by hoffman.proper.com (8.14.7/8.14.5) with ESMTP id r7OGC04h001631 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 24 Aug 2013 09:12:01 -0700 (MST) (envelope-from paul.hoffman@vpnc.org) X-Authentication-Warning: hoffman.proper.com: Host 50-1-98-185.dsl.dynamic.sonic.net [50.1.98.185] claimed to be [10.20.30.90] Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Finding exactly which commands, and in which order, rc is running at startup From: Paul Hoffman In-Reply-To: <4237C275-EFFE-437C-8332-43FA91FDE718@lafn.org> Date: Sat, 24 Aug 2013 09:12:01 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4896463E-A9E3-4BD5-97AC-628AAFA9D1ED@proper.com> <4237C275-EFFE-437C-8332-43FA91FDE718@lafn.org> To: "freebsd-questions@freebsd.org" X-Mailer: Apple Mail (2.1508) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Aug 2013 16:12:03 -0000 Thanks for all the suggestions. Of them, this was the one that helped me = with my issue: On Aug 23, 2013, at 1:41 AM, Doug Hardie wrote: > You can add: >=20 > rc_debug=3D"YES" >=20 > to /etc/rc.conf and that might give you what you need. According to = the man page it will "produces copious output to the terminal and = syslog(3)"