Re: Tutorial for Hierarchical Jails?

2009-10-01 Thread Edwin Shao
levels, then both jails need to allow raw sockets - a jail can't allow a > child jail to do what it can't do itself. > > - Jamie > > > Edwin Shao wrote: > >> One other thing that is odd: hierarchical jails don't seem to inherit some

Re: Tutorial for Hierarchical Jails?

2009-09-28 Thread Edwin Shao
nt error may be related to the first jail's > allow.mount parameter (whose default comes from > security.jail.mount_allowed). > > - Jamie > > Edwin Shao wrote: > >> Thanks, that worked for me. >> >> * Using jail to change children.max on the parent does not affect `sysctl >>

Re: Tutorial for Hierarchical Jails?

2009-09-28 Thread Edwin Shao
ues as in the parent's jail, which work. Everything seems to work alright inside the jail, so I assume the errors are safe to ignore? Thanks again! - Edwin On Mon, Sep 28, 2009 at 9:11 PM, Bjoern A. Zeeb < bzeeb-li...@lists.zabbadoz.net> wrote: > On Mon, 28 Sep 2009, Edwin Shao wrote: >

Re: Tutorial for Hierarchical Jails?

2009-09-28 Thread Edwin Shao
? Thanks, Edwin On Mon, Sep 28, 2009 at 7:35 PM, Jamie Gritton wrote: > Edwin Shao wrote: > >> Hello, >> Does anyone have a walkthrough for how to get hierarchical jails to work? >> I've been playing around with it for a couple of days and it simply is not >>

Tutorial for Hierarchical Jails?

2009-09-28 Thread Edwin Shao
Hello, Does anyone have a walkthrough for how to get hierarchical jails to work? I've been playing around with it for a couple of days and it simply is not working. I would like to know if anyone has gotten it to work, and if so, how? The error I tend to get within a jail (starting another child j

sysctl variables not propagating to children jails

2009-06-09 Thread Edwin Shao
Hi, In the most recent -current, I've noticed that sysctl variables no longer propagate to jails and thus it is impossible to allow raw sockets, allow mounting, etc. This might be related to . For example, in parent: hyper ~> sys