Update kerberos/ssh/pam issue: this is errata for 5.0 because of the
risk of moving to a threaded sshd close to the release date. Add mention of a potential new problem raised on freebsd-current regarding ssh authentication sometimes failing with an ssh socket write error. Remove 5.0 documentation task: most of what's left is covered by other task items, and we've hit a number of the big name issues (devfs, mdmfs, etc). Change the status of the truss item: there are potential fixes, but they were deemed too risky this close to the release because they changed parts of the fork and exec code paths. Add a comment to the iir entry appealing for hardware for developers. Remove the RC1 perl package issue: that's now resolved.
This commit is contained in:
parent
3e77f609e4
commit
543f68604c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15396
1 changed files with 11 additions and 25 deletions
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY email 'freebsd-qa'>
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.116 2002/12/19 01:40:41 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.117 2002/12/19 21:36:54 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -83,8 +83,10 @@
|
|||
<td>KerberosV, OpenSSH, and PAM</td>
|
||||
<td>In progress</td>
|
||||
<td>&a.markm;, &a.des;, &a.nectar;</td>
|
||||
<td>KerberosV appears not to currently work with OpenSSH using PAM.
|
||||
Bugs relating to pam_krb5 have in large part been fixed.</td>
|
||||
<td>The KerberosV/PAM/OpenSSH issue is considered errata for
|
||||
5.0-RELEASE due to the complexity of the fix; however, there
|
||||
may now be other stability problems in the authentication
|
||||
phase (see recent reports on freebsd-current).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -118,15 +120,6 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr><td>5.0 Documentation</td><td>--</td><td>freebsd-doc</td>
|
||||
|
||||
<td>As a minimum, we need to cover the areas where 5.x and 4.x
|
||||
differ in the FAQ and Handbook. This entails marking some areas
|
||||
with "This procedure is specific to 4.X. For more information for
|
||||
5.x, please see foo(n)" or similar. This needs to happen quickly,
|
||||
to give adequate time for the translation teams to catch up.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>TrustedBSD MAC Framework documentation</td>
|
||||
<td>FreeBSD documentation CVS HEAD: in progress</td>
|
||||
|
@ -220,7 +213,7 @@
|
|||
|
||||
<tr>
|
||||
<td>Race conditions in truss</td>
|
||||
<td>Debugging and fixing in progress</td>
|
||||
<td>Errata candidate</td>
|
||||
<td>&a.robert;</td>
|
||||
<td>Truss appears to contain a race condition during the start-up of
|
||||
debugging, which can result in truss failing to attach to the process
|
||||
|
@ -228,7 +221,9 @@
|
|||
open the procfs node supporting the process being debugged. A bug
|
||||
also appears to exist where in truss will hang if execve() returns
|
||||
ENOENT. A further race appears to exist in which truss will return
|
||||
"PIOCWAIT: Input/output error" occasionally on startup.</td>
|
||||
"PIOCWAIT: Input/output error" occasionally on startup. The fix
|
||||
for this sufficiently changes process execution handling that we
|
||||
will defer the fix to post-5.0 and consider this errata.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -254,7 +249,8 @@
|
|||
<td>During the install, the iir controller appears to correctly
|
||||
probe, but finds no disk devices. The card in question is an
|
||||
Intel srcu32 RAID controller with 32Mb RAM, Firmware revision
|
||||
2.33.01</td>
|
||||
2.33.01. Direct access to real iir hardware for SCSI
|
||||
developers would be very helpful in resolving this problem.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
@ -314,16 +310,6 @@
|
|||
fall back to kdebase if kde package is not present).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>sparc64 and alpha RC1 ISO images did not include Perl package</td>
|
||||
<td>In progress</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>Perl packages were accidentally excluded from the RC1 ISOs for
|
||||
the sparc64 and alpha platforms. This will result in whining from
|
||||
the installation, but the install will succeed. Perl may then be
|
||||
manually installed from the FTP repository.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
&footer;
|
||||
|
||||
|
|
Loading…
Reference in a new issue