From owner-freebsd-questions@FreeBSD.ORG Fri Aug 23 08:41:49 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 116F3D4A for ; Fri, 23 Aug 2013 08:41:49 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id DC765269E for ; Fri, 23 Aug 2013 08:41:48 +0000 (UTC) Received: from [10.0.1.3] (static-71-177-216-148.lsanca.fios.verizon.net [71.177.216.148]) (authenticated bits=0) by zoom.lafn.org (8.14.3/8.14.2) with ESMTP id r7N8ffVH078815 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Fri, 23 Aug 2013 01:41:41 -0700 (PDT) (envelope-from bc979@lafn.org) 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: Doug Hardie In-Reply-To: <4896463E-A9E3-4BD5-97AC-628AAFA9D1ED@proper.com> Date: Fri, 23 Aug 2013 01:41:40 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <4237C275-EFFE-437C-8332-43FA91FDE718@lafn.org> References: <4896463E-A9E3-4BD5-97AC-628AAFA9D1ED@proper.com> To: "freebsd-questions@freebsd.org List" X-Mailer: Apple Mail (2.1508) X-Virus-Scanned: clamav-milter 0.97 at zoom.lafn.org X-Virus-Status: Clean 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: Fri, 23 Aug 2013 08:41:49 -0000 On 22 August 2013, at 13:07, Paul Hoffman wrote: > Greetings again. After doing a freebsd-update, my system is starting = up differently than it was before. I want to figure out why before I = come here and say "it's broken". >=20 > Is there a way to say "show me all of the commands you are running = during startup"? It would be grand if I could say "tell me what you = would do next time (dry run)", but "what did you do last time" is OK = too. You can add: rc_debug=3D"YES" 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)"=