Re: Questions about Jail
- From: perryh@xxxxxxxxxxxxxx
- Date: Wed, 04 Apr 2012 08:00:46 -0700
Fbsd8 <fbsd8@xxxxxxxxxxxxxxx> wrote:
In most cases your jail environment will function ok as long as
its the same base release level. Example, host=8.0 jail1=8.1 and
jail2=8.2
IIUC, a better example would be host=8.2, jail1=8.1 and jail2=8.0.
A point release is not supposed to make any incompatible changes to
the kernel ABI, but it might add new interfaces not present in the
older kernel.
But host=8.2 and jail1=9.0 will have unknown reliability.
I would say it is only an accident if (jail major > kernel major)
works, because the KABI will likely have changed between N.x and
(N+1).x. However, host=9.0, jail1=8.x should work if the host
kernel includes the COMPAT_FREEBSD8 option.
Technically there is no checks stopping someone from doing this
and from the outside all will look correct, but it will fail and
you may lose both the host and jail.
You may indeed lose the jail, but if _anything_ done in the jail is
able to corrupt the host there is by definition a bug in the host's
jail support.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- References:
- Questions about Jail
- From: James Y Chen
- Re: Questions about Jail
- From: Fbsd8
- Questions about Jail
- Prev by Date: Re: current pids per tty
- Next by Date: Re: Printer recommendation please
- Previous by thread: Re: Questions about Jail
- Next by thread: Re: How to prevent gam_server from running?
- Index(es):
Relevant Pages
|