From owner-freebsd-stable@FreeBSD.ORG Sun Jun 14 20:05:03 2015 Return-Path: Delivered-To: freebsd-stable@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B532A69D for ; Sun, 14 Jun 2015 20:05:03 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71B2AC65 for ; Sun, 14 Jun 2015 20:05:02 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 1DDFC28412; Sun, 14 Jun 2015 22:04:58 +0200 (CEST) Received: from illbsd.quip.test (ip-89-177-50-74.net.upcbroadband.cz [89.177.50.74]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 2EBDA2840A; Sun, 14 Jun 2015 22:04:55 +0200 (CEST) Message-ID: <557DDE67.10100@quip.cz> Date: Sun, 14 Jun 2015 22:04:55 +0200 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Dave Duchscher , Rainer Duffner CC: FreeBSD Stable Subject: Re: freebsd-update upgrading 9.2 -> 9.3 References: <80446E6A-5217-4D84-A37D-444C9E1ED166@nostrum.com> <2AE1123C-302A-4457-98BC-750B8B8D2FA8@ultra-secure.de> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jun 2015 20:05:03 -0000 Dave Duchscher wrote on 06/14/2015 20:51: [...] >> Are you on the latest patch-level for 9.2? > > Looking, I am not at the latest version. Trying to upgrade to the latest version breaks things (ssh is the main thing, missing libssh.so.5 errors). Ignoring the breakage, I get the same errors. Using the freebsd-update script from the latest 9.2 doesn't help. > > I am guessing a rebuild of the system is necessary. That may have to wait for another day. Thankfully, I can rollback. I saw similar problem about half year ago when I did upgrad from 9.x to 9.3. The system was totally messed up after freebsd-update so then I must fixed it with source upgrade method. (buil and install kernel & world) Miroslav Lachman