From owner-freebsd-questions@freebsd.org Mon Oct 28 17:08:46 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 95F211A7A1A for ; Mon, 28 Oct 2019 17:08:46 +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 4721QQ1yCBz4Hgm for ; Mon, 28 Oct 2019 17:08:46 +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 5DA9ED7B49; Mon, 28 Oct 2019 13:08:44 -0400 (EDT) Received: from mx3.webtent.net ([127.0.0.1]) by localhost (mx3.webtent.net [127.0.0.1]) (maiad, port 10024) with ESMTP id 33002-05; Mon, 28 Oct 2019 13:08:42 -0400 (EDT) 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 B6B86D7B0B; Mon, 28 Oct 2019 13:08:41 -0400 (EDT) Subject: Re: Pkg broken after 11.3 upgrade To: "@lbutlr" Cc: FreeBSD References: <788f2dc2-d1c9-37b5-5a39-065c1afcd5d8@webtent.org> <47FE0BB5-89D2-4732-905B-7F5FE701EE9E@kreme.com> From: Robert Fitzpatrick Message-ID: <68b4abbc-a849-3da8-c610-0cd32c3e9f2e@webtent.org> Date: Mon, 28 Oct 2019 13:08:41 -0400 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: <47FE0BB5-89D2-4732-905B-7F5FE701EE9E@kreme.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Virus-Scanned: WebTent Mailguard 1.0.4_3 X-Rspamd-Queue-Id: 4721QQ1yCBz4Hgm X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.85 / 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:c]; 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)[]; DKIM_TRACE(0.00)[webtent.org:+]; RCPT_COUNT_TWO(0.00)[2]; DMARC_POLICY_ALLOW(-0.50)[webtent.org,reject]; RCVD_IN_DNSWL_MED(-0.20)[5.145.38.208.list.dnswl.org : 127.0.5.2]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.25)[ip: (-0.62), ipnet: 208.38.128.0/18(-0.31), asn: 16724(-0.25), 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, 28 Oct 2019 17:08:46 -0000 @lbutlr wrote on 10/28/2019 8:33 AM: > On 28 Oct 2019, at 06:19, Robert Fitzpatrick via freebsd-questions wrote: >> After doing an upgrade from 11.2-RELEASE to 11.3-RELEASE, I could no longer login via SSH. When I login from console, there are many packages that generate segmentation faults including pkg when I tried to pkg upgrade openssh or just pkg update... >> >> root@db1: ~ # pkg update >> /usr/lib/libssl.so.8: Shared object has no run-time symbol table >> >> I tried to deinstall pkg from ports manually and get these same errors when trying to make install afterward. What can I do to get this functional again? > > 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. Thanks! -- Robert