atom feed3 messages in org.freebsd.freebsd-jailRe: sysctl variables not propagating ...
FromSent OnAttachments
Edwin ShaoJun 9, 2009 5:43 pm 
Bjoern A. ZeebJun 10, 2009 12:30 am 
Jamie GrittonJun 10, 2009 8:28 am 
Subject:Re: sysctl variables not propagating to children jails
From:Bjoern A. Zeeb (bzee@lists.zabbadoz.net)
Date:Jun 10, 2009 12:30:04 am
List:org.freebsd.freebsd-jail

On Tue, 9 Jun 2009, Edwin Shao wrote:

Hi,

In the most recent -current, I've noticed that sysctl variables no longer propagate to jails and thus it is impossible to allow raw sockets, allow mounting, etc. This might be related to <http://www.mail-archive.com/freebsd-jail@f@>. .. Please let me know if I'm doing something stupid!

No, nothing apart from probably not spotting that the problem was already well understood and there had been workarounds suggested at the end of the above thread.

That said, expect the problem to be fixed within 24 hours. You will only have to rebuild your jail(8) command line tool, once you spot the commit by:

1) update your source and make sure to have the new version of jail.c 2) cd src/usr.sbin/jail 3) make obj && make depend && make all 4) sudo make install 5) try again.

In case you still see problems afterwards, cry again, loud and in here - in case that will fix the problem a short note will be welcome as well;-)

/bz