From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 14:43:07 2014 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 10E30116 for ; Fri, 4 Apr 2014 14:43:07 +0000 (UTC) Received: from smtp.lamaiziere.net (net.lamaiziere.net [37.59.62.186]) by mx1.freebsd.org (Postfix) with ESMTP id CBC7C81E for ; Fri, 4 Apr 2014 14:43:06 +0000 (UTC) Received: from mr185083.univ-rennes1.fr (mr185083.univ-rennes1.fr [129.20.185.83]) by smtp.lamaiziere.net (Postfix) with ESMTPA id 575F12781; Fri, 4 Apr 2014 16:42:59 +0200 (CEST) Received: from mr185083 (localhost [127.0.0.1]) by mr185083.univ-rennes1.fr (Postfix) with ESMTP id CDDBD3D7; Fri, 4 Apr 2014 16:42:58 +0200 (CEST) Date: Fri, 4 Apr 2014 16:42:58 +0200 From: Patrick Lamaiziere To: Boris Samorodov Subject: Re: Poudriere problem Message-ID: <20140404164258.751eef63@mr185083> In-Reply-To: <533EA907.7040109@passap.ru> References: <20140404174112.GA1815@thinkpad.piggybox> <533EA907.7040109@passap.ru> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd9.2) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net [0.0.0.0]); Fri, 04 Apr 2014 16:42:59 +0200 (CEST) Cc: questions@freebsd.org, Peter Harrison X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2014 14:43:07 -0000 Le Fri, 04 Apr 2014 16:43:51 +0400, Boris Samorodov a écrit : Hello, > > I'm experimenting with poudriere for the first time, so that I can > > avoid building updates on my laptop and build them on my server > > instead. > > > > So I've installed poudriere and set up a jail: > > > > # poudriere jail -l > > JAILNAME VERSION ARCH METHOD > > laptop 9.2-RELEASE i386 ftp > > Great. So you have a jail with FreeBSD version 9.2-RELEASE. > > > Now I want to update it: > > Do you really want to update the jail? I.e. to change a version > if FreeBSD in the jail? The jail has version 9.0-RELEASE and > imo can not be upgraded. If you need to update to the latest > STABLE vesion you should use "-v stable/9" option while creating > a jail. You can update to a new version with poudriere jail -t version (and I think we can change the method too I don't remember) Regards