In pty leak item, note that this occurs only under extreme stress testing
load, not normal workloads -- many people run 6.x just fine without ever leaking ptys, and the current entry might be read to mean that every 6.x system allows only a couple of hundred logins before failing.
This commit is contained in:
parent
9c9315d3e7
commit
e3c1dc3f90
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27713
1 changed files with 3 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.29 2006/04/30 06:46:09 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/6.1R/todo.sgml,v 1.30 2006/05/01 03:54:32 obrien Exp $">
|
||||
<!ENTITY local.rel "6.1">
|
||||
<!ENTITY title "FreeBSD 6.1 Open Issues">
|
||||
<!ENTITY % navincludes SYSTEM "../../includes.navdownload.sgml"> %navincludes;
|
||||
|
@ -102,7 +102,8 @@
|
|||
<td>&a.cognet;</td>
|
||||
<td>Since 6.x has a hard-coded limit, once all ptys are
|
||||
leaked things like ssh and login no longer work.
|
||||
This seems devfs-related.</td>
|
||||
This seems devfs-related, and occurs only under extreme stress
|
||||
testing, not normal use.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue