From owner-freebsd-questions@FreeBSD.ORG Thu Apr 24 07:37:39 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 600B7F21 for ; Thu, 24 Apr 2014 07:37:39 +0000 (UTC) Received: from smtpq1.tb.mail.iss.as9143.net (smtpq1.tb.mail.iss.as9143.net [212.54.42.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1EB1E133E for ; Thu, 24 Apr 2014 07:37:38 +0000 (UTC) Received: from [212.54.42.135] (helo=smtp4.tb.mail.iss.as9143.net) by smtpq1.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1WdDoO-00022I-CP for freebsd-questions@freebsd.org; Thu, 24 Apr 2014 09:11:12 +0200 Received: from 5419839c.cm-5-2c.dynamic.ziggo.nl ([84.25.131.156] helo=ra.boosten.org) by smtp4.tb.mail.iss.as9143.net with esmtp (Exim 4.71) (envelope-from ) id 1WdDoO-0007Pc-4X for freebsd-questions@freebsd.org; Thu, 24 Apr 2014 09:11:12 +0200 Received: from [192.168.13.35] (xp.egypt.nl [192.168.13.35]) by ra.boosten.org (Postfix) with ESMTPA id 80F283983C for ; Thu, 24 Apr 2014 09:11:11 +0200 (CEST) Message-ID: <5358B90C.6020703@boosten.org> Date: Thu, 24 Apr 2014 09:11:08 +0200 From: Peter Boosten User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: FBSD jail versus VMWare? What services do YOU run in a jail? References: <20140424090234.5636f9d19dbc478c9593e55b@yahoo.es> In-Reply-To: <20140424090234.5636f9d19dbc478c9593e55b@yahoo.es> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Ziggo-spambar: ---- X-Ziggo-spamscore: -4.4 X-Ziggo-spamreport: ALL_TRUSTED=-1, BAYES_00=-1.9, CM_META_TB_NOARR=0.5, PROLO_TRUST_RDNS=-3, RDNS_DYNAMIC=0.982, SPF_PASS=-0.001 X-Ziggo-Spam-Status: No X-Spam-Status: No X-Spam-Flag: No 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:37:39 -0000 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. -- Peter