From owner-freebsd-jail@FreeBSD.ORG Mon Feb 8 22:05:20 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 AEF9F106568F for ; Mon, 8 Feb 2010 22:05:20 +0000 (UTC) (envelope-from jose.amengual@gmail.com) Received: from mail-px0-f203.google.com (mail-px0-f203.google.com [209.85.216.203]) by mx1.freebsd.org (Postfix) with ESMTP id 7C8B98FC13 for ; Mon, 8 Feb 2010 22:05:20 +0000 (UTC) Received: by pxi41 with SMTP id 41so7267994pxi.27 for ; Mon, 08 Feb 2010 14:05:20 -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=v7sPRe/HSlKWuml4Kb2zeniwfIHiuwuq8jLma+Y4HAk=; b=TdSYK7dAEC0WQ9J1aGlA9pR1+hJfnf/t+AH9tOMQd3DygVgkXRxEGE2Hj0zy6l0g7m 5AfVpcTkua7DJILe3WqiKy5Kg0/KmrCU4LJ8CuVRx945ybnfJ+0GzU8a7PItWrlAxfOo IBO/RufuBN/yWFYvhQKwElkpJ2vyir/pOo5KI= 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=RJ2EAXAr2JVrPCi/cvTippRDDOsLCifRb30wZw8Czzdvaz4yfbDaa+gm2MU6MVemya J+pL1FnsHs/jyKgm81LK78PYeSj8ZZisg0ydoknaYkRrdanK7H8cN65F2b6YOxFY3GsM /71V8OouSN5diG3riT3Z4yex5RH7I60ql14ls= Received: by 10.140.82.42 with SMTP id f42mr4881477rvb.163.1265666719910; Mon, 08 Feb 2010 14:05:19 -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 23sm7176910pzk.0.2010.02.08.14.05.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Feb 2010 14:05:19 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: Jose Amengual In-Reply-To: <4B7089BD.9020901@quip.cz> Date: Mon, 8 Feb 2010 14:05:17 -0800 Content-Transfer-Encoding: quoted-printable Message-Id: <5C26732B-3077-49AD-8679-B13CE4132796@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> <1A79CBF1-3085-49BD-B9B0-4C7399CF9C7E@gmail.com> <4B7089BD.9020901@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 22:05:20 -0000 The problem that I had was that if I don't install compat7x I will not = be able to use any software inside of my jail like bash, portupgrade, = perl etc so you are force to install it and then upgrade all ports. I as getting this errors : /libexec/ld-elf.so.1: Shared object "libcrypt.so.4: not found, required = by "ruby18" etc and none of the services are running. when I was running almost all the thirty party utilities or ports apps = installed on the jail. On 2010-02-08, at 2:01 PM, Miroslav Lachman wrote: > Jose Amengual wrote: >> ok. >>=20 >> the steps will be : >>=20 >> 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 >>=20 >> or something like it. >=20 > You can skip step 5. if you will upgrade all ports. compat7x is for = case when you don't want to upgrade ports (compat7x installs old 7.x = libraries) > If all ports will be compiled against 8.x libraries, you don't need = any 7.x libraries. >=20 > Miroslav Lachman