numeric jail name in jail.conf

2013-03-22 Thread Nicolas de Bari Embriz Garcia Rojas
Hi, when using a numeric names for a jails something like: 10 { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; } 20 { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; } the name (numeric) becomes the jail ID when,

Re: Handbook Jail Chapter rewrite available for critique

2013-03-22 Thread Ian Smith
On Thu, 21 Mar 2013 11:21:29 -0400, Alejandro Imass wrote: > On Thu, Mar 21, 2013 at 3:35 AM, Ian Smith wrote: > > On Tue, 19 Mar 2013 17:53:30 +0100, Dirk Engling wrote: [.. also chopping mercilessly ..] > > > # Copyright 2010, Qjail project. All rights reserved. > > > > > > offensive

Re: Handbook Jail Chapter rewrite available for critique

2013-03-22 Thread Alejandro Imass
On Fri, Mar 22, 2013 at 9:03 AM, Ian Smith wrote: > On Thu, 21 Mar 2013 11:21:29 -0400, Alejandro Imass wrote: > > On Thu, Mar 21, 2013 at 3:35 AM, Ian Smith wrote: > > > On Tue, 19 Mar 2013 17:53:30 +0100, Dirk Engling wrote: > [...] >> mentioned anywhere in this new proposal and why it isn'

Re: how to measure bandwidth per jail

2013-03-22 Thread Sami Halabi
Jnettop has the ability to: Measure bandwidth/packets in partecular intergace. Simply use: 0,1..9 to switch between interfaces. p to switch between packets/bandwidth b to measure in bytes/bits You better define your local ips in the .jnettop file, once that done your measurs would be more accurate

Re: Handbook Jail Chapter rewrite available for critique

2013-03-22 Thread Fbsd8
Ian Smith wrote: On Tue, 19 Mar 2013 17:53:30 +0100, Dirk Engling wrote: > On 18.03.13 20:16, s...@tormail.org wrote: > > > to configure things themselves. In my experience, ezjail is a much better > > solution. I also see that you are the maintainer/author of qjail and like > > to shovel

[no subject]

2013-03-22 Thread sib
On Fri, Mar 22, 2013 at 6:12 PM, Fbsd8 wrote: > Boy this simple critique request sure has gotten out of hand. So lets set the record straight. You got exactly what you asked for. > On the subject ezjail not being referenced in the document like it is in the current version of the online handbook

Re:

2013-03-22 Thread Nicolas de Bari Embriz Garcia Rojas
Guys, please don't take me bad, but better stop this "@%!" and use your talent to help me found a way to properly measure bandwidth per jails in a long period. I am using sysutils/jail2 port to start/stop jails, My working configuration so far is this: I use the jid so that later I can use in /et

Re: Handbook Jail Chapter rewrite available for critique

2013-03-22 Thread Fbsd8
s...@tormail.org wrote: On Fri, Mar 22, 2013 at 6:12 PM, Fbsd8 wrote: Boy this simple critique request sure has gotten out of hand. So lets set the record straight. You got exactly what you asked for. On the subject ezjail not being referenced in the document like it is in the current vers

Re: numeric jail name in jail.conf

2013-03-22 Thread Jamie Gritton
On 03/22/13 05:25, Nicolas de Bari Embriz Garcia Rojas wrote: Hi, when using a numeric names for a jails something like: 10 { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; } 20 { exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc