How to implement jail-aware SysV IPC (with my nasty patch)

2015-06-11 Thread kikuchan
Hello, I'm (still) trying to figure out how jail-aware SysV IPC mechanism should be. I want to run PostgreSQL in each jail without changing UID for each jail. If you don't change UID on each jail, it doesn't work due to IPC objects conflict between jails. See also; https://bugs.freebsd.org/bug

Re: How to implement jail-aware SysV IPC (with my nasty patch)

2015-06-11 Thread Alfred Perlstein
Can a bugzilla or github request please be made for this so that it doesn't get lost? thank you, -Alfred On 6/11/15 6:17 PM, kikuc...@uranus.dti.ne.jp wrote: Hello, I'm (still) trying to figure out how jail-aware SysV IPC mechanism should be. I want to run PostgreSQL in each jail without cha

Re: How to implement jail-aware SysV IPC (with my nasty patch)

2015-06-11 Thread kikuchan
Thank you for your reply! Just appended, is this OK? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=48471 On Thu, 11 Jun 2015 18:24:43 -0700, Alfred Perlstein wrote: > Can a bugzilla or github request please be made for this so that it > doesn't get lost? > > thank you, > -Alfred > > On 6

Re: How to implement jail-aware SysV IPC (with my nasty patch)

2015-06-11 Thread Alfred Perlstein
Thank you! On 6/11/15 7:04 PM, kikuc...@uranus.dti.ne.jp wrote: > Thank you for your reply! > > Just appended, is this OK? > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=48471 > > > On Thu, 11 Jun 2015 18:24:43 -0700, Alfred Perlstein > wrote: >> Can a bugzilla or github request please be m