From owner-freebsd-current Wed Nov 22 13:12:31 2000 Delivered-To: freebsd-current@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 38AD237B4C5; Wed, 22 Nov 2000 13:12:27 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.1/8.11.1) id eAMLCMU07305; Wed, 22 Nov 2000 15:12:22 -0600 (CST) (envelope-from dan) Date: Wed, 22 Nov 2000 15:12:22 -0600 From: Dan Nelson To: Poul-Henning Kamp Cc: current@FreeBSD.ORG, arch@FreeBSD.ORG Subject: Re: RFC: /dev/console -> /var/log/messages idea/patch Message-ID: <20001122151221.A29341@dan.emsphone.com> References: <1050.974925641@critter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <1050.974925641@critter>; from "Poul-Henning Kamp" on Wed Nov 22 21:40:41 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Nov 22), Poul-Henning Kamp said: > The attached patch is a "proof-of-concept" on which I would like to > get some comments: > > It bugs me big time that the output from /etc/rc and all other output > to /dev/console is volatile and lost once it scrolls of your console. SCO logs its startup by simply piping the output of its rc scripts through "2>&1 | tee -a /usr/adm/rc#.log". We could do something similar by wrapping everything after the "mount -a -t nonfs" command on like 174 with { } 2>&1 | tee -a /var/log/boot.log -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message