From owner-freebsd-questions@FreeBSD.ORG Wed Oct 25 19:43:29 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4254016A416 for ; Wed, 25 Oct 2006 19:43:29 +0000 (UTC) (envelope-from albinootje@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98EDC43D58 for ; Wed, 25 Oct 2006 19:43:28 +0000 (GMT) (envelope-from albinootje@gmail.com) Received: by nf-out-0910.google.com with SMTP id p77so703531nfc for ; Wed, 25 Oct 2006 12:43:27 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fpw5th1wvJq1y/tWej2/k/GvZKxDP5FSilTAS5qO4pS6SfDCGtbyhKZinF6rZhtiFMdVOfBZkb5/JXsCPJG9OEGc/85FxiQZjNWM1uEPWWVpmDkLu/KhfYVUazDo7a1+yrSNrrxPPSnX13i0H0uwlTl4Wl7nWTAqgEqhmqn+E6M= Received: by 10.82.126.19 with SMTP id y19mr253572buc; Wed, 25 Oct 2006 12:43:27 -0700 (PDT) Received: by 10.82.147.15 with HTTP; Wed, 25 Oct 2006 12:43:26 -0700 (PDT) Message-ID: <6a1189840610251243k3aa034f4m7b76d4fa68bb820e@mail.gmail.com> Date: Wed, 25 Oct 2006 21:43:27 +0200 From: "albi albinootje" To: "Doug Poland" In-Reply-To: <52897.209.103.215.99.1161792901.squirrel@email.polands.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <52897.209.103.215.99.1161792901.squirrel@email.polands.org> Cc: questions@freebsd.org Subject: Re: Moving jails from one computer to another X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2006 19:43:29 -0000 On 10/25/06, Doug Poland wrote: > I'm curious if anyone has comments on moving a jail environment from > one computer to another. Not having actually tried it yet, it would > seem to be possible given: > > Both computers: > are the same arch (i386, in my case). > are running the same kernel and userland (e.g., FreeBSD RELENG_6_1) > have identical jail environments (e.g., sysutils/ezjail) by coincidence i've finished moving a jail-environment from 1 disc to a bigger disc and then to another machine today unfortunately i "had" to rebuild world because the clock was wrong and got a "touch: file not found" which turned out to be a FAQ after i already restarted with "time make buildworld" etc. but of course normally that shouldn't happen in your case you already have another disc ready, and if e.g. your jails are in /usr/jails/ then you would replicate the relevant /etc/rc.conf content (without ezjail that is) not sure where ezjail saves it's config-files, but that's probably easy to replicate too