From owner-freebsd-jail@FreeBSD.ORG Fri Oct 11 19:09:10 2013 Return-Path: Delivered-To: freebsd-jail@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 ESMTP id D23E391C for ; Fri, 11 Oct 2013 19:09:10 +0000 (UTC) (envelope-from erdgeist@erdgeist.org) Received: from elektropost.org (elektropost.org [217.115.13.199]) by mx1.freebsd.org (Postfix) with ESMTP id 13D7E2C08 for ; Fri, 11 Oct 2013 19:09:09 +0000 (UTC) Received: (qmail 52606 invoked from network); 11 Oct 2013 19:09:07 -0000 Received: from elektropost.org (HELO elektropost.org) (erdgeist@erdgeist.org) by elektropost.org with CAMELLIA256-SHA encrypted SMTP; 11 Oct 2013 19:09:07 -0000 Message-ID: <52584CD1.8020707@erdgeist.org> Date: Fri, 11 Oct 2013 21:09:05 +0200 From: Dirk Engling User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: wishmaster Subject: Re: ezjail and UPDATING20131010 References: <20131011170340.47C726018E@smtp.hushmail.com> <1381512663.13242.32914813.65C2C03E@webmail.messagingengine.com> <1381513083.390908110.b6zxrgl9@frv34.ukr.net> <5258412F.7040301@erdgeist.org> <1381516978.924807986.pfyyx7nl@frv34.ukr.net> In-Reply-To: <1381516978.924807986.pfyyx7nl@frv34.ukr.net> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Oct 2013 19:09:10 -0000 On 11.10.13 20:55, wishmaster wrote: > Dirk, one question. For example, I have multiple services (about 5 or > more) which must be isolated. Each services uses www-server or any > others dependent software. With ezjail, this software must be in each > jail. What about updating this software? What about updating whole > jail when base system was updated (mergemaster, etc)? Use the right tool for the right task, i.e. freebsd-update inside the jail to do mergemaster the modern way. For updating software in the jails, either run portmaster -a or have identical packages mounted into all jails using nullfs and update them from the host system. Regards, erdgeist