Date: Tue, 11 Jun 2013 16:07:31 +0200 From: Albert Shih <Albert.Shih@obspm.fr> To: freebsd-jail@FreeBSD.org Subject: Re: Big problem about ipc on 8.4 Message-ID: <20130611140731.GD27920@pcjas.obspm.fr> In-Reply-To: <20130611132300.GA27920@pcjas.obspm.fr> References: <20130611132300.GA27920@pcjas.obspm.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
Le 11/06/2013 ? 15:23:00+0200, Albert Shih a écrit > Hi everybody > > After I upgrade my server from 8.2 to 8.4 I've got a big problem about > ipcs. > > In one of my jail I'm running > > uwsgi > > this software need a security.jail.sysvipc_allowed to be true, so since 8.2 I using > > jail_sysvipc_allow="YES" > > inside /etc/rc.conf (on the host). And everything work fine. > > After upgrading to 8.4 uwsgi stop working I got this message in the log of > uwsgi > (inside the jail) : > > emget(): Function not implemented [core/lock.c line 507] > semctl(): Function not implemented [core/lock.c line 602] > > generally meaning some problem with systemvipc. > > I've check on the host : > > security.jail.sysvipc_allowed: 1 > > Anyone have a idea ? OK I find the solution. Just in case some have the same problem. In FreeBSD 8.4 some changes make you need to add jail_NAME_OF_JAIL_parameters="allow.sysvipc" in the rc.conf of the host. Regards. -- Albert SHIH DIO bâtiment 15 Observatoire de Paris 5 Place Jules Janssen 92195 Meudon Cedex France Téléphone : +33 1 45 07 76 26/+33 6 86 69 95 71 xmpp: jas@obspm.fr Heure local/Local time: mar 11 jui 2013 16:06:21 CEST
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130611140731.GD27920>