From owner-freebsd-jail@FreeBSD.ORG Mon Feb 8 21:49:46 2010 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D32F106566B for ; Mon, 8 Feb 2010 21:49:46 +0000 (UTC) (envelope-from jose.amengual@gmail.com) Received: from mail-iw0-f198.google.com (mail-iw0-f198.google.com [209.85.223.198]) by mx1.freebsd.org (Postfix) with ESMTP id D0F8E8FC08 for ; Mon, 8 Feb 2010 21:49:45 +0000 (UTC) Received: by iwn36 with SMTP id 36so1442248iwn.3 for ; Mon, 08 Feb 2010 13:49:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=xf0XKnks4v+xj8VJCmDfIuNEhV5locylowgvWGXsT4s=; b=DCkdf7qfw9YWlcUCTBEA5YoGFCLnCq0gWiG2t+1TptbLkju2BFcUg7SfmEwQWlNl/i iaF+I4rN/uQx9N2Agb4e7VsZ0HMvxZKI+bJqVKFFVHHCf6/E61jVyOCMRcCdvUkgFevc hTiHKY7fOGIVyaPP2oBjSZQmX0PvUvPIQdsy4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=MZod6avHZuZVUzXXl/8SVBjM2YRjkOTpDcKqkw+m5PRRgLYhVXM779TpelAxwh08CW 6Nuq3uZb8yAAvJMHOJOz4IWjWNSGSOxb4VIWVy2ZIk7aiXouW1hMHs/Fi76zavP7LD7W 4bfE1F83mdNX6KomnFsSfTVQaxl7Ab8w64GDU= Received: by 10.143.27.17 with SMTP id e17mr2482930wfj.221.1265665784900; Mon, 08 Feb 2010 13:49:44 -0800 (PST) Received: from pepewi.workatplay (s66-183-18-140.bc.hsia.telus.net [66.183.18.140]) by mx.google.com with ESMTPS id 22sm3965269pzk.14.2010.02.08.13.49.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Feb 2010 13:49:44 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Jose Amengual In-Reply-To: <4B7083A0.7010100@quip.cz> Date: Mon, 8 Feb 2010 13:49:41 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <1A79CBF1-3085-49BD-B9B0-4C7399CF9C7E@gmail.com> References: <201002081106.o18B6wVO087428@freefall.freebsd.org> <415609C2-DB3A-4617-9278-50B5EAF88CAF@rdc.cl> <4B7073C6.2020901@rednetgroup.com> <31A8571E-B879-4F21-B72A-5CC52A226CD2@rdc.cl> <4B7083A0.7010100@quip.cz> To: Miroslav Lachman <000.fbsd@quip.cz> X-Mailer: Apple Mail (2.1077) Cc: freebsd-jail@freebsd.org Subject: Re: Importing jails from 7.0, 7.2 to 8.0. X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 21:49:46 -0000 ok. the steps will be : 1.- archive jail in old system : ezjail archive 2.- install ezjail new system 3.- create basejail forr ezjail jails : ezjail update -ip ( here is = where all the jail base gets updated ) 4.- import old jails : ezjail create -d xxxx...... 5.- Install compat7x in host system and jails 6.- upgrade all porst in jail or something like it. Thanks. On 2010-02-08, at 1:35 PM, Miroslav Lachman wrote: >=20 >=20 > Jose Amengual M wrote: >> True...I just did that and works, but the proper procedure to have it = a fully functional jail on 8.0 without the need of installing compat7x = port after importing it from 7.0 is what I really want to know. >>=20 >> like a step by step instruction. >=20 > I don't know ezjail well and don't know if there is some upgrade = procedure, but you should upgrade base system of all jails to same = version as the host system (8.0 in this case) by make installworld or = freebsd-update. > And after system upgrade, you must reinstall all you ports - it is the = same for jails as is for base host system. >=20 > Miroslav Lachman > _______________________________________________ > freebsd-jail@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-jail > To unsubscribe, send any mail to = "freebsd-jail-unsubscribe@freebsd.org"