From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1186 Path: news.gmane.org!not-for-mail From: Richard Downing Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: Runit on tty1 Date: Fri, 30 Jun 2006 10:10:27 +0100 Message-ID: <44A4EA83.5080800@langside.org.uk> References: <449C4064.6050504@langside.org.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151658632 3482 80.91.229.2 (30 Jun 2006 09:10:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 30 Jun 2006 09:10:32 +0000 (UTC) Original-X-From: supervision-return-1422-gcsg-supervision=m.gmane.org@list.skarnet.org Fri Jun 30 11:10:30 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 1FwF1B-00037y-SG for gcsg-supervision@gmane.org; Fri, 30 Jun 2006 11:10:29 +0200 Original-Received: (qmail 17838 invoked by uid 76); 30 Jun 2006 09:10:50 -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 17833 invoked from network); 30 Jun 2006 09:10:50 -0000 User-Agent: Thunderbird 1.5.0.2 (X11/20060425) Original-To: supervision@list.skarnet.org In-Reply-To: <449C4064.6050504@langside.org.uk> Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1186 Archived-At: Richard A Downing FBCS CITP wrote: > I have just built a new system (glibc-2.4, gcc04.1.1, linux-2.6.17.1) > with runit-1.5.1. > This seems to be quite stable except that tty1 does not accept ctrl-c - > indeed if /etc/runit/ctrlaltdel exists, this is run when ctrl-c is > pressed on tty1 (and causes a reboot as expected). > Another effect, also only on tty1 is that a long output can be > interrupted by a replay of earlier output, this can be recovered by > switching to another tty and back - nothing is in fact list, it's just > the screen output. > Further investigation reveals that runit, as process 1, is marked by > ps-ef as being on tty1 and the bash process started by getty-1 is marked > as ? for it's TTY. I suspect this is the problem, as it is quite unlike > my other runit-based systems. > There are no errors in the runsvdir proctitle. > > Does anyone have any idea what has gone wrong? > > Richard. > > I've just upgraded to runit-1.6.0, but I have the same problem. What could cause runit to be connected to tty1? R.