From owner-freebsd-questions@FreeBSD.ORG Thu Jan 15 06:52:52 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 552AF1C1 for ; Thu, 15 Jan 2015 06:52:52 +0000 (UTC) Received: from aura.veggiechinese.net (ns1.veggiechinese.net [66.215.1.146]) (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 4064412C for ; Thu, 15 Jan 2015 06:52:51 +0000 (UTC) Received: by aura.veggiechinese.net (Postfix, from userid 1228) id 6EAC145; Wed, 14 Jan 2015 22:52:51 -0800 (PST) Date: Wed, 14 Jan 2015 22:52:51 -0800 From: William Yardley To: freebsd-questions@freebsd.org Subject: ssh_explicit_bzero error on upgrade to 9.3-RELEASE-p8 Message-ID: <20150115065251.GC44091@aura.veggiechinese.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jan 2015 06:52:52 -0000 I just did the freebsd-update upgrade to 9.3-RELEASE-p8 (from -p7), but I'm getting the error described here: http://lists.freebsd.org/pipermail/freebsd-stable/2014-July/079332.html aura:# freebsd-update fetch [...] The following files will be updated as part of updating to 9.3-RELEASE-p8: /lib/libcrypto.so.6 /usr/bin/kinit /usr/bin/ntpq /usr/bin/openssl /usr/bin/sftp /usr/bin/slogin /usr/bin/ssh [...] aura:# freebsd-update install Installing updates... done. aura:# /etc/rc.d/sshd restart Performing sanity check on sshd configuration. /usr/sbin/sshd: Undefined symbol "ssh_explicit_bzero" aura:# freebsd-update rollback Uninstalling updates... done. [ssh then will restart again] # uname -r 9.3-RELEASE-p5 [in /usr/src/sys/conf/newvers.sh] REVISION="9.3" BRANCH="RELEASE-p7" Running freebsd-update IDS reports failures on just about everything: /usr/bin/mailq is a symlink to ../../usr/sbin/sendmail, but should be a symlink to /usr/sbin/mailwrapper. /usr/bin/mailx has SHA256 hash e1fb82f4a59304d296e9843fb37e0b0cc8f207ec0a4a368c20da80efc28253f0, but should have SHA256 hash a109467da955405f3f9d978fea19fadd15e95b7164a8e7c356f373af99b0d654. /usr/bin/make has SHA256 hash 66e297063b25a7606b3158eda398fe6c5921ba8b41b5fbeffe130ec7b7184b88, but should have SHA256 hash dc780fb784f812c2c2f1fd7015767373000963face7acad9fe7295af3aea9405. [etc., etc.] I've already tried moving /var/db/freebsd-update out of the way. I also had an issue with a locally modified mergemaster.mtree, so I moved that out of the way, but no change. Any suggestions for how to get my system back on track? Base system has been updated using freebsd-update all along, including an update from 8.X. w