From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 09:47:46 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 CC9A0E21 for ; Thu, 24 Apr 2014 09:47:46 +0000 (UTC) Received: from bs1.fjl.org.uk (bs1.fjl.org.uk [84.45.41.196]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bs1.fjl.org.uk", Issuer "bs1.fjl.org.uk" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E9BC1153 for ; Thu, 24 Apr 2014 09:47:46 +0000 (UTC) Received: from [10.142.223.170] ([212.183.128.16]) (authenticated bits=0) by bs1.fjl.org.uk (8.14.4/8.14.4) with ESMTP id s3O9lXYV050283 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 24 Apr 2014 10:47:35 +0100 (BST) (envelope-from frank2@fjl.co.uk) User-Agent: K-9 Mail for Android In-Reply-To: <5358B90C.6020703@boosten.org> References: <20140424090234.5636f9d19dbc478c9593e55b@yahoo.es> <5358B90C.6020703@boosten.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Subject: Re: FBSD jail versus VMWare? What services do YOU run in a jail? From: "Frank Leonhardt (M)" Date: Thu, 24 Apr 2014 10:47:22 +0100 To: Peter Boosten , freebsd-questions@freebsd.org Message-ID: <44e24d96-61ec-471a-a45a-5475a8a08116@email.android.com> 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 09:47:46 -0000 The problem I had with Postgres in a jail was that it tried using shared kernel core for IPC. This isn't allowed in a jail unless specifically configured. Took a while to figure that one out... On April 24, 2014 8:11:08 AM GMT+01:00, Peter Boosten wrote: >On 24-4-2014 9:02, Eduardo Morras wrote: >> 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. >> > >PostgreSQL (now 9.1) runs fine in a jail.