From owner-freebsd-questions@freebsd.org Fri Feb 2 16:14:44 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85CD1EE1860 for ; Fri, 2 Feb 2018 16:14:44 +0000 (UTC) (envelope-from spointer@humdai.net) Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 31F3372044 for ; Fri, 2 Feb 2018 16:14:43 +0000 (UTC) (envelope-from spointer@humdai.net) Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 266AC2120D for ; Fri, 2 Feb 2018 11:14:43 -0500 (EST) Received: from web2 ([10.202.2.212]) by compute6.internal (MEProxy); Fri, 02 Feb 2018 11:14:43 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=humdai.net; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm1; bh=DmBg+mxj76JPtd7BUv3h34Mx5WbHj D/V//b28JQH5Ls=; b=BpxFr7y/7+n1hotJxuiepVQC9ntWSR/KMrW313/MKc3kz KbuBXMUFIPkF0HbVCeNV96ck1FA7Qd+FsmlOeiJmf9DRcdFW+K0GZhLhIe08ffZx ysuhdsMyK9QtmOY5s1l8EZS2jssJohSuEtrfMvaqZBeqE/+HsbR6ilLq9RrJqJwv L7yZQ4zXTvxcZDk07/p4a4kJlLGXht2afABLatBt+0Gd2Z4cxce6Tb7P9ek7LD/Y zxtzvWZV0qvsKrI4AYJor2p9JiqUxDK5YODQjtybylfrp+i7pSn8eIt0CK6A1DWj xkadWyqQ/+1H6ALg1euNgE50Xbs7ueJxGXicZ6Eog== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=DmBg+m xj76JPtd7BUv3h34Mx5WbHjD/V//b28JQH5Ls=; b=C0+hJihfeVAnXECLNYnjzB PkmefQm5AgEZz4hGdBboRLKPQk2H4CCK7oxQMbsdlXbdGIGOJ/YMqLfYawJT1HeA Yn8xJhaUzenWxCQp9uWsQwCx4wIcqiaFKRkOLqLHWVxaZQEmDiQ+HkSz493BH4Mb gH3ebk4BRQoTL41oxxRc7WzfXGwsPu4LxmssQP4xIvYpgLPbbkqKB6yQE2X4q58U iQUpso3MWabrsY1hGD5YjfB9R+HthVgtDLD64/LPdSDGAJox4Imk9951YVPsRqe5 uQDyPQvmXb1XKJDR9L+ntM8VWkKrueRH5KEqLbvB5HUhh7jHkWGURuf1qgcYhCLQ == X-ME-Sender: Received: by mailuser.nyi.internal (Postfix, from userid 99) id 02FF362B78; Fri, 2 Feb 2018 11:14:42 -0500 (EST) Message-Id: <1517588082.2117241.1257377040.499E7DC3@webmail.messagingengine.com> From: Steve Pointer To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" X-Mailer: MessagingEngine.com Webmail Interface - ajax-fde26eb3 References: <737005a0c3e97d8d1e9306eb52471f89.squirrel@webmail.harte-lyne.ca> <5A74875F.9080901@gmail.com> In-Reply-To: <5A74875F.9080901@gmail.com> Date: Fri, 02 Feb 2018 16:14:42 +0000 Subject: Re: Jails, ping, and now DNS X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 16:14:44 -0000 > > Your problem is your using ezjail which uses the deprecated rc.conf > environment-variable method. Most jail users have stopped using ezjail > so support for problems like you are having is very limited. > > Every time you start a ezjail jail an error message popes out telling > you to convert your jail system to the jail.conf method. That error > message has been issued since 9.1. Its about time you do as it says > before you get caught with a unsupported production jail environment. > There is a good chance the deprecated rc.conf environment-variable > method will be removed in 12.0 release. > > If you are addicted to the ezjail jail coding method then check out > qjail which is a fork of ezjail that uses the jail.conf method. > The FreeBSD handbook refers to ezjail: https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html If this is no longer the best method then maybe this should be changed. If a bug report was posted with edits to the recommended method what do most people use? qjail ? Personally I have had success with iocage , which I understood all the cool kids were using now. https://github.com/iocage/iocage Am I in the minority in using this method? Steve