Re: Unable to get jail paramters values

2017-10-25 Thread James Gritton
On 2017-10-24 13:10, Andrew Hotlab wrote: How can I get real jail.param values for a specific running jail? Replying to my own question... I just fount that it's possible to know it from the host with the command jls(8). Here is an example: root@host01:~ # jls -nj jtest01 allow.raw_sockets all

Re: set jail cpu-list in jail.conf

2017-10-25 Thread Valeri Galtsev
On Wed, October 25, 2017 8:58 am, Steve Wills wrote: > Hi, > > I created a patch which adds support for setting the cpu-list of a jails > cpuset in jail.conf, here: > > https://reviews.freebsd.org/D12789 > > If anyone finds this useful or has comments, please let me know. Thanks Steve! Not long a

Re: set jail cpu-list in jail.conf

2017-10-25 Thread Miroslav Lachman
Steve Wills wrote on 2017/10/25 15:58: Hi, I created a patch which adds support for setting the cpu-list of a jails cpuset in jail.conf, here: https://reviews.freebsd.org/D12789 If anyone finds this useful or has comments, please let me know. It looks much better than my workaround: alpha {

set jail cpu-list in jail.conf

2017-10-25 Thread Steve Wills
Hi, I created a patch which adds support for setting the cpu-list of a jails cpuset in jail.conf, here: https://reviews.freebsd.org/D12789 If anyone finds this useful or has comments, please let me know. Thanks, Steve ___ freebsd-jail@freebsd.org m