Re: jail2 patchset 12

2006-09-19 Thread Alex Lyashkov
thanks for point this :( i will rewrite old jail api as wrapper to new API for avoid similar errors... В Втр, 19.09.2006, в 00:50, John Baldwin пишет: > On Sunday 17 September 2006 18:08, Alex Lyashkov wrote: > > Thanks for you report. I really more test new jail2 API then old :( > > Please apply

Re: jail2 patchset 12

2006-09-18 Thread John Baldwin
On Sunday 17 September 2006 18:08, Alex Lyashkov wrote: > Thanks for you report. I really more test new jail2 API then old :( > Please apply this patch. > > # p4 diff -du kern_jail.c > //depot/projects/jail2/sys/kern/kern_jail.c#4 - > /root/jail2/sys/kern/kern_jail.c > @@ -316,6 +316,7 @

Re: jail2 patchset 12

2006-09-17 Thread Alex Lyashkov
patchset 12 created 2 week ago (or so). Today i integrate last changes and upload patchset 13. В Пнд, 18.09.2006, в 01:15, Kris Kennaway пишет: > On Mon, Sep 18, 2006 at 01:08:24AM +0300, Alex Lyashkov wrote: > > Thanks for you report. I really more test new jail2 API then old :( > > Please apply

Re: jail2 patchset 12

2006-09-17 Thread Kris Kennaway
On Mon, Sep 18, 2006 at 01:08:24AM +0300, Alex Lyashkov wrote: > Thanks for you report. I really more test new jail2 API then old :( > Please apply this patch. > > # p4 diff -du kern_jail.c > //depot/projects/jail2/sys/kern/kern_jail.c#4 - > /root/jail2/sys/kern/kern_jail.c > @@ -316,6 +

Re: jail2 patchset 12

2006-09-17 Thread Alex Lyashkov
Thanks for you report. I really more test new jail2 API then old :( Please apply this patch. # p4 diff -du kern_jail.c //depot/projects/jail2/sys/kern/kern_jail.c#4 - /root/jail2/sys/kern/kern_jail.c @@ -316,6 +316,7 @@ if (error) return (error); + mtx_lock

Re: jail2 patchset 12

2006-09-17 Thread Kris Kennaway
On Sat, Sep 16, 2006 at 02:54:16PM +0300, Alex Lyashkov wrote: > Hello All, > > Some time ago I finished the next public jail2 patchset. > As of now, jail2 supports per-jail SYSV IPC namespaces. > It is possible to configure which jails can and which cannot use > SYSV IPC. The UID hash is also pe

Re: jail2 patchset 12

2006-09-16 Thread Ivan Voras
Alex Lyashkov wrote: > he patchset also implements per-jail resource limits, such as: > - number of SYSV IPC objects; > - number of processes; > - number of filedescriptors. > In addition, all jail-related code was moved under 'options JAIL'. Very nice, thanks! __

jail2 patchset 12

2006-09-16 Thread Alex Lyashkov
Hello All, Some time ago I finished the next public jail2 patchset. As of now, jail2 supports per-jail SYSV IPC namespaces. It is possible to configure which jails can and which cannot use SYSV IPC. The UID hash is also perl-jail now. he patchset also implements per-jail resource limits, such as: