New items:
ifconfig regression on 6.x[1], and "calcru: runtime went backwards" problem for threaded program[2]. Update: Elaborate NFS data corruption problem a bit more. Reported by: ade[1], davidxu[2]
This commit is contained in:
parent
f17f2cd8f9
commit
5f463f74ce
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27283
1 changed files with 23 additions and 2 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/6.1R/todo.sgml,v 1.14 2006/03/06 18:59:07 hrs Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.15 2006/03/06 20:44:07 hrs Exp $">
|
||||
<!ENTITY local.rel "6.1">
|
||||
<!ENTITY title "FreeBSD 6.1 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
|
@ -171,7 +171,8 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
<td>&status.wip;</td>
|
||||
<td>&a.mohans;</td>
|
||||
<td>Running fsx between a 7.0 NFS client and server
|
||||
detects data corruption.</td>
|
||||
detects data corruption. This problem can also be reproduced
|
||||
by using 6.1 NFS server.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -239,6 +240,26 @@ on a filesystem is negative; fsck -f is needed to correct this.</td>
|
|||
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/87208">kern/87208</a>,
|
||||
and there is a proposed patch in the PR, too.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ifconfig regression on 6.x</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td> </td>
|
||||
<td>ifconfig cannot handle vlan and mtu parameters at the same time
|
||||
after rev.1.7.2.3 of sbin/ifconfig/ifvlan.c commit.
|
||||
For more information, see
|
||||
<a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/94028">bin/94028</a>.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>"calcru: runtime went backwards" problem for threaded program</td>
|
||||
<td>&status.unknown;</td>
|
||||
<td> </td>
|
||||
<td>stress2 thr1 test can trigger "calcru: runtime went backwards" problem
|
||||
and there are also many similar reports on -stable and -current.
|
||||
&a.phk; committed a possible fix (src/sys/kern/kern_tc.c rev.1.169) to
|
||||
update the calibration code to be more precise on 2 March.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for &local.rel;-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue