From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 03:29:17 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7565F106564A for ; Wed, 1 Jun 2011 03:29:17 +0000 (UTC) (envelope-from alexmiroslav@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3774E8FC08 for ; Wed, 1 Jun 2011 03:29:16 +0000 (UTC) Received: by yxl31 with SMTP id 31so3064744yxl.13 for ; Tue, 31 May 2011 20:29:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=JMuFcikmy3/qQcvIDIHcZdLRVYHD1BTZxUKyOJpnNKc=; b=KsdueNq5GLYpkiYQlEJjOl1s29Gx5CH0ZuoowqbmSLYn8g0y0OZ48WTfrHTp8DJRCM KthH7uIldft5iFjLnlvpZM1vKCE+b/I58eCAZQ6jsXmTqMtT0jddQgPHEMxGo4OqzrX0 1nWlIPl1aVRgUs1a08zWgXpJU/qaG9MHhhlJs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=Cs29+LcV+tWgPnYQo8bMTYQb2zIPhE+/nbLM3mOUMutPyDrHLeluiKNt/O5ZasvS02 YKMxEYPTuqq5s0wgANv2zMzq8xzZdPw9tSQDukls/AiXwX8pf4AYlQ7vW/28FNesUcU5 yGQb0DsV2mxd1d3l5MLErkRmmamtuz3FU6iGw= MIME-Version: 1.0 Received: by 10.236.139.197 with SMTP id c45mr1215880yhj.522.1306897219462; Tue, 31 May 2011 20:00:19 -0700 (PDT) Received: by 10.236.63.166 with HTTP; Tue, 31 May 2011 20:00:19 -0700 (PDT) Date: Tue, 31 May 2011 23:00:19 -0400 Message-ID: From: Aleksandr Miroslav To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: src upgrading jails (no ezjail, no "service" jails) 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, 01 Jun 2011 03:29:17 -0000 I have 4 jails that are running 8.2-RELEASE that I would like to upgrade. The host system, which was also running 8.2-RELEASE, has been successfully upgraded to 8.2-p2. I have /usr/src ready with the new world and new kernel. I did not create the jails using ezjails, so I cannot use that utility to upgrade it. I did not create the jails using the "template" method described in Handbook (section 15.6.1.2), so the method recommended to upgrade them, i.e.: http://www.freebsd.org/doc/handbook/jails-application.html#JAILS-SERVICE-JAILS-UPGRADING would not work for me. What is the proper way for me to upgrade these jails? thanks, Alex