From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1099 Path: news.gmane.org!not-for-mail From: Gerrit Pape Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit-init stage 1: where does stdout go? Date: Sat, 1 Apr 2006 08:28:55 +0000 Message-ID: <20060401082855.11562.qmail@67032bd27f0bc6.315fe32.mid.smarden.org> References: <20060324195459.47e16ed2.__guido__@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143880115 22267 80.91.229.2 (1 Apr 2006 08:28:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Apr 2006 08:28:35 +0000 (UTC) Original-X-From: supervision-return-1335-gcsg-supervision=m.gmane.org@list.skarnet.org Sat Apr 01 10:28:34 2006 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1FPbTG-000185-5L for gcsg-supervision@gmane.org; Sat, 01 Apr 2006 10:28:34 +0200 Original-Received: (qmail 5907 invoked by uid 76); 1 Apr 2006 08:11:21 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 5902 invoked from network); 1 Apr 2006 08:11:21 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20060324195459.47e16ed2.__guido__@web.de> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1099 Archived-At: On Fri, Mar 24, 2006 at 07:54:59PM +0100, Guido Schimmels wrote: > Hi, > > I'm trying runit-1.4.0 on a self-made linux system. > runit-init seems to redirect stdout, as I'm not seeing > any boot messages echoed by the stage 1 script, > only the kernel messages. > How do I get them back to the console? They should go to the console. In stage 1 stdin, stdout, and stderr are connected to the console, at least they should. Regards, Gerrit.