Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Jamie Gritton
The following reply was made to PR bin/165515; it has been noted by GNATS. From: Jamie Gritton To: Martin Matuska Cc: Glen Barber , freebsd-gnats-sub...@freebsd.org, freebsd-jail@FreeBSD.org Subject: Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting ja

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Jamie Gritton
On 02/28/12 17:30, Martin Matuska wrote: On 28.2.2012 23:36, Jamie Gritton wrote: The allow.mount parameter recently changed in a subtle way - it's now a node (to e.g. allow.mount.devfs) as well as a parameter in its own right. This confused libjail which knows how to handle such parameters as l

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Martin Matuska
The following reply was made to PR bin/165515; it has been noted by GNATS. From: Martin Matuska To: Jamie Gritton Cc: Glen Barber , freebsd-gnats-sub...@freebsd.org, freebsd-jail@FreeBSD.org Subject: Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail Dat

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Martin Matuska
On 28.2.2012 23:36, Jamie Gritton wrote: > The allow.mount parameter recently changed in a subtle way - it's now > a node (to e.g. allow.mount.devfs) as well as a parameter in its own > right. This confused libjail which knows how to handle such parameters > as long as they're not boolean. > > I'm

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Glen Barber
The following reply was made to PR bin/165515; it has been noted by GNATS. From: Glen Barber To: Jamie Gritton Cc: freebsd-gnats-sub...@freebsd.org, freebsd-jail@FreeBSD.org, Martin Matuska Subject: Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting ja

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Glen Barber
Hi Jamie, This patch fixes the problem for me. Thank you! Glen On Tue, Feb 28, 2012 at 03:36:20PM -0700, Jamie Gritton wrote: > The allow.mount parameter recently changed in a subtle way - it's now > a node (to e.g. allow.mount.devfs) as well as a parameter in its own > right. This confused lib

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread linimon
Synopsis: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail Responsible-Changed-From-To: jail->freebsd-jail Responsible-Changed-By: linimon Responsible-Changed-When: Tue Feb 28 23:06:49 UTC 2012 Responsible-Changed-Why: Canonicalize assignment. http://www.freebsd.org/cgi

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Jamie Gritton
The following reply was made to PR bin/165515; it has been noted by GNATS. From: Jamie Gritton To: Glen Barber Cc: freebsd-gnats-sub...@freebsd.org, freebsd-jail@FreeBSD.org, Martin Matuska Subject: Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting ja

Re: bin/165515: [jail][patch] "jail: unknown parameter: allow.nomount" when starting jail

2012-02-28 Thread Jamie Gritton
The allow.mount parameter recently changed in a subtle way - it's now a node (to e.g. allow.mount.devfs) as well as a parameter in its own right. This confused libjail which knows how to handle such parameters as long as they're not boolean. I'm including my proposed fix to libjail. This this fix