From owner-freebsd-stable@freebsd.org Sat Sep 28 16:27:36 2019 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3E7A612ACBA for ; Sat, 28 Sep 2019 16:27:36 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46gYwk62mxz4N27; Sat, 28 Sep 2019 16:27:34 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id x8SGI51Z061720 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 28 Sep 2019 09:18:06 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id x8SGI5GS061718; Sat, 28 Sep 2019 09:18:05 -0700 (PDT) (envelope-from warlock) Date: Sat, 28 Sep 2019 09:18:05 -0700 From: John Kennedy To: Kurt Jaeger Cc: Glen Barber , FreeBSD Release Engineering Team , freebsd-stable@freebsd.org Subject: Re: FreeBSD 12.1-BETA2 Now Available Message-ID: <20190928161805.GA90177@phouka1.phouka.net> References: <20190928113110.GC27491@FreeBSD.org> <20190928152112.GK2863@home.opsec.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190928152112.GK2863@home.opsec.eu> User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46gYwk62mxz4N27 X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of warlock@phouka1.phouka.net has no SPF policy when checking 107.170.196.116) smtp.mailfrom=warlock@phouka1.phouka.net X-Spamd-Result: default: False [2.97 / 15.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[phouka.net]; AUTH_NA(1.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_MEDIUM(0.73)[0.725,0]; IP_SCORE(0.38)[ipnet: 107.170.192.0/18(0.22), asn: 14061(1.72), country: US(-0.05)]; NEURAL_SPAM_LONG(0.67)[0.666,0]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[warlock@phouka.net,warlock@phouka1.phouka.net]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:14061, ipnet:107.170.192.0/18, country:US]; FROM_NEQ_ENVFROM(0.00)[warlock@phouka.net,warlock@phouka1.phouka.net]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Sep 2019 16:27:36 -0000 On Sat, Sep 28, 2019 at 05:21:12PM +0200, Kurt Jaeger wrote: > Upgrading a 12.1-BETA1 poudriere install with > poudriere jail -u -t 12.1-BETA2 -j 121 > fails with: ... I don't know if it's proper, but just doing a "poudriere jail -u -j 12-1" worked for me, The version reported by "poudriere jail -l" showed up correctly (*BETA2) when it completed. The poudriere run hadn't finished by the time I left Friday, but it had built over a hundred packages. My first test of this, vs creating a new jail every time the version changes. Originally created with a: poudriere jail -c -j 12-1 -v 12.1-BETA1 -m src=/usr/src In my case, /usr/src was BETA2 compiled from source when it was updated, and BETA1 when it was originally created.