From owner-freebsd-jail@FreeBSD.ORG Thu Feb 18 16:22:13 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 EEC9B1065692 for ; Thu, 18 Feb 2010 16:22:13 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-bw0-f216.google.com (mail-bw0-f216.google.com [209.85.218.216]) by mx1.freebsd.org (Postfix) with ESMTP id 854E88FC0A for ; Thu, 18 Feb 2010 16:22:13 +0000 (UTC) Received: by bwz8 with SMTP id 8so300685bwz.3 for ; Thu, 18 Feb 2010 08:22:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=nWXgvBPoTCvGkFXK39Ox+hAiF6wc/GF4wcs/hd44OaI=; b=ZMcpDk2XgnTRdTxDCSsBUyLNnFEtTwHyruHVnW3Nc2nKw+DJjI3AWU1tiQ6gZezkAm aJ31Hd6SWJgkal9Mxax42ZDu4FYvtCYjxEQW1pR2XgDaG1DIf0YCLpz0XVCE9RxqMLiV I45YvPok1jLohH7SKsV90kI0Q9b0Zq4grBmx0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=OofoqXHdrxF1AwYd77PT4FiJ7zJ9KDwQ1Ife7xpHDqfkgQdDZTjQga4pC6oX6ucJoE tubcFFq8kjZr7UJW2COYdBnk0QD1J5FJAJ4WHA1IgGbrQP7GDKhVMpe9GRfiXocUP+dX 53Zn8dONgXBPrCVxGutrzGeOWLK7fU2gCFlK4= MIME-Version: 1.0 Received: by 10.204.143.139 with SMTP id v11mr2356694bku.98.1266508448168; Thu, 18 Feb 2010 07:54:08 -0800 (PST) Date: Thu, 18 Feb 2010 16:54:08 +0100 Message-ID: From: Andreas Nilsson To: freebsd-jail@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Emulating different versions of FreeBSD 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: Thu, 18 Feb 2010 16:22:14 -0000 Hello, I need do build packages for some different versions of FreeBSD ( 7.1, 7.2 and 8.0 ) and today I'm running a xen domU for each version, which is not optimal for performance. Could the jail architecture be used to run/emulate different versions of FreeBSD on the same machine? My idea was to install a 8.0 and then have three jails: one each for 7.1, 7.2 and 8.0, with the respective userland. Can the kernel be tricked into telling a jail that it runs an older version ( i.e. 8.0 kernel tells jail it's running 7.1 )? Best regards Andreas