cvs commit: src/usr.sbin/jexec jexec.8 jexec.c

Robert Watson rwatson at FreeBSD.org
Thu May 29 14:14:25 UTC 2008


On Thu, 29 May 2008, Michael Reifenberger wrote:

> On Wed, May 28, 2008 at 01:09:49PM -0400, John Baldwin wrote: ...
>
>> Maybe make it only work if it only matches a single jail?  That would work 
>> for the common case while avoiding ambiguities in the complex cases.
>
> Yes. Thats a good suggestion and the road I'll go. Thanks!

The other concept that might be of benefit is a "dead" jail vs. a "live" jail 
-- with TCP connections taking a while to run down, there can often be 
dangling jail references that don't garbage collect for a few minutes. 
Perhaps, where there is ambiguity, live jails (ones with referencing 
processes) should be preferred to dead ones.

Robert N M Watson
Computer Laboratory
University of Cambridge


More information about the cvs-src mailing list