Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
On Tue, Sep 20, 2011 at 16:54:33 +, Bjoern A. Zeeb wrote: > On Sep 20, 2011, at 3:21 PM, Moritz Wilhelmy wrote: > > > Please keep me in CC, I am not subscribed to freebsd-jail. > > Which is your problem as the real solution is being discussed there and > is really looking for more eyes. Sear

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Bjoern A. Zeeb
On Sep 20, 2011, at 3:21 PM, Moritz Wilhelmy wrote: > Please keep me in CC, I am not subscribed to freebsd-jail. Which is your problem as the real solution is being discussed there and is really looking for more eyes. Search for Jamie's posts in the list archive. -- Bjoern A. Zeeb

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
On Tue, Sep 20, 2011 at 12:59:48 +0200, Moritz Wilhelmy wrote: > if it really is impossible to pass parameters like ip4=inherit to > jail(8) via the rc.conf mechanism, I consider this a serious limitation. > Can I possibly make this a feature request? :) Alright, just for the record, apparently th

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
Hello, if it really is impossible to pass parameters like ip4=inherit to jail(8) via the rc.conf mechanism, I consider this a serious limitation. Can I possibly make this a feature request? :) Best regards, Moritz ___ freebsd-questions@freebsd.org mai

Passing additional options to jail(8) via rc.conf

2011-09-19 Thread Moritz Wilhelmy
Hello, let's say I want to pass additional options like ip4=inherit to my jails configured via /etc/rc.conf. How do I get this to work? Apparently, setting jail_www_flags="-l -U root ip4=inherit" is the wrong order, because these parameters are expected after -c, which is apparently inserted by th