Add two new items:
(1) obrien is reporting problems using smbfs to access Win2k shares, and
there have been other less specific reports of problems with smbfs.
Testing of smbfs in various environments, and fixing of bugs, is
much encouraged.
(2) NETNCP and newfs appear still not to be reconnected to the build from
the original KSE integration work, and do not build. Fixing these
is complicated by an apparent lack of Netware installs easily
available to developers, meaning that while syntactic fixes might
be made, it's difficult to know if they are right.
Developers are encouraged to explore these problems and see if we can't
work out what's going on: smbfs and nwfs are both very important to
the success of FreeBSD 5.0.
This commit is contained in:
parent
89d147fe77
commit
a98965730d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14965
1 changed files with 22 additions and 1 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.29 2002/11/20 18:12:09 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.30 2002/11/20 18:31:11 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
@ -202,6 +202,17 @@
|
|||
<td>awk(1) should be fixed to respect locale</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>smbfs may be broken</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>There are reports that smbfs may not be working with
|
||||
recent 5.0-CURRENT snapshots. The symptoms appear to be that
|
||||
smbfs will mount, but reads return an error, and writes result
|
||||
in 0-byte files. Testing of smbfs is encouraged, and claiming of
|
||||
this trouble item if problems are found is likewise encouraged.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Desired Features for 5.0-RELEASE</h3>
|
||||
|
|
@ -258,6 +269,16 @@
|
|||
with PAM, but should be resolved in some form for the release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>NETNCP and nwfs broken</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>NETNCP and nwfs appear to be as-yet unadapted for KSE, and hence
|
||||
not working. The build needs fixing (probably not all that hard)
|
||||
and then it needs to be tested (harder: few people appear to have
|
||||
Netware servers).</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue