Index: stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml =================================================================== --- stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml (revision 150839) +++ stable/6/release/doc/en_US.ISO8859-1/errata/article.sgml (revision 150840) @@ -1,180 +1,134 @@ %articles.ent; %release; - + ]>
- &os; -<![ %release.type.current [ - &release.current; -]]> -<![ %release.type.snapshot [ - &release.prev; -]]> -<![ %release.type.release [ - &release.current; -]]> - Errata + &os; &release.bugfix; Errata The &os; Project $FreeBSD$ 2000 2001 2002 2003 2004 2005 The &os; Documentation Project &tm-attrib.freebsd; &tm-attrib.intel; &tm-attrib.sparc; &tm-attrib.general; - This document lists errata items for &os; - - - + 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; - - - + 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; - - - + 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 -No advisories. -]]> - -No advisories. -]]> - -No advisories. -]]> - - - Open Issues + + Known Problems and Solutions -No open issues. -]]> + (2005/10/3) + At boot time the &os;/sparc64 GENERIC kernel may + output the following messages when the machine has + no framebuffer: -No open issues. -]]> + Aug 26 19:31:27 hostname getty[429]: open /dev/ttyv1: No such file or directory -No open issues. -]]> + This is because the machine with no supported + graphics hardware does not recognize &man.syscons.4; and + /dev/ttyv* device nodes are not created. + This is not a harmful error and can be suppressed by disabling + /dev/ttyv* entries in + /etc/ttys. - + (2005/10/3) + Kernel modules do not work on &os;/sparc64 + when the machine has more than 4GB memory. There is no workaround + for this issue except for compiling the modules statically into + your custom kernel in advance. - - Late-Breaking News - -No news. -]]> - -No news. -]]> - -No news. -]]> + (2005/10/3) + The &man.kgdb.1; utility does not work properly + on &os;/sparc64 for debugging panics which include traps. + As a workaround you can use devel/gdb53.