]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - release/doc/en_US.ISO8859-1/errata/article.xml
- Fix the 'release.prev' entity for the 11.1-RELEASE errata.
[FreeBSD/FreeBSD.git] / release / doc / en_US.ISO8859-1 / errata / article.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE article PUBLIC "-//FreeBSD//DTD DocBook XML V5.0-Based Extension//EN"
3         "http://www.FreeBSD.org/XML/share/xml/freebsd50.dtd" [
4 <!ENTITY % release PUBLIC "-//FreeBSD//ENTITIES Release Specification//EN"
5         "http://www.FreeBSD.org/release/XML/release.ent">
6 %release;
7 <!ENTITY % sponsor PUBLIC "-//FreeBSD//ENTITIES Sponsor Specification//EN" "sponsor.ent">
8 %sponsor;
9 <!ENTITY % vendor PUBLIC "-//FreeBSD//ENTITIES Vendor Specification//EN" "vendor.ent">
10 %vendor;
11 <!ENTITY security SYSTEM "../../share/xml/security.xml">
12 <!ENTITY errata SYSTEM "../../share/xml/errata.xml">
13 ]>
14
15 <article xmlns="http://docbook.org/ns/docbook"
16         xmlns:xlink="http://www.w3.org/1999/xlink"
17         version="5.0">
18   <info>
19     <title>&os; &release; Errata</title>
20
21     <author><orgname>The &os; Project</orgname></author>
22
23     <pubdate>$FreeBSD$</pubdate>
24
25     <copyright>
26       <year>2017</year>
27
28       <holder role="mailto:doc@FreeBSD.org">The &os; Documentation
29         Project</holder>
30     </copyright>
31
32     <legalnotice xml:id="trademarks" role="trademarks">
33       &tm-attrib.freebsd;
34       &tm-attrib.intel;
35       &tm-attrib.sparc;
36       &tm-attrib.general;
37     </legalnotice>
38
39     <abstract>
40       <para>This document lists errata items for &os; &release;,
41         containing significant information discovered after the
42         release or too late in the release cycle to be otherwise
43         included in the release documentation.  This information
44         includes security advisories, as well as news relating to the
45         software or documentation that could affect its operation or
46         usability.  An up-to-date version of this document should
47         always be consulted before installing this version of
48         &os;.</para>
49
50       <para>This errata document for &os; &release; will be maintained
51         until the release of &os; &release.next;.</para>
52     </abstract>
53   </info>
54
55   <sect1 xml:id="intro">
56     <title>Introduction</title>
57
58     <para>This errata document contains <quote>late-breaking
59         news</quote> about &os; &release; Before installing this
60       version, it is important to consult this document to learn about
61       any post-release discoveries or problems that may already have
62       been found and fixed.</para>
63
64     <para>Any version of this errata document actually distributed
65       with the release (for example, on a CDROM distribution) will be
66       out of date by definition, but other copies are kept updated on
67       the Internet and should be consulted as the <quote>current
68         errata</quote> for this release.  These other copies of the
69       errata are located at <link
70         xlink:href="https://www.FreeBSD.org/releases/" />, plus any
71       sites which keep up-to-date mirrors of this location.</para>
72
73     <para>Source and binary snapshots of &os; &release.branch; also
74       contain up-to-date copies of this document (as of the time of
75       the snapshot).</para>
76
77     <para>For a list of all &os; CERT security advisories, see <link
78         xlink:href="https://www.FreeBSD.org/security/"/>.</para>
79   </sect1>
80
81   <sect1 xml:id="security">
82     <title>Security Advisories</title>
83
84     &security;
85   </sect1>
86
87   <sect1 xml:id="errata">
88     <title>Errata Notices</title>
89
90     &errata;
91   </sect1>
92
93   <sect1 xml:id="open-issues">
94     <title>Open Issues</title>
95
96     <itemizedlist>
97       <listitem>
98         <para>&os;/&arch.i386; installed on ZFS may crash during boot
99           when the ZFS pool mount is attempted while booting an
100           unmodified <literal>GENERIC</literal> kernel.</para>
101
102         <para>A system tunable has been added as of revision
103           <literal>r286584</literal> to make the
104           <literal>kern.kstack_pages</literal> tunable configurable
105           without recompiling the kernel.</para>
106
107         <para>To mitigate system crashes with such configurations,
108           chose <literal>Escape to loader prompt</literal> in the boot
109           menu and enter the following lines from &man.loader.8;
110           prompt, after an <literal>OK</literal>:</para>
111
112         <screen>set kern.kstack_pages=4
113 boot</screen>
114
115         <para>Add this line to
116           <filename>/boot/loader.conf</filename> for the change to
117           persist across reboots:</para>
118
119         <programlisting>kern.kstack_pages=4</programlisting>
120       </listitem>
121
122       <listitem>
123         <para>The Release Notes erroneously states the
124           <literal>WITH_SYSTEM_COMPILER</literal> &man.src.conf.5;
125           option is enabled by default, however this was disabled
126           prior to the final release build.</para>
127       </listitem>
128
129       <listitem>
130         <para>[2017-07-21] Due to a bug in earlier versions of
131           &man.clang.1; that is difficult to work around in the
132           upgrade process, to upgrade the system from sources via
133           buildworld to -CURRENT or &release;, it is necessary to
134           upgrade machines running 9.x to at least revision r286035,
135           or machines running 10.x to revision r286033.  Source-based
136           upgrades from 10.3-RELEASE are not affected.  This differs
137           from the historical situation where one could generally
138           upgrade from anywhere on earlier stable branches, so caution
139           should be exercised.</para>
140       </listitem>
141     </itemizedlist>
142   </sect1>
143
144   <sect1 xml:id="late-news">
145     <title>Late-Breaking News</title>
146
147     <para>No news.</para>
148   </sect1>
149 </article>