From owner-freebsd-questions@freebsd.org Fri Dec 25 01:59:14 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470F0A517DF for ; Fri, 25 Dec 2015 01:59:14 +0000 (UTC) (envelope-from chad@shire.net) Received: from mail.shire.net (mail.shire.net [199.102.78.250]) by mx1.freebsd.org (Postfix) with ESMTP id 308C91BD4 for ; Fri, 25 Dec 2015 01:59:13 +0000 (UTC) (envelope-from chad@shire.net) Received: from bai773fb853.bai.ne.jp ([119.63.184.83] helo=[192.168.0.14]) by mail.shire.net with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77) (envelope-from ) id 1aCGZo-0002i3-2O; Thu, 24 Dec 2015 17:49:48 -0700 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: FreeBSD jail running a Debian or Centos distro From: "Chad Leigh Shire.Net LLC" In-Reply-To: Date: Fri, 25 Dec 2015 09:49:48 +0900 Cc: freebsd-questions Content-Transfer-Encoding: quoted-printable Message-Id: <98024BC5-356B-4F75-B0A6-078599F54472@shire.net> References: To: David Mehler X-Mailer: Apple Mail (2.2104) X-SA-Exim-Connect-IP: 119.63.184.83 X-SA-Exim-Mail-From: chad@shire.net X-SA-Exim-Scanned: No (on mail.shire.net); SAEximRunCond expanded to false X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Dec 2015 01:59:14 -0000 > On Dec 25, 2015, at 8:41 AM, David Mehler = wrote: >=20 > Hello, >=20 > Has anyone got a FreeBSD jail to run either a Centos or a Debian > distro of Linux? Because of how jails work, that is not possible. Jails are like = multiple user installations on a single kernel rooted with a facility = like an =C3=BCber chroot, in general terms (more complicated than that = of course). It is not like separate VMs running.