From owner-svn-doc-all@freebsd.org Tue Oct 3 19:09:42 2017 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 56352E0E32A; Tue, 3 Oct 2017 19:09:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 30870304; Tue, 3 Oct 2017 19:09:42 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v93J9fbe090344; Tue, 3 Oct 2017 19:09:41 GMT (envelope-from gjb@FreeBSD.org) Received: (from gjb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v93J9fxe090343; Tue, 3 Oct 2017 19:09:41 GMT (envelope-from gjb@FreeBSD.org) Message-Id: <201710031909.v93J9fxe090343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gjb set sender to gjb@FreeBSD.org using -f From: Glen Barber Date: Tue, 3 Oct 2017 19:09:41 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r51038 - head/en_US.ISO8859-1/htdocs/releases/10.4R X-SVN-Group: doc-head X-SVN-Commit-Author: gjb X-SVN-Commit-Paths: head/en_US.ISO8859-1/htdocs/releases/10.4R X-SVN-Commit-Revision: 51038 X-SVN-Commit-Repository: doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Oct 2017 19:09:42 -0000 Author: gjb Date: Tue Oct 3 19:09:41 2017 New Revision: 51038 URL: https://svnweb.freebsd.org/changeset/doc/51038 Log: Regen after r324242 PR: 222761 Sponsored by: The FreeBSD Foundation Modified: head/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html Modified: head/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html ============================================================================== --- head/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html Tue Oct 3 17:44:39 2017 (r51037) +++ head/en_US.ISO8859-1/htdocs/releases/10.4R/errata.html Tue Oct 3 19:09:41 2017 (r51038) @@ -1,5 +1,5 @@ -FreeBSD 10.4-RELEASE Errata

FreeBSD 10.4-RELEASE Errata

The FreeBSD Project

FreeBSD 10.4-RELEASE Errata

The FreeBSD Project

FreeBSD is a registered trademark of the FreeBSD Foundation.

Intel, Celeron, Centrino, Core, EtherExpress, i386, i486, Itanium, Pentium, and Xeon are trademarks or registered @@ -13,7 +13,7 @@ as trademarks. Where those designations appear in this document, and the FreeBSD Project was aware of the trademark claim, the designations have been followed by the or the - ® symbol.

Last modified on 2017-09-18 11:17:07 EDT by gjb.
Abstract

This document lists errata items for FreeBSD 10.4-RELEASE, + ® symbol.

Last modified on 2017-10-03 15:08:17 EDT by gjb.
Abstract

This document lists errata items for FreeBSD 10.4-RELEASE, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information @@ -73,7 +73,7 @@ boot

System source code distribution was not selected during installation, it can be obtained using svnlite:

# mkdir -p /usr/src
-# svnlite co svn://svn.freebsd.org/base/releng/10.2 /usr/src

Build the kernel-toolchain required +# svnlite co https://svn.freebsd.org/base/releng/10.4 /usr/src

Build the kernel-toolchain required to rebuild the kernel:

# make -C /usr/src kernel-toolchain

Next, create a kernel configuration file to increase the KSTACK_PAGES option:

# printf "include GENERIC\noptions KSTACK_PAGES=4\n" > /usr/src/sys/i386/conf/ZFS

Then build and install the ZFS kernel:

# make -C /usr/src buildkernel KERNCONF=ZFS