diff --git a/release/doc/en_US.ISO8859-1/errata/article.sgml b/release/doc/en_US.ISO8859-1/errata/article.sgml index 1f803277842e..5198556678eb 100644 --- a/release/doc/en_US.ISO8859-1/errata/article.sgml +++ b/release/doc/en_US.ISO8859-1/errata/article.sgml @@ -1,273 +1,287 @@ %articles.ent; %release; ]>
&os; &release.bugfix; Errata The &os; Project $FreeBSD$ 2000 2001 2002 2003 2004 2005 2006 The &os; Documentation Project &tm-attrib.freebsd; &tm-attrib.intel; &tm-attrib.sparc; &tm-attrib.general; This document lists errata items for &os; &release.bugfix;, containing significant information discovered after the release or too late in the release cycle to be otherwise included in the release documentation. This information includes security advisories, as well as news relating to the software or documentation that could affect its operation or usability. An up-to-date version of this document should always be consulted before installing this version of &os;. This errata document for &os; &release.bugfix; will be maintained until the release of &os; &release.next;. Introduction This errata document contains late-breaking news about &os; &release.bugfix;. Before installing this version, it is important to consult this document to learn about any post-release discoveries or problems that may already have been found and fixed. Any version of this errata document actually distributed with the release (for example, on a CDROM distribution) will be out of date by definition, but other copies are kept updated on the Internet and should be consulted as the current errata for this release. These other copies of the errata are located at , plus any sites which keep up-to-date mirrors of this location. Source and binary snapshots of &os; &release.branch; also contain up-to-date copies of this document (as of the time of the snapshot). For a list of all &os; CERT security advisories, see or . Update Information No news. Security Advisories The following security advisories pertain to &os; &release.bugfix;. For more information, consult the individual advisories available from . Advisory Date Topic SA-06:15.ypserv 31 May 2006 Inoperative access controls in &man.ypserv.8; SA-06:16.smbfs 31 May 2006 smbfs chroot escape SA-06:17.sendmail 14 June 2006 Incorrect multipart message handling in Sendmail SA-06:18.ppp 23 August 2006 Buffer overflow in &man.sppp.4; SA-06:19.openssl 06 September 2006 Incorrect PKCS#1 v1.5 padding validation in &man.crypto.3; SA-06:20.bind 06 September 2006 Denial of Service in &man.named.8; + + + SA-06:21.gzip + 19 September 2006 + Multiple vulnerabilities in &man.gzip.1; + + + + SA-06:23.openssl + 28 September 2006 + Multiple problems in &man.crypto.3; + Known Problems and Solutions (2006/05/10) The errata file distributed with &os; &release.bugfix; mistakenly contained the errata applicable to &os; 6.0-RELEASE. (2006/05/10) The release notes for &os; &release.bugfix; gave the wrong name for the KDE port in the item documenting the KDE upgrade. The correct name is x11/kde3. (2006/05/10) The release notes for &os; &release.bugfix; should have mentioned changes that enable the second core of dual-core i386 and amd64 CPUs by default when running an SMP kernel. (2006/05/13) A change in the &man.ata.4; driver in &os; &release.bugfix; modified a software interface visible from userland programs. Programs that use the IOCATAREQUEST &man.ioctl.2; interface will need to be recompiled. Typically, these programs communicate directly with ATA and ATAPI drives, such as CDROM burning or ripping tools, or monitoring utilities. One known example is smartd from the sysutils/smartmontools port. (2006/05/27, updated 2006/06/01) On &os;/alpha, &man.sysinstall.8; sometimes does not allow a disk to be labeled. The disk is presented in &man.sysinstall.8; but actions like Auto do not result in a disklabel being presented. One workaround is to boot the install CD, then select Fixit. From the Fixit# prompt, run &man.disklabel.8; manually. For example: disklabel -rw da1 auto ensures a valid disklabel is written onto da1. Reboot from the install media. &man.sysinstall.8; will now detect a valid disklabel on the disk and allow it to be partitioned to your preference. (2006/05/27) &os; &release.bugfix; includes a change to some definitions in src/sys/net/if_media.h (revision 1.30.2.1). This could break source-level compatibility with externally-maintained 10Gb Ethernet network drivers written for &os; 6.0-RELEASE. This change should have been documented in the release notes. (2006/06/01, updated 2006/07/07) A bug in the rc.d/jail startup script could cause various problems for users attempting to configure &man.jail.2; environments at system startup time. A fix has been committed to HEAD, RELENG_6, and RELENG_6_1. More details can be found in errata notice FreeBSD-EN-06:01.jail. (2006/06/01, updated 2006/08/30) Deadlocks have been observed (and can be reproduced) in some cases where snapshots and quotas are both being used on a file system. This problem has been fixed on the HEAD and RELENG_6 branches. (2006/06/01, updated 2006/08/28) A bug in the Neighbor Discovery Protocol (NDP) implementation causes spurious error messages for point-to-point IPv6 links on &os; &release.bugfix;. This behavior is a regression from &os; 6.0-RELEASE. A solution for this problem has been committed to HEAD, RELENG_6, and RELENG_6_1. Further details can be found in errata notice FreeBSD-EN-06:02.net. (2006/06/01) Problems have been observed when trying to load packages from multiple CDROMs inside the &man.sysinstall.8; environment. Specifically, the disk-switching functionality in &man.sysinstall.8; seems to become confused about the contents of a disk that has just been requested. This situation has been seen primarily when installing the base system without &xorg; (which lives on the first CDROM of a multi-disk set), and then later using &man.sysinstall.8; to load some packages (such as the GNOME or KDE desktop environments) from a subsequent CDROM that depend on &xorg;. As a workaround during a new install, one should try to install &xorg; along with the base system, or at least before any other packages that depend on it. (2006/06/01, updated 2006/08/28) An error in the statistics-keeping logic in the UMA kernel memory allocator has led to the number of requests for mbufs denied (as reported by netstat -m) to increase erroneously. A fix for this problem has been committed to HEAD, RELENG_6, and RELENG_6_1. More information is contained in errata notice FreeBSD-EN-06:02.net. (2006/06/01) A longstanding bug in the i386 bootloader can cause root file system corruption when the &man.nextboot.8; utility is used and the /boot/nextboot.conf configuration file happens to be located after cylinder 1023 on the boot disk. A bugfix has been committed to HEAD and planned for merging after additional testing. (2006/06/16) A locking-related bug has been observed to cause noticeable slowdowns in NFS server performance. A fix has been committed to HEAD and RELENG_6, and is a candidate for a merge to RELENG_6_1 after additional testing. (2006/08/28) A local kernel panic in the network stack could be caused by not checking the validity of a pointer before use. This problem has been fixed on HEAD, RELENG_6, and RELENG_6_1, as described in FreeBSD-EN-06:02.net.