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: ppp cmmand port listens on ipv6 only if kernel has

2006-09-17 Thread Julian Stacey
> With a 6.1 Release custom kernel compiled with > options INET6 > & /etc/ppp/ppp.conf with > set server +12345 mypasswd > sockstat -l showed only: > sockstat -l showed only: > USER COMMANDPID FD PROTO LOCAL ADDRESS FOREIGN ADDRESS > root ppp

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

anyone working on setting output items with usbhidctl(1) ?

2006-09-17 Thread Rene Ladan
Hi, is anyone working on setting output items with usbhidctl(1) ? I'm trying to add LED/rumbler support for the Xbox 360 Gamepad to uhid(4), but there doesn't seem to be a userland tool to test output items and the output report descriptor doesn't seem to be publicly available (i.e. I must revers

pxe boot size limit?

2006-09-17 Thread Danny Braniss
it seems that pxeboot has a limit with respect to the kernel size, which prevents the kernel to get loaded, the error printed is slightly misleading. the solution is to make a kernel with loadable modules, instead of compiled in. danny ___ freebsd-hac