Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Oct 2000 21:10:07 -0700
From:      Wes Peters <wes@softweyr.com>
To:        Joe Greco <jgreco@ns.sol.net>
Cc:        Greg Black <gjb@gbch.net>, hackers@freebsd.org, ryan@sasknow.com, andrew@ugh.net.au
Subject:   Re: Logging users out
Message-ID:  <39FE461F.3F47EA7@softweyr.com>
References:  <200010302102.PAA81188@aurora.sol.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Joe Greco wrote:
> 
> > > I wrote a little line program to do a revoke(), it was basically
> > >
> > > int main(int argc, char *argv[]) { revoke(argv[1]); }
> > >
> > > Now this doesn't kill a darn thing.  And you should be aware of it!  But it
> > > does forcibly "close" any open fd's pointing at the tty in question, and
> > > most programs will get the hint and go away.
> >
> > Not all programs, and that can lead to all sorts of problems
> > with processes that never die.  There are many stories of this
> > happening with vi, for example.
> 
> That's why I said, "most programs".
> 
> > > For some uses, especially predictable uses, this is probably a lot simpler
> > > and a lot more foolproof.
> >
> > Simple: yes.  Foolproof: definitely no.
> 
> Uh, well, "foolproof" != "calling ps and awk and grep and looking for
> processes".  For ANY definition of foolproof.

No, but walking the active process table looking for session leaders is
not that difficult.  In fact, this was the first program I ever wrote on
FreeBSD, back on 1.0.  Unfortunately, it was a commercial product Axent
Technologies never released, but later folded into UNIX Resource Manager
that was bought by dozens.  ;^)

-- 
            "Where am I, and what am I doing in this handbasket?"

Wes Peters                                                         Softweyr LLC
wes@softweyr.com                                           http://softweyr.com/


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39FE461F.3F47EA7>