Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 1999 14:28:55 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Peter Wemm <peter@netplex.com.au>
Cc:        current@FreeBSD.ORG
Subject:   Re: init runs with console as control terminal? 
Message-ID:  <199911181928.OAA40475@khavrinen.lcs.mit.edu>
In-Reply-To: <19991118150110.D2A7B1CA0@overcee.netplex.com.au>
References:  <199911180357.WAA18909@lor.watermarkgroup.com> <19991118150110.D2A7B1CA0@overcee.netplex.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Thu, 18 Nov 1999 23:01:10 +0800, Peter Wemm <peter@netplex.com.au> said:

> root     cron         218    0 -         -        none    -
> root     cron         218    1 -         -        none    -
> root     cron         218    2 -         -        none    -
> root     adjkerntz     40    0 -         -        none    -
> root     adjkerntz     40    1 -         -        none    -
> root     adjkerntz     40    2 -         -        none    -

Buggy daemons that don't close their standard file descriptors.
(On my machine I also have radiusd and amd.)

> init(8) does a revoke on /dev/ttyv0 after /etc/rc finishes and before the
> ttyv0 getty fires up, so I suspect an aliasing problem, but I can't see
> what's doing it.  (I haven't been annoyed enough to find out what's really
> happening)

As Bruce explained, the revocation happens automatically when the
session leader of the /etc/rc process exits.  (It happens
automatically when any session leader exits, in point of fact.)

Beyond the issue of buggy daemons, this all looks peachy to me.

-GAWollman

--
Garrett A. Wollman   | O Siem / We are all family / O Siem / We're all the same
wollman@lcs.mit.edu  | O Siem / The fires of freedom 
Opinions not those of| Dance in the burning flame
MIT, LCS, CRS, or NSA|                     - Susan Aglukark and Chad Irschick


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911181928.OAA40475>