Subject: Re: processes with closed file descriptors?
To: None <earle@isolar.Tujunga.CA.US>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: current-users
Date: 02/24/1995 12:07:44
> root     cron          89    0 -         -        none    -
> 

The vnode associated with this file descriptor has been blown away. This
would happen to all daemons started from /etc/rc that do not close their
standard fd's and you subsequently run getty on /dev/console (or do anything
else that would cause revoke(2) to be called).

-pk