From owner-freebsd-stable@FreeBSD.ORG Wed Jun 10 00:21:50 2015 Return-Path: Delivered-To: freebsd-stable@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 50222E82 for ; Wed, 10 Jun 2015 00:21:50 +0000 (UTC) (envelope-from randy@psg.com) Received: from ran.psg.com (ran.psg.com [IPv6:2001:418:8006::18]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 309D713C9 for ; Wed, 10 Jun 2015 00:21:50 +0000 (UTC) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ryuu.psg.com) by ran.psg.com with esmtp (Exim 4.82) (envelope-from ) id 1Z2Tm5-0001qx-AT; Wed, 10 Jun 2015 00:21:45 +0000 Date: Tue, 09 Jun 2015 17:21:43 -0700 Message-ID: From: Randy Bush To: Xin Li Cc: FreeBSD Stable , Allan Jude Subject: Re: ssh install with freebsd-update In-Reply-To: <55777B4D.7040706@delphij.net> References: <55777B4D.7040706@delphij.net> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/22.3 Mule/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII 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: Wed, 10 Jun 2015 00:21:50 -0000 >> # uname -a FreeBSD foux.psg.com 10.1-RELEASE-p10 FreeBSD >> 10.1-RELEASE-p10 #0: Tue May 12 19:33:13 UTC 2015 >> root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC >> i386 >> >> it's really p11 now >> >> if i run freebsd-update install of p11. all looks well until the >> reboot, when i get >> >> Performing sanity check on sshd configuration. Shared object >> "libgssapi_krb5.so.10" not found, required by "sshd" /etc/rc: >> WARNING: failed precmd routine for sshd > > This is VERY strange! Did you ever have an incomplete upgrade from > older FreeBSD releases (9.x) on the affected systems? What was the > version before you update/upgrade to the latest one? this is one of a dozen systems upgraded fom 9.3-stable to 10.1-release p10 using a recipe in https://wiki.rg.net/wiki/FreeBSD9to10. they all show the same symptom. it was consistent for all of them. i was waiting for p11 to see if it would fix it. it did not, at least for this first system i tried. randy