From owner-freebsd-questions@freebsd.org Mon Nov 4 14:33:09 2019 Return-Path: Delivered-To: freebsd-questions@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 118BE1A48C8 for ; Mon, 4 Nov 2019 14:33:09 +0000 (UTC) (envelope-from robert@webtent.org) Received: from mx3.webtent.net (mx3.webtent.net [208.38.145.5]) by mx1.freebsd.org (Postfix) with ESMTP id 476FdZ5wHSz3K07 for ; Mon, 4 Nov 2019 14:33:06 +0000 (UTC) (envelope-from robert@webtent.org) Received: from localhost (localhost [127.0.0.1]) by mx3.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTP id 85A2ED7B20; Mon, 4 Nov 2019 09:33:03 -0500 (EST) Received: from mx3.webtent.net ([127.0.0.1]) by localhost (mx3.webtent.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 62899-06; Mon, 4 Nov 2019 09:33:01 -0500 (EST) Received: from [192.168.1.100] (unknown [96.254.71.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: robert@mx3.webtent.net) by mx3.webtent.net (WebTent ESMTP Postfix Internet Mail Exchange) with ESMTPSA id E1BA1D7B15; Mon, 4 Nov 2019 09:33:00 -0500 (EST) Subject: Re: Pkg broken after 11.3 upgrade To: FreeBSD Cc: "@lbutlr" References: <788f2dc2-d1c9-37b5-5a39-065c1afcd5d8@webtent.org> <47FE0BB5-89D2-4732-905B-7F5FE701EE9E@kreme.com> <68b4abbc-a849-3da8-c610-0cd32c3e9f2e@webtent.org> From: Robert Fitzpatrick Message-ID: <59f2b161-0b9e-dcd1-ed73-a77119664da1@webtent.org> Date: Mon, 4 Nov 2019 09:33:02 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 PostboxApp/6.1.18 MIME-Version: 1.0 In-Reply-To: <68b4abbc-a849-3da8-c610-0cd32c3e9f2e@webtent.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Virus-Scanned: WebTent Mailguard 1.0.4_3 X-Rspamd-Queue-Id: 476FdZ5wHSz3K07 X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.87 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[webtent.org:s=201611]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:208.38.145.0/26]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_DKIM_ARC_DNSWL_MED(-0.50)[]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; RCVD_IN_DNSWL_MED(-0.20)[5.145.38.208.list.dnswl.org : 127.0.5.2]; DKIM_TRACE(0.00)[webtent.org:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[webtent.org,reject]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.27)[ip: (-0.68), ipnet: 208.38.128.0/18(-0.34), asn: 16724(-0.27), country: US(-0.05)]; ASN(0.00)[asn:16724, ipnet:208.38.128.0/18, country:US]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Nov 2019 14:33:09 -0000 >> Did you read the how to update documentation? It seems not. >> >> You have put yourself in a bad position that it will take some effort >> to fix. It might be easiest to rollback to 11.2 and start over. >> >>   freebsd-update rollback >> >> You COULD try >> >>    pkg-static upgrade -f >> > > Yes, this appears to work and will try tonight. Sorry, I do need to read > through all, didn't even know about rollback. > I actually got to this over the weekend. I did a rollback that appeared to work without a problem. After the rollback, all working again under 11.2-RELEASE-p14. I then did 'pkg-static update -f' that appeared to update all packages where 'pkg update' said all were up to date. Then I did a normal 'pkg upgrade' and all packages updated as expected without issue. After a reboot to make sure all was good, I then proceeded with the upgrade once again... freebsd-update -r 11.3-RELEASE upgrade All completed as expected, but when I rebooted after the first 'freebsd-update install' was issued, I am now faced with 'BTX halted' without reaching the boot menu. Is there something I can try for this issue to boot back into the OS? -- Robert