From owner-freebsd-stable@FreeBSD.ORG Tue Sep 15 15:15:09 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6BDB4106566C for ; Tue, 15 Sep 2009 15:15:09 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out2.tiscali.nl (smtp-out2.tiscali.nl [195.241.79.177]) by mx1.freebsd.org (Postfix) with ESMTP id 2E4D58FC08 for ; Tue, 15 Sep 2009 15:15:08 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out2.tiscali.nl with esmtp (Exim) (envelope-from ) id 1MnZkK-0002X7-2H for freebsd-stable@freebsd.org; Tue, 15 Sep 2009 17:15:08 +0200 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id DC8F313E97 for ; Tue, 15 Sep 2009 17:15:05 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-stable@freebsd.org References: <4AAFABE2.7@quip.cz> Date: Tue, 15 Sep 2009 17:15:05 +0200 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: <4AAFABE2.7@quip.cz> User-Agent: Opera Mail/10.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Subject: Re: 8.0 rc.d scripts less verbose? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2009 15:15:09 -0000 On Tue, 15 Sep 2009 16:59:46 +0200, Miroslav Lachman <000.fbsd@quip.cz> =20 wrote: > Ronald Klop wrote: >> Hi, >> Since I run 8.0 the rc.d scripts are less verbose. I have some =20 >> problems with them, but the default output gives me no information =20 >> anymore. >> In the 8.0-TODO wiki there is a mention about verbosity of the rc.d = =20 >> scripts at the bottom. Is there a way for me to increase the verbosity= ? > > You can use rc_debug or rc_info in your rc.conf > > rc_debug (bool) If set to ``YES'', enable output of debug messages > from rc scripts. This variable can be helpful in diagnosin= g > mistakes when editing or integrating new scripts. Beware > that this produces copious output to the terminal and > syslog(3). > > rc_info (bool) If set to ``NO'', disable informational messages from > the rc scripts. Informational messages are displayed when = a > condition that is not serious enough to warrant a warning o= r > an error occurs. Rc_info gave me 1 line extra about kld green_saver being loaded. I still = =20 have to try rc_debug. Ronald.