From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 01:36:29 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F542106564A for ; Fri, 23 Dec 2011 01:36:29 +0000 (UTC) (envelope-from fbsd8@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 3EB858FC08 for ; Fri, 23 Dec 2011 01:36:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; q=dns/txt; s=DKIM-NAME-SERVICES; d=a1poweruser.com; h=From:To:Cc:Subject:Message-ID:X-Sender:X-Envelope-From; l=500; bh=hCz7/iTh9b/hY2dCNB66BAUVO32zKAodJGTYRyPW+bA=; b=PJfVpXIMwAce2U/df2PsLp4WF9wIKtQ3l+8hgh0O6GdWb8Ksa78CP44bB2wYSLrMymKUsHbGsLpr1BV4klpyuL0At3uDZKj352tTWhWV7cqPerHIX60qXP6R+9sJ2HjbXaq/w8Ew6Foyed/m3x/ACmZvMa5+GYLFDXbRu2UQms4= Received: from [192.168.1.124] ([120.29.67.226]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.4675); Thu, 22 Dec 2011 17:36:28 -0800 Message-ID: <4EF3DB15.4010706@a1poweruser.com> Date: Fri, 23 Dec 2011 09:36:21 +0800 From: Fbsd8 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Albert Shih References: <20111124150901.GK87561@pcjas.obspm.fr> <20111222124709.GA48640@pcjas.obspm.fr> <20111222142426.550b55da.freebsd@edvax.de> <20111222134915.GA48825@pcjas.obspm.fr> In-Reply-To: <20111222134915.GA48825@pcjas.obspm.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-OriginalArrivalTime: 23 Dec 2011 01:36:29.0272 (UTC) FILETIME=[4AF08D80:01CCC113] X-Sender: fbsd8@a1poweruser.com X-Envelope-From: fbsd8*a1poweruser.com Cc: questions@freebsd.org Subject: Re: 7.4 -> 8.2 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: Fri, 23 Dec 2011 01:36:29 -0000 Albert Shih wrote: > Le 22/12/2011 à 14:24:26+0100, Polytropon a écrit >>> For subversion you need to force upgrade neon too. >> You should basically be able to run v7 programs in a >> partially installed v8 environment as long as the >> COMPAT_FREEBSD7 functionality is enabled and the >> compat7x-i386-7.3.703000.201008_1 port or package >> has been installed. However, kernel and world should >> match each other. >> >> After an upgrade from one major version to the next >> one, it's the best solution to update _all_ installed >> ports. The "man portmaster" manpage contains a nice >> example for this situation. It should be similarly >> easy to achieve with portupgrade. > > Yes I known. Thanks for the tips. > > My problem is with almost 15 jails on each server (I got 3) that's take > long time, event during this time I don't do many thing some service isn't > up. > > So my message is to find the minimal thing to do and make it's working > until all package is rebuild. > > Regards. > >> Polytropon >> Magdeburg, Germany >> Happy FreeBSD user since 4.0 > > I'm from 3.2 ;-) > > Regards. If you had used the qjail port to install your jails, upgrading between major versions is easy. Maybe this is the time to change the way you create your jails.