From owner-svn-src-all@FreeBSD.ORG Fri Feb 6 19:44:27 2015 Return-Path: Delivered-To: svn-src-all@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 D11F43CD; Fri, 6 Feb 2015 19:44:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCCC71FA; Fri, 6 Feb 2015 19:44:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t16JiRt9094388; Fri, 6 Feb 2015 19:44:27 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t16JiRSV094387; Fri, 6 Feb 2015 19:44:27 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201502061944.t16JiRSV094387@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Fri, 6 Feb 2015 19:44:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r278328 - stable/10/release/doc/en_US.ISO8859-1/errata X-SVN-Group: stable-10 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2015 19:44:27 -0000 Author: gjb Date: Fri Feb 6 19:44:26 2015 New Revision: 278328 URL: https://svnweb.freebsd.org/changeset/base/278328 Log: Document a failure case when using freebsd-update to upgrade systems that use nss_ldap. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Modified: stable/10/release/doc/en_US.ISO8859-1/errata/article.xml ============================================================================== --- stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Fri Feb 6 19:41:23 2015 (r278327) +++ stable/10/release/doc/en_US.ISO8859-1/errata/article.xml Fri Feb 6 19:44:26 2015 (r278328) @@ -212,6 +212,26 @@ boot &prompt.root; pkg bootstrap &prompt.root; pkg install xorg-server xorg gnome2 [...] + + + [2015-02-06] Affects binary upgrade + users: The second phase of + freebsd-update install, the phase where + the running userland is upgraded, fails on systems deployed + with nss_ldap enabled in + &man.nsswitch.conf.5; when upgrading from 10.0-RELEASE to + 10.1-RELEASE. + + A workaround is to disable nss_ldap + in &man.nsswitch.conf.5; prior to running + freebsd-update install to upgrade the + userland, after which it can be enabled again when the + upgrade process is completed. + + The problem is being investigated, and an Errata Notice + is expected to be issued when a solution to the problem is + identified. +