From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 07:02:40 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDCBC88C for ; Thu, 24 Apr 2014 07:02:40 +0000 (UTC) Received: from nm27.bullet.mail.ir2.yahoo.com (nm27.bullet.mail.ir2.yahoo.com [212.82.96.51]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EC6C5104C for ; Thu, 24 Apr 2014 07:02:39 +0000 (UTC) Received: from [212.82.98.54] by nm27.bullet.mail.ir2.yahoo.com with NNFMP; 24 Apr 2014 06:59:51 -0000 Received: from [46.228.39.107] by tm7.bullet.mail.ir2.yahoo.com with NNFMP; 24 Apr 2014 06:59:51 -0000 Received: from [127.0.0.1] by smtp144.mail.ir2.yahoo.com with NNFMP; 24 Apr 2014 06:59:51 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s1024; t=1398322791; bh=D43MgfG4mCdtEhiwokM8KfXW+MuaAYJQSzsayxEca6Q=; h=X-Yahoo-Newman-Id:X-Yahoo-Newman-Property:X-YMail-OSG:X-Yahoo-SMTP:X-Rocket-Received:Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Disposition-Notification-To:Mime-Version:Content-Type:Content-Transfer-Encoding; b=2P9cjRXdLgakbnaRJW/bDi7T1+obVYofbZbg9THGg1sWhr2v1m0HdlcJkmwwmMva8sqhMQDVU1UwMuzTzFSRS8aOcSinkHRJ3MESNmW45QWMAn8gmCtif6DcJ7t3JepIfjljva+iPfP9DTBDruRYHdgEeGNKL35QxncIQPG1Q0Q= X-Yahoo-Newman-Id: 138622.15047.bm@smtp144.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: feUc1woVM1kwfS95szKPjoBiye1fdSzkr6C.T0bgQcQfnom 2FwLV.kJ1hRzqK_IfCYntpeug7mauom7Cr.UTOT0toZsh_yD_KCi8wBUySJc xBVx9BBqzKxQg.BSlBIW.0N8d6PipXSoIkiEwLDWI_.4y75gPpM.H.QWveRW Tuc5801jQfGS7Xe14Y2bDUocTitTFT5Wnwgg7iBcJXpWdb5T6_Q._EO3XcaT rt.V6VP.RMBGr5X_.mclTywxYwfOHGFJAOx1XNLC2YLq6eQnEc0WpseX6Sp8 9WagB_fswu2003_n7OYqT55SeNSMJf5Ek6UecRiN0Jg5AccNoHFhvEJQ86pT 1FrHYKo9qr5pflvs_eDCoAiOQ9B0NplKGPDP6Wq6WmyKl7jBr1kIcVWBdp.M aytPFU6MGif_iIo0GXB9SQuFA4V7aahUl_xFrbMqHHaZqTqUWogh8HfQqYFG y70EYY0V7GGp8GDntMCtJ6MxlsDkLXXolFBtlwGLi0uVnqbhBae_X_ymRJg- - X-Yahoo-SMTP: mX392iiswBAeJNdO_s.EW62LZDJR X-Rocket-Received: from localhost (emorrasg@85.219.45.142 with plain [188.125.69.59]) by smtp144.mail.ir2.yahoo.com with SMTP; 24 Apr 2014 06:59:51 +0000 UTC Date: Thu, 24 Apr 2014 09:02:34 +0200 From: Eduardo Morras To: freebsd-questions@freebsd.org Subject: Re: FBSD jail versus VMWare? What services do YOU run in a jail? Message-Id: <20140424090234.5636f9d19dbc478c9593e55b@yahoo.es> In-Reply-To: References: X-Mailer: Sylpheed 3.3.1 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2014 07:02:40 -0000 On Tue, 22 Apr 2014 14:47:45 -0700 "edflecko ." wrote: > > What type of services CAN be run from within a jail? I tried to run PostgreSQL8.4 (IIRC) in a jail under FreeBSD8.2. There were a lot of problems with SysV signals and semaphores (IIRC) and had to install it in host. Don't know if it's actually relevant. The rest of the services installed jailed and one nice feature was different versions of *.so. in different jails, so I could upgrade one service independently of others, one of them cuda app under linuxualator. > Thank you, > Ed --- --- Eduardo Morras