From owner-freebsd-questions@FreeBSD.ORG Tue Aug 22 09:02:58 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 908DA16A4DD for ; Tue, 22 Aug 2006 09:02:58 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC15643D93 for ; Tue, 22 Aug 2006 09:02:51 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from iris ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k7M92nEY031817; Tue, 22 Aug 2006 12:02:49 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org Date: Tue, 22 Aug 2006 12:02:13 +0300 User-Agent: KMail/1.9.1 References: <20060822001322.24365.qmail@web55102.mail.re4.yahoo.com> In-Reply-To: <20060822001322.24365.qmail@web55102.mail.re4.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608221202.13610.nvass@teledomenet.gr> Cc: David Thompson Subject: Re: Is stdout from /etc/rc captured anywhere? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Aug 2006 09:02:58 -0000 On Tuesday 22 August 2006 03:13, David Thompson wrote: > During boot, does FreeBSD capture the output of /etc/rc anywhere? > no, I think... > dmesg is for the kernel only. > syslogd is not used to capture simple 'echo' commands from /etc/rc. > > If you can't see the physical console as the system boots up, > is there another method to see this /etc/rc output later? > You can use "dmesg -a" and see what was written to the console. Nikos